Quote:
Originally Posted by cutetxblonde
During step 4 I get this:
-------------------------------------------------------------
Database error in vBulletin 3.0.7:
Invalid SQL: CREATE TABLE vbspell (
word varchar(30) NOT NULL,
sound varchar(10) NOT NULL,
UNIQUE KEY word (word),
KEY sound (sound)
) ENGINE=MyISAM
mysql error: You have an error in your SQL syntax near 'ENGINE=MyISAM' at line
|
Replace ENGINE=MyISAM with TYPE=MyISAM, or re-upload vbspell_install.php from the zip file. I think ENGINE keyword is for newer MySQL versions.