MyBB Community Forums

Full Version: didn't turn off plugin
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I ran an upgrade and didn't turn a plugin off. What do I need to do to get this corrected?
Warning: asoi_deactivate(./inc/adminfunctions_templates.php) [function.asoi-deactivate]: failed to open stream: No such file or directory in /home/XXX/wwwroot/XXXX/inc/plugins/asoi.php on line 292

Warning: asoi_deactivate(./inc/adminfunctions_templates.php) [function.asoi-deactivate]: failed to open stream: No such file or directory in /home/XXX/wwwroot/XXXX/inc/plugins/asoi.php on line 292

Fatal error: asoi_deactivate() [function.require]: Failed opening required './inc/adminfunctions_templates.php' (include_path='.:/usr/lib/php') in /home/XXX/wwwroot/XXXX/inc/plugins/asoi.php on line 292
Fatal error: Call to undefined function: setlanguage() in /home/XXX/wwwroot/XXXX/inc/plugins/asoi.php on line 324
Hi,

Upload the attached "disable_plugins.php" to your main forums directory and view it in your browser (http://www.myforum.com/disable_plugins.php). It should tell you all plugins have been disabled.

Then please delete any remaining plugins from inc/plugins.

Regards,
Chris
You just have to delete the plugins from the plugins folder on your ftp folder.
This won't delete the mysql rows/tables though, if you want them to go away you need to look which queries are ran when deactivating the plug-in.
That did it, thank you very much.