
02-01-2007, 12:02 AM
|
 |
|
|
Join Date: Nov 2004
Location: Australia/Tasmania
Posts: 770
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by centralss
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
|
this hack is for 3.6 thats why you got that error but if you had read this page https://vborg.vbsupport.ru/showpost....17&postcount=2
you can install it with no problems:up:
|