Tried to upload the product, but i got this error
Code:
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', 'Decimator Postbit', 'postbit_display_start', 'global $candecimate;\r\nglobal $vbulletin;\r\nif($vbulletin->options[\'sd_enabled\'])\r\n{\r\n$candecimate = false;\r\n$modgroups = explode(\",\", $vbulletin->options[\'modgroupid\']);\r\n$supergroups = explode(\",\", $vbulletin->options[\'supermodid\']);\r\n$admingroups = explode(\",\", $vbulletin->options[\'adminid\']);\r\n$decimators = array_merge($admingroups,$modgroups,$supergroups);\r\nif(!in_array($post[\'usergroupid\'], $decimators))\r\n{\r\n if(in_array($vbulletin->userinfo[\'usergroupid\'], $decimators))\r\n {\r\n if($post[\'posts\'] < $vbulletin->options[\'sd_postmax\'])\r\n{\r\n $candecimate = true;\r\n}\r\n }\r\n}\r\n}\r\nelse\r\n{\r\n$candecimate = false;\r\n}', 'spamdecimator');
MySQL Error : Unknown column 'executionorder' in 'field list'
Error Number : 1054
Date : Friday, June 6th 2008 @ 11:30:26 AM
Script : http://chikens.net/admincp/plugin.php
Referrer : http://chikens.net/admincp/plugin.php?do=productadd
IP Address : 62.58.80.115
Username : xxxxxxxxxxxxxxx
Classname : xxxxxxxxxxxxxx