MyBB Community Forums

Full Version: ShoutBox 2.2 database installation help!
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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 TABLE mbb_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
open the plugin file in a code editor (eg. notepad++) and change TYPE=MyISAM to ENGINE=MyISAM , save and use it

however, it would be better to use Inferno Shoutbox or DVZ Shoutbox or any IRC