Have you installed any new modifications recently? Running in Safe Mode?
Could be plugin related, try this info:
Quote:
Originally Posted by Steve Machol
Also this error is from a plugin you've installed. You need to disable each of your plugins then turn one at a time to see which one is causing this.
If you cannot log into the Admin CP then to disable the plugin system, edit config.php and add this line right under <?php
define('DISABLE_HOOKS', true);
This will disable all hooks and allow you to log in properly with no hooks running.
http://www.vbulletin.com/docs/html/disable_plugins
|