Quote:
Originally Posted by James Birkett
Disable modifications and see if the problem still occurs.
AdminCP -> vBulletin Options -> Enable Plugin/Hook System -> No
If you can't get to that:
open up /includes/config.php, right under the <?php add the following code:
PHP Code:
define('DISABLE_HOOKS', true);
|
Hi
If i do this then it does stop the problem. Does that mean it is definately one of my plug-ins that is doing this.
Will disabling each plug-in in turn work to find out what the problem is.