i got a db error when importing from my computer
Database error in vBulletin 3.5.0:
Invalid SQL:
### INSERT QUERY GENERATED BY fetch_query_sql() ###
INSERT INTO plugin
(`active`, `executionorder`, `title`, `hookname`, `phpcode`, `product`)
VALUES
('1', '5', 'Inferno Shoutbox: Admin Usergroup Commands', 'admin_options_print', 'if ($setting[\'optioncode\'] == \'default---infernoshout---usergroups\')\r\n{\r\n $usergroups = $vbulletin->db->query(\'select usergroupid, title from \' . TABLE_PREFIX . \'usergroup order by `title`\');\r\n while ($usergroup = $vbulletin->db->fetch_array($usergroups))\r\n {\r\n $options[$usergroup[\'usergroupid\']] = $usergroup[\'title\'];\r\n }\r\n\r\n $allowed = explode(\',\', $setting[\'value\']);\r\n\r\n if (!is_array($allowed))\r\n {\r\n $allowed = array();\r\n }\r\n\r\n $setting[\'html\'] = \"<div id=\\\"ctrl_setting[$setting[varname]]\\\" class=\\\"smallfont\\\">\\r\\n\";\r\n $setting[\'html\'] .= \"<input type=\\\"hidden\\\" name=\\\"setting[$setting[varname]][0]\\\" value=\\\"0\\\" />\\r\\n\";\r\n\r\n foreach ($options AS $key => $value)\r\n {\r\n $value = str_replace(\'(COPPA) \', \'\', $value);\r\n $setting[\'html\'] .= \"<table style=\\\"width:200px; float:$stylevar[left]\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" border=\\\"0\\\"><tr valign=\\\"top\\\">\r\n <td><input type=\\\"checkbox\\\" name=\\\"setting[$setting[varname]][$key]\\\" id=\\\"setting[$setting[varname]]_$key\\\" value=\\\"1\\\"\" . ((in_array($key, $allowed)) ? \' checked=\"checked\"\' : \'\') . \" /></td>\r\n <td width=\\\"100%\\\" style=\\\"padding-top:4px\\\"><label title=\\\"$value\\\" for=\\\"setting[$setting[varname]]_$key\\\" class=\\\"smallfont\\\" style=\\\"white-space: nowrap;\\\">$value</label></td>\\r\\n</tr></table>\\r\\n\";\r\n }\r\n\r\n print_label_row($description, $setting[\'html\'], \'\', \'top\', $name, 40);\r\n\r\n $handled = true;\r\n}', '_inferno_shoutbox');
MySQL Error : Unknown column 'executionorder' in 'field list'
Error Number : 1054
Date : Saturday, March 8th 2008 @ 07:49:18 PM
Script :
http://www.ultimatetesters.com/forum...ncp/plugin.php
Referrer :
http://www.ultimatetesters.com/forum...?do=productadd
IP Address : ************
Username : Townjester
Classname : vb_database
and in the plugin manager there is a check in active but there are lines through all the application. nothing on the forums home page. site is fine.
i should add that i have vb shout 2.0 installed and works fine. i turned it off befor i did the install of this inferno 1.1 lite