An old version of the Thanks hack was installed, I upgraded to the Gold version and got this error message:
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', 'Post Thank You Hank', 'cache_templates', 'if (THIS_SCRIPT === showthread || THIS_SCRIPT === showpost)\r\n{\r\n $globaltemplates = array_merge($globaltemplates, array(\r\n \'post_thanks_box\',\r\n \'post_thanks_box_bit\',\r\n \'post_thanks_button\',\r\n \'post_thanks_postbit\',\r\n \'post_thanks_postbit_legacy\'\r\n ));\r\n}', 'post_thanks');
MySQL Error : Unknown column 'executionorder' in 'field list'
Please help.
one more thing, in the installation instructions, I did not find the following string in SHOWTHREAD
(not found)
--------------------------------------------------------------------
<script type="text/javascript" src="clientscript/vbulletin_post_loader.js?v=$vboptions[simpleversion]"></script>
-----------------------------------------------------------------
is there any other sign I can look for?
|