MyBB Community Forums

Full Version: how to fix this???
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
hello, today I deactivated my advertisement plugin for some cause.
but now when I try to activate it, it returns a MyBB SQL Error(look at the screenshot)
How to fix it???
I completely deleted the plugin from my forum root.and reinstall again.but the problem not solved.

You need to remove the table in phpMyAdmin
DROP TABLE mybb_myadvertisements_zones
Login to your PhPMyAdmin (from cPanel mostly) and then goto your forum database and then remove tables which says mybbadvertisements_zone and try again.
Yeah, you need to be a little careful with some plug-ins used adding new tables to database. Because some don't tend to drop the table added when removed. Had that problem myself before with one mod.