Hi,
I imported the product and got this error during import :
Database error in vBulletin 3.5.3:
Invalid SQL:
### INSERT QUERY GENERATED BY fetch_query_sql() ###
INSERT INTO plugin
(`active`, `executionorder`, `title`, `hookname`, `phpcode`, `product`)
VALUES
('1', '5', 'Cache the NoSpam! template', 'cache_templates', 'if ($vbulletin->options[\'nospam_onoff\'])\r\n{\r\n switch (THIS_SCRIPT) {\r\n case \'register\':\r\n if ($vbulletin->options[\'nospam_use_reg\']) {\r\n $globaltemplates[] = \'nospam\';\r\n }\r\n break;\r\n case \'search\':\r\n if ($vbulletin->options[\'nospam_use_search\']) {\r\n $globaltemplates[] = \'nospam\';\r\n }\r\n break;\r\n case \'newreply\':\r\n case \'newthread\':\r\n if ($vbulletin->options[\'nospam_use_post\']) {\r\n $globaltemplates[] = \'nospam\';\r\n }\r\n break;\r\n case \'sendmessage\':\r\n if ($vbulletin->options[\'nospam_use_contactus\']) {\r\n $actiontemplates[\'contactus\'][] = \'nospam\';\r\n }\r\n break;\r\n }\r\n}', 'nospam');
MySQL Error : Unknown column 'executionorder' in 'field list'
Error Number : 1054
Date : Monday, April 9th 2007 @ 05:50:57 AM
Script :
http://www.singapore-christian-netwo...ncp/plugin.php
Referrer :
http://www.singapore-christian-netwo...?do=productadd
IP Address : 165.21.154.15
Username : admin
Classname : vb_database
Can u advise how to resolve?