OK, thanks. First table was apparently in there, second table worked via your method.
Now, I'm getting errors with these queries:
Quote:
ALTER TABLE '.TABLE_PREFIX.'language ADD `phrasegroup_vbogram` MEDIUMTEXT NOT NULL
INSERT INTO '.TABLE_PREFIX.'phrasetype (phrasetypeid, fieldname, title, editrows) VALUES (885, 'vbogram', 'vB-O-Gram', 3)
|
I don't think its happy with the table prefix the way it's written. (I have no table prefix, as I upgraded from a 2.xx board a while back)
Thanks for the help. I'd like to get this to work.