Quote:
Originally Posted by Rekinek
Hi. I get this error:
Database error in vBulletin 4.1.4:
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 'pstrophy_ps3trophy.award' doesn't exist
Error Number : 1146
Any one can help me. Like step by step what to do. Thanks.
|
I am getting the same error with vbulletin 4.1.9
*EDIT*
Fixed by changing all instances of "TYPE=MyISAM" in the XML file to "ENGINE=MyISAM"