Open your
includes/config.php file and below
<?php add the following.
PHP Code:
define('SKIP_DS_ERRORS', true);
So it looks like this:
PHP Code:
<?php
define('SKIP_DS_ERRORS', true);
/*================================================= =====================*\
|| ################################################## ################## ||
|| # vBulletin 4.2.2
Use a editor like
notepad++ to edit any files,
don't use Notepad or Wordpad.
This turns off the extra error reporting in php 5.3 & 5.4 (for strict & deprecated warnings), but will allow other important errors to show.