I have this bug:
PHP 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', 'AutoDate: Manipulate Thread Title', 'newthread_start', 'if ($vbulletin->options[\'adstatus\']) {\r\n if ($vbulletin->options[\'adtimezone\'] != \'server\') {\r\n if ($vbulletin->options[\'adtimezone\'] == \'GMT\')\r\n $dateadd[\'dateformat\'] = ($vbulletin->options[\'adformat\'] != \'custom\') ? gmdate($vbulletin->options[\'adformat\']) : gmdate($vbulletin->options[\'adformatcust\']);\r\n else {\r\n if ($vbulletin->options[\'adtimezone\'] == \'vb\') \r\n $newtimestamp = gmdate(\"U\") + (intval($vbulletin->options[\'timeoffset\']) * 60 * 60);\r\n else\r\n $newtimestamp = gmdate(\"U\") + intval($vbulletin->options[\'adtimezone\']);\r\n $dateadd[\'dateformat\'] = ($vbulletin->options[\'adformat\'] != \'custom\') ? gmdate($vbulletin->options[\'adformat\'], $newtimestamp) : gmdate($vbulletin->options[\'adformatcust\'], $newtimestamp);\r\n }\r\n }\r\n else\r\n $dateadd[\'dateformat\'] = ($vbulletin->options[\'adformat\'] != \'custom\') ? date($vbulletin->options[\'adformat\']) : date($vbulletin->options[\'adformatcust\']);\r\n \r\n $dateadd[\'forums\'] = (!empty($vbulletin->options[\'adforumids\'])) ? explode(\' \', $vbulletin->options[\'adforumids\']) : 0;\r\n $dateadd[\'separator\'] = (!empty($vbulletin->options[\'adsep\'])) ? \' \' . $vbulletin->options[\'adsep\'] . \' \' : \' \';\r\n\r\n if ((!is_array($dateadd[\'forums\']) OR in_array($foruminfo[\'forumid\'], $dateadd[\'forums\'])) AND !empty($_POST[\'subject\']) and !isset($_POST[\'preview\'])) {\r\n $_POST[\'subject\'] = \"$dateadd[dateformat]$dateadd[separator]$_POST[subject]\";\r\n }\r\n}', 'autodate');
MySQL Error : Unknown column 'executionorder' in 'field list'
Error Number : 1054
Date : Monday, October 15th 2007 @ 09:56:20 AM
Script : http://forum.groundzero.nu/GZadmincp/plugin.php
Referrer : http://forum.groundzero.nu/GZadmincp/plugin.php?do=productadd
IP Address : 145.116.127.222
Username : HS2005
Classname : vB_Database
But because the file for 3.5 is not downloadable anymore i can't do much.