Ok lets do this, disable plugins via the
includes/config.php file.
To do that open your
includes/config.php file and below
<?php add the following.
PHP Code:
define('DISABLE_HOOKS', true);
So it looks like this:
PHP Code:
<?php
define('DISABLE_HOOKS', true);
/*================================================= =====================*\
|| ################################################## ################## ||
|| # vBulletin 4.2.2
Use a editor like
notepad++ to edit any files,
don't use Notepad or Wordpad.
Then navigate to the ACP, and un install the mod. Once that is done, remove or comment out that line in the config file, and see if you still have the same issue.