2013-03-04, 03:47 PM
2013-03-04, 03:52 PM
You can turn off all plugins via ACP > Configuration > General Configuration > Disable All Plugins = Yes
Notice this does not truly disable the plugins, just stops any plugins from being ran.
Notice this does not truly disable the plugins, just stops any plugins from being ran.
2013-03-04, 05:08 PM
If it is because you are unable to access the Admin CP to perform this, open ./inc/init.php and find:
Note if you do have access to the Admin CP please use Euan T.'s solution instead.
define("TIME_NOW", time());
and replace with:define("TIME_NOW", time());
define('NO_PLUGINS', 1);
Note this is temporary, it stops the plugins from being ran just link the option above.Note if you do have access to the Admin CP please use Euan T.'s solution instead.