MyBB Community Forums

Full Version: BIG problem with My Advertisements
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
My site was deleted, and I reinstalled MyBB. Now, when I try to activate My Advertisements, it gives me this:

MyBB SQL Error
MyBB has experienced an internal SQL error and cannot continue.

SQL Error:
1050 - Table 'mybb_myadvertisements_zones' already exists
Query:
CREATE TABLE mybb_myadvertisements_zones ( zid int(10) UNSIGNED NOT NULL auto_increment, name varchar(50) NOT NULL default '', description varchar(300) NOT NULL default '', ads int(10) UNSIGNED NOT NULL default '0', postbit_type smallint(1) UNSIGNED NOT NULL default '1', postbit_xposts int(10) UNSIGNED NOT NULL default '0', PRIMARY KEY (zid) ) ENGINE=MyISAM

What do I do?
That means the tables are already there in your myphpadmin. Go to phpadmin and delete the tables.