Log in

View Full Version : How do you disable a modification


msudawgs64
09-20-2007, 11:01 PM
I am having serious issues with my board and errors left and right which were posted on another thread and a reply I got was to disable any modifications I may have on the board. How do you disable these modifications? Keep in mind I cannot currently get into the AdminCP due to these errors.

Any help would be greatly appreciated.

Dismounted
09-21-2007, 05:19 AM
At the end of your config.php (before ?>), add this code in.
define('DISABLE_HOOKS', true);

msudawgs64
09-21-2007, 05:41 AM
thanks a million...I certainly appreciate the help.

yep, that did it. I now get to find out what mod caused this but that can wait for another day. I again appreciate your help here.

Marco van Herwaarden
09-21-2007, 07:13 AM
Disable all modifications in your config.php.
Go into your AdminCP and disable all your modifications.
Turn on plugins in your config.php again.
Now turn on each modification again 1by1 until you find which modification is causing the problems.

msudawgs64
09-22-2007, 04:03 AM
Disable all modifications in your config.php.
Go into your AdminCP and disable all your modifications.
Turn on plugins in your config.php again.
Now turn on each modification again 1by1 until you find which modification is causing the problems.

thanks, got it working and to be on the safe side I removed both mods and in hindsite glad I did since I also upgraded my board which has the built in RSS feeds and the vbGooglemap was buggy at best, to be kind here. I would love to have a map where my members can pin their location but not at the cost of spending too much time fixing it.

Thanks again for the help.