Quote:
Originally Posted by betts02
Strict Standards: Only variables should be assigned by reference in /home/xlgaming/public_html/xleague.co.uk/teams.php on line 88
newly updated can you please help cheers
|
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.