Quote:
Originally Posted by ozzy47
You should use:
PHP Code:
define('SKIP_DS_ERRORS', true);
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.
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 3.8.x
Use a editor like notepad++ to edit any files, don't use Notepad or Wordpad.
--------------------------
And see if that gets rid of the errors.
|
Ended up getting this.
PHP User Warning: Cannot modify header information - headers already sent by (output started at ..../includes/config.php:1) in ..../admincp/staff_admin.php on line 43
Went in and changed it up with Notepad++ again and it still gives me the error with the coding it the config.php