MyBB Community Forums

Full Version: Problem with Download Section 2.0.1
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I installed the plugin and wanted to activate it through my ACP. But when I do so I get the following message:

MySQL error: 1064
You have an error in your SQL syntax near '; ' at line 11
Query: CREATE TABLE mybb_downloadcategories ( cid smallint unsigned NOT NULL auto_increment, name varchar(120) NOT NULL default '', description text NOT NULL default '', visiblegroups text NOT NULL default '', submissiongroups text NOT NULL default '', disporder smallint unsigned NOT NULL default '0', downloads int(10) NOT NULL default '0', PRIMARY KEY (cid) ) TYPE=MyISAM;

What's wrong???