i got tis error when i updated the plugin
### INSERT QUERY GENERATED BY fetch_query_sql() ###
INSERT INTO vbplugin
(`active`, `executionorder`, `title`, `hookname`, `phpcode`, `product`)
VALUES
('1', '5', 'Display Thread Readers (1)', 'cache_templates', 'if ($vbulletin->options[\'whohasread\'])\r\n{\r\n $groups = explode(\',\',$vbulletin->options[\'whohasreadgrps\']); \r\n if (is_member_of($vbulletin->userinfo,$groups) OR $groups[0] == 0) \r\n {\r\n $show[\'whohasread\'] = true;\r\n $globaltemplates[] = \'Display_Readers\';\r\n }\r\n else \r\n {\r\n $show[\'whohasread\']= false;\r\n }\r\n $wripgrps = explode(\',\',$vbulletin->options[\'whoreadipgrps\']); \r\n if (is_member_of($vbulletin->userinfo,$wripgrps)) \r\n {\r\n $show[\'whohasreadip\'] = true;\r\n }\r\n else \r\n {\r\n $show[\'whohasreadip\'] = false;\r\n }\r\n}\r\nelse\r\n{\r\n $show[\'whohasread\']= false;\r\n}\r\nif ($vbulletin->options[\'whoreadauthor\'])\r\n{\r\n $globaltemplates[] = \'Display_Readers\';\r\n}', 'paulm_20050716');
MySQL Error : Unknown column 'executionorder' in 'field list'
Error Number : 1054
Date : Tuesday, October 10th 2006 @ 12:30:22 PM
|