MyBB Community Forums

Full Version: Shoutbox 2.0
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I had the older version of Shoutbox and want to use the 2.0 version, but I'm getting the following error once I try to activate it.

"MySQL error: 1050
Table 'mybb_shouts' already exists
Query: CREATE TABLE mybb_shouts ( sid smallint unsigned NOT NULL auto_increment, uid smallint unsigned NOT NULL default '0', username varchar(120) NOT NULL default '', message text NOT NULL default '', dateline bigint(30) NOT NULL default '0', ipaddress varchar(30) NOT NULL default '', PRIMARY KEY (sid) ) TYPE=MyISAM


What shall I do?
Go to phpmyadmin and drop the mybb_shouts table. Then give the installation another try.
I thought that's what I wanted to do, but wanted to make sure. It's all good now. Thanks!