The actual vbulletin script you are using has old php functions in init.php & class_core.php usually because of old version of vbulletin. Either update it or add something like this to your htaccess:
Code: 
php_flag display_errors off
or in php:
Code: 
add next line after <?
error_reporting(0);