MyBB Community Forums

Full Version: Shoutbox 2.0.1
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
This is what happens when I try to activate it.
MySQL error: 1101
BLOB/TEXT column 'message' can't have a default value
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 
Are you using any modifications that required you to edit any files?
What other plugins are you using?

~Nate
This is quite an old post, I'm not sure how I missed it.

Version 2.0.2 will be out soon with this bug fixed. In the meantime, here's a replacement file for the inc/plugins directory that should prevent that error in future.