MyBB Community Forums

Full Version: How to disable all plugins - forgot to disable them before update now cant enter admi
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
How to disable all plugins - forgot to disable them before update now cant enter admin php due to error

So i need to manually disable all plugins somehow 

From database with query?
Restore a backup. Ask your host to restore the latest fileset and database backup they have if you did not do one yourself.
(2017-07-14, 05:49 PM)Ashley1 Wrote: [ -> ]Restore a backup. Ask your host to restore the latest fileset and database backup they have if you did not do one yourself.

i am sure they are stored somewhere so i can disable them

no restore is not possible solution for me
You can disable all plugins by editing the file inc/settings.php

Search for phrase:

$Settings ['no_plugins'] = "0";

Swap it to:

$Settings ['no_plugins'] = "1";
disabled manually from mybb_settings table and now works
Marked thread as SOLVED