Quote:
Originally Posted by Elixar
Could it be from a mod?
|
It could be. To test this theory, edit the file:
includes/config.php
to add at the top the line:
PHP Code:
define('DISABLE_HOOKS', true);
and then see if the problem persists. Then when you are done, comment that line out, so it will be there in the future in case you need to turn off all plugins in the future. Change it to:
PHP Code:
//define('DISABLE_HOOKS', true);