Quote:
Originally Posted by sgfish
This is my error now. Hope someone can help.
|
Add this to the top of your config.php:
Code:
define('DISABLE_HOOKS', true);
This will disable ALL of your mods.
Log into the adminCP, uninstall/disable the mod you think is the problem.
Then comment the line out that you added above so it looks like:
Code:
//define('DISABLE_HOOKS', true);
And see if that fixes your problem.