i did everything the way the directions said... uploaded all the vbspell and dictionary.dic to the forums home directory then installed the product and got this error:
Code:
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', 'vB Spell Template Changes', 'parse_templates', '$vbulletin->templatecache[\'headinclude\'] .= addslashes(\'<script type=\"text/javascript\" src=\"vbspell.js\"></script>\');\r\n$vBSpell_temp_header = <<< html\r\n<form name=\"spell_form\" id=\"spell_form\" method=\"POST\" target=\"spellWindow\" action=\"vbspell.php\">\r\n<input type=\"hidden\" name=\"spell_formname\" value=\"\" />\r\n<input type=\"hidden\" name=\"spell_fieldname\" value=\"\" />\r\n<input type=\"hidden\" name=\"spellstring\" value=\"\" />\r\n</form>\r\nhtml;\r\n$vbulletin->templatecache[\'header\'] .= addslashes($vBSpell_temp_header);\r\n\r\n$vBSpell_search_editor_toolbar_on = array(\"is_browser(\'ie\') AND !is_browser(\'mac\')\", \"_cmd_spelling\\\\\\\"><img\");\r\n$vBSpell_replace_editor_toolbar_on = array(\"1==1\", \"_cmd_spelling(null)\\\\\\\"><img onclick=\\\\\\\"spellCheck(\'vbform\', \'\\$editorid\', \'2\');\\\\\\\"\");\r\n\r\n$vBSpell_search_postbit_quickedit = array(\"is_browser(\'ie\')\", \"_cmd_spelling\\\\\\\"><img\");\r\n$vBSpell_replace_postbit_quickedit = array(\"1==1\", \"_cmd_spelling(null)\\\\\\\"><img onclick=\\\\\\\"spellCheck(\'3\', \'\\$editorid\', \'2\');\\\\\\\"\");\r\n\r\n$vBSpell_search_showthread_quickreply = array(\"is_browser(\'ie\')\", \"_cmd_spelling\\\\\\\"><img\");\r\n$vBSpell_replace_showthread_quickreply = array(\"1==1\", \"_cmd_spelling(null)\\\\\\\"><img onclick=\\\\\\\"spellCheck(\'qrform\', \'\\$editorid\', \'2\');\\\\\\\"\");\r\n\r\nforeach ($vBSpell_search_editor_toolbar_on as $id => $item) {\r\n$vbulletin->templatecache[\'editor_toolbar_on\'] = str_replace($vBSpell_search_editor_toolbar_on[\"$id\"], $vBSpell_replace_editor_toolbar_on[\"$id\"], $vbulletin->templatecache[\'editor_toolbar_on\']);\r\n//quickedit doesnt work yet\r\n//$vbulletin->templatecache[\'postbit_quickedit\'] = str_replace($vBSpell_search_postbit_quickedit[\"$id\"], $vBSpell_replace_postbit_quickedit[\"$id\"], $vbulletin->templatecache[\'postbit_quickedit\']);\r\n$vbulletin->templatecache[\'showthread_quickreply\'] = str_replace($vBSpell_search_showthread_quickreply[\"$id\"], $vBSpell_replace_showthread_quickreply[\"$id\"], $vbulletin->templatecache[\'showthread_quickreply\']);\r\n}', 'spellvb');
MySQL Error : Unknown column 'executionorder' in 'field list'
Error Number : 1054
Date : Friday, November 3rd 2006 @ 10:40:13 AM
Script : http://www.decimators.net/forums/admincp/plugin.php
Referrer : http://www.decimators.net/forums/adm...?do=productadd
IP Address : ************
Username : ***********
Classname : *************
then i uninstalled it and ran the sql query to create the vbspell table, but it still happened... any help?