MyBB Community Forums

Full Version: MyShoutbox 1.4 Error
You're currently viewing a stripped down version of our content. View the full version with proper formatting.

MyBB has experienced an internal SQL error and cannot continue.

SQL Error:
1050 - Table 'mybb_mysb_shouts' already exists
Query:
CREATE TABLE mybb_mysb_shouts ( id int(10) NOT NULL auto_increment, uid int(10) NOT NULL, shout_msg text NOT NULL, shout_date int(10) NOT NULL, shout_ip varchar(30) NOT NULL, hidden varchar(10) NOT NULL, PRIMARY KEY (id) ) TYPE=MyISAM

this came up when i tried to install myshoutbox 1.4, please help!
It seems the table has already been created, have you installed it before, uninstalled it, then reinstalled. Go to phpmyadmin and check to see if the table has already been created.
your myBB version and shoutbox is for 16* or 14* ? Confused