MyBB Community Forums

Full Version: I need to manually deactivate a plugin PLEASE HELP
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
So I tried out a plugin and now it wont deactivate I get this error

I've tried remove all the tables and deleting all the related files. I want to deactivate so I can reinstall it after It is fixed. PLease someone tell me how to manually deactivate.
[Image: QO9Im2w.png?1]
(2013-08-19, 04:39 AM)sn4g Wrote: [ -> ]I've tried remove all the tables and deleting all the related files.

Never do that again. Removing its tables from database is the main reason why it doesn't want to deactivate/uninstall in your case. Deleting files doesn't bring anything good too, don't do that before the plugin is stopped from working.

You can fix it by modifying plugin .php file in inc/plugins so the _deactivate function doesn't look for the tables mentioned in SQL error.