MyBB Community Forums

Full Version: Download Section Plugin error help
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi im wondering if you can help me out this is when i changed it From TYPE to ENGINE how do i fix it why i changed it to fix the error im useing 1.6 or something the latest one of mybb

MyBB has experienced an internal SQL error and cannot continue.

SQL Error:
1050 - Table 'mybb_downloadcategories' already exists
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) ) ENGINE=MyISAM;

Please contact the MyBB Group for support.