Quote:
Originally Posted by Paul M
Assuming you are talking about running this on 3.5 - then at the very least you would also need to remove _slave from the queries - I also have no idea if the datastore calls will work.
|
Yes I thought I had the _slave part right. Is this what you meant by "no idea if datastore calls still work"---Sorry I don't know really what that is but when I try to import it this is the error I get. This is a terrific mod that I have in a 3.6.8 forum that would be very helpful in the 3.5.
Code:
Database error in vBulletin 3.5.3:
Invalid SQL:
REPLACE INTO phrase
(varname, fieldname, product, text)
VALUES ('setting_pemdata_desc','vbsettings','pem-dummy-product','Leave this setting alone.'),
('setting_pemdata_title','vbsettings','pem-dummy-product','Modification Version Data');
MySQL Error : Unknown column 'fieldname' in 'field list'
Error Number : 1054