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 6
mysql error number: 1064
Date: Saturday 09th of July 2005 01:29:23 AM
Script: (my site)/community/admincp/vbspell_install.php?do=install&step=4
--------------------------------------
Where did I mess it up? This is such a simple hack..lol
|