2014-09-03, 06:23 PM
I get the following error when trying to install ShoutBox 2.2:
Quote:SQL Error:
1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'TYPE=MyISAM' at line 8
Query:
CREATE TABLEmbb_shouts
(sid
int(10) unsigned NOT NULL auto_increment,uid
int(10) unsigned NOT NULL default '0',message
text NOT NULL,dateline
bigint(30) NOT NULL default '0',ipaddress
varchar(30) NOT NULL default '', PRIMARY KEY (sid
) ) TYPE=MyISAM