Have you recently installed any mods? Lets test and see if it is a mod causing it.
Open your config.php and below<?php add this line:
PHP Code:
define('DISABLE_HOOKS', true);
So it looks like this:
PHP Code:
<?php
define('DISABLE_HOOKS', true);
/*================================================= =====================*\
|| ################################################## ################## ||
|| # vBulletin 4.1.4
Then check your site and see if the issue still persists, you must remove the define('DISABLE_HOOKS', true); from the config.php if you want the mods running again.