MyBB Community Forums

Full Version: Problem installing News Bar plugin
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello,

I am getting this error message when I try to install the plugin.

Quote:MyBB has experienced an internal SQL error and cannot continue.

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 'DEFAULT CHARSET = utf8' at line 9
Query:
CREATE TABLE mybb_newsbar ( bid int(10) unsigned NOT NULL auto_increment, forumids text NOT NULL, location text NOT NULL, excludepages text NOT NULL, dateformat text NOT NULL, timeformat text NOT NULL, PRIMARY KEY (bid) ) DEFAULT CHARSET = utf8

Can anyone help?