PDA

View Full Version : Disable Addons?



zakrhino
Wed 1st Jul '09, 4:54pm
Hello I want to disable my addons but can't access the adminCP
Error: Warning: require_once(./../global.php) [function.require-once (http://www.furry-muscle.org/forums/function.require-once)]: failed to open stream: No such file or directory in [path]/global.php(607) : eval()'d code on line 1
Being that it is a addon how can I go in and turn it off?

beishe8
Wed 1st Jul '09, 4:57pm
Hello I want to disable my addons but can't access the adminCP
Error: Warning: require_once(./../global.php) [function.require-once (http://www.furry-muscle.org/forums/function.require-once)]: failed to open stream: No such file or directory in [path]/global.php(607) : eval()'d code on line 1
Being that it is a addon how can I go in and turn it off?


Edit your config.php file.



Disable hooks:
Note: To temporarily disable the plugin system, edit config.php and add this line right under <?php

define('DISABLE_HOOKS', true);