• Welcome to ForumKorner!
    Join today and become a part of the community.

Download Section Plugin error help for mybb

Harley16

New Member
Reputation
0
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.
ive added ENGINE insted of Type how do i fix this error and i want to know where i can find the exiting downloadcategories
 

OliverE

Power member.
Reputation
0
Firstly, can you link us to the plugin your using please.

Next, it seems the plugin didn't uninstall correctly the first time you used it.

To fix this problem you need to delete the table from the SQL database manually.

If you can't do this, please PM me
 

whitee

User is banned.
Reputation
0
First tell us the procedure that you did use...I mean which plug in that you are using. Aware me then I can give you positive response..
 
Top