Quote:
Originally Posted by wjkingsnorth
Getting this error
Deprecated: Assigning the return value of new by reference is deprecated in //*****/*****/public_html/domain.com.com/forum/arcade.php on line 3191
Deprecated: Assigning the return value of new by reference is deprecated in /*****/*****/public_html/domain.com/forum/arcade.php on line 4084
PHP Warning: Cannot modify header information - headers already sent by (output started at ..../arcade.php:3191) in ..../arcade.php on line 97
I downloaded the fixed arcade files and tried them, but it did not fix it. I am on php 5.5, vb 4.2.3
|
Save a copy of the arcade.php file before you edit it.
Open arcade.php in your favorite editor.
Find all instances of
=& and change it to
= save