Quote:
Originally Posted by Devanand
Just installed at 3.8.5 and above logo I get this 3 lines:
Deprecated: Assigning the return value of new by reference is deprecated in ......../public_html/arcade.php on line 3190
Deprecated: Assigning the return value of new by reference is deprecated in ....../public_html/arcade.php on line 4082
Warning: Cannot modify header information - headers already sent by (output started at [path]/arcade.php:3190) in [path]/arcade.php on line 97
|
Edit arcade.php, find:
PHP Code:
error_reporting(E_ALL & ~E_NOTICE);
replace with:
PHP Code:
error_reporting(E_ALL & ~E_NOTICE & ~8192);