Here's the error I receive when trying to [Add Product] :
Quote:
Database error in vBulletin 3.5.4:
Invalid SQL:
### INSERT QUERY GENERATED BY fetch_query_sql() ###
INSERT INTO plugin
(`active`, `executionorder`, `title`, `hookname`, `phpcode`, `product`)
VALUES
('1', '5', 'Adv. Editing Options for Mods & Admins', 'cache_templates', 'if (in_array(THIS_SCRIPT, array(\'newthread\', \'newreply\', \'editpost\')))\r\n{\r\n $globaltemplates[] = \'adv_editform\';\r\n}', 'psionic_advedit');
MySQL Error : Unknown column 'executionorder' in 'field list'
Error Number : 1054
Date : Thursday, November 23rd 2006 @ 11:50:24 PM
Script : http://www.omitted.com/forums/admincp/plugin.php
Referrer : http://www.omitted.com/forums/adminc...?do=productadd
IP Address : (Omitted)
Username : (Omitted)
Classname : vb_database
|
I attached that line that was suggested if any problems arose to each of the three templates, though after uninstalling the product and adding it again I got the same database error. Any ideas? (Yes, all the steps were followed, et cetera.) Cheers.