MyBB Community Forums

Full Version: how do we disable all plugins while we can't login into the ACP?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
how do we disable all plugins while we can't login into the ACP?
Good question.

I think this ain't possible..

But may I ask why you can't access your ACP anymore?
Try like this:

Add the following code AFTER the <?php in ./inc/init.php file.

define("NO_PLUGINS", "1"); 
(2011-12-15, 11:21 PM)JovanJ. Wrote: [ -> ]Try like this:

Add the following code AFTER the <?php in ./inc/init.php file.

define("NO_PLUGINS", "1"); 

As Jovan stated, this is the correct method if you cannot access the ACP. Yes it does require manually editing a core file, however this was the official method before I added the On/Off switch for plugins i the ACP and is safe to use.
There is a setting in config > settings from 1.6.4 or 1.6.5 I believe, so couldn't it be just turned off by going to inc/settings.php as well?

You can use define no plugins as well.