I don't understand a bit of it! I uninstalled the other version want to install this one automatically in de Admin but get a Database error:
Can someone please tell me what I am doing wrong?
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', '[Mood Manager] - Ajax Update', 'ajax_start', 'if ($_POST[\'do\'] == \'insertmood\')\r\n{\r\n $vbulletin->input->clean_array_gpc(\'p\', array(\'mood\' => TYPE_NOHTML));\r\n\r\n $usermood =& datamanager_init(\'User\', $vbulletin, ERRTYPE_STANDARD);\r\n $usermood->set_existing($vbulletin->userinfo);\r\n $usermood->set(\'mood\', htmlspecialchars_uni(convert_urlencoded_unicode($vbulletin->GPC[\'mood\'])));\r\n $usermood->save();\r\n $new_mood = convert_urlencoded_unicode($vbulletin->GPC[\'mood\']);\r\n\r\n if ($new_mood)\r\n {\r\n die(\"<img style=\\\"vertical-align: middle;\\\" src=\\\"images/mood/\" . $new_mood. \".gif\\\" border=\\\"0\\\" />\");\r\n }\r\n else\r\n {\r\n die($vbphrase[change_mood]);\r\n }\r\n}', 'moodmanager');
MySQL Error : Unknown column 'executionorder' in 'field list'
Error Number : 1054
Date : Wednesday, August 1st 2007 @ 08:59:13 AM