Invalid SQL:
### INSERT QUERY GENERATED BY fetch_query_sql() ###
INSERT INTO plugin
(`active`, `executionorder`, `product`, `title`, `hookname`, `phpcode`)
VALUES
('1', '5', 'vbulletin', 'Bypass forum too busy error for selected usergroups', 'global_start', '// Configure some usergroups to bypass \"server too busy\" message\r\n// Enter the usergroup id\'s here, seperated by comma\r\n// Example: $BypassGroup = \'5,2\';\r\n$BypassGroup = \'2,5\';\r\n// End configuration\r\n\r\nif (is_member_of($vbulletin->userinfo, explode(\',\', $BypassGroup))) {\r\n $servertoobusy = FALSE;\r\n}\r\nvar_dump($vbulletin->userinfo);');
MySQL Error : Unknown column 'executionorder' in 'field list'
Error Number : 1054
|