I get this error message as soon as I try to import this to vBulletin version 3.5.4.
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', 'Get Editor', 'editor_toolbar_start', 'if ($forumid == \'sr_classifieds\')\r\n{\r\n global $setting;\r\n $setting[\'allow_bbcode\'] = \'1\';\r\n $show[\'img_bbcode\'] = $setting[\'allow_imgcode\']; \r\n $toolbartype = $setting[\'allow_bbcode\'] ? is_wysiwyg_compatible(-1, $editor_type) : 0; \r\n $show[\'wysiwyg_compatible\'] = (is_wysiwyg_compatible(2, $editor_type) == 2);\r\n $show[\'editor_toolbar\'] = ($toolbartype > 0);\r\n $editor_template_name = ($toolbartype ? \'editor_toolbar_on\' : \'editor_toolbar_off\');\r\n\r\n}', 'sr_classifieds');
MySQL Error : Unknown column 'executionorder' in 'field list'
Error Number : 1054
Date : Tuesday, January 30th 2007 @ 06:37:31 PM
|