Getting a database error
Code:
Database error in vBulletin 4.1.10:
Invalid SQL:
ALTER TABLE award ADD award_allowrecommend TINYINT( 1 ) DEFAULT 1 NOT NULL,ADD award_pointvalue TINYINT( 3 ) DEFAULT 0 NOT NULL;
MySQL Error : Table 'forum.award' doesn't exist
Error Number : 1146
Request Date : Thursday, January 19th 2012 @ 10:05:52 PM
Error Date : Thursday, January 19th 2012 @ 10:05:53 PM
Script : http://localhost/vbulletin/admincp/plugin.php?do=productimport
Referrer : http://localhost/vbulletin/admincp/plugin.php?do=productadd
IP Address : 127.0.0.1
Username : Owning
Classname : vB_Database
MySQL Version : 5.5.8
Resolved the error by make the tables my self but it seems the installer isnt willing to create the tables on a 4.1.10 install (clean)
i now have this issue:
Code:
is Deprecated: Assigning the return value of new by reference is deprecated in C:\xampp\htdocs\vbulletin\awards.php on line 47
(but that is a php issue since i use a higher version on my local host)