MyBB Community Forums

Full Version: Problem Deactivating Minimum Posts for Game Section Mod
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I'm having trouble deactivating the Minimum Post's to play in the Game Section mod.

What happened is I terminated my hosting account after I backed up the files and database.

Somehow in the process of uploading all the files again and restoring the database backup after I renewed my hosting account a key or database entry went missing that "Minimum Post's for Game Section" mod references.

With this key not existing anymore in the database I am unable to deactivate the mod and enable it again.

The exact error I get when attempting to disable the Min. Post's for Game Section mod is:


MySQL error: 1091
Can't DROP 'minposts'; check that column/key exists
Query: ALTER TABLE `mybb_games_settings` DROP `minposts`, DROP `minposts_day`, DROP `minposts_day_num`;


What do I need to do to fix it?

Thanks if anyone can help. Smile
Maybe try creating the table + fields (w/out any data in them), just to the uninstall process can notice that they exists, and can delete them.