Noerenberg
08-05-2012, 06:53 PM
Hi,
after the Update i got 3 errors in my header.
After i upload the arcade.php fix i have just 2 errors
Deprecated: Assigning the return value of new by reference is deprecated in .../arcade.php on line 3192
and
Deprecated: Assigning the return value of new by reference is deprecated in ...arcade.php on line 4085
when i set my php from 5.3 to 5.2 the error is gone but i want to use 5.3 what i have to do?
when i put this in my arcade.php
error_reporting(E_ALL & ~E_NOTICE & ~8192);
the error is still there
hopefully anyone can help me.
after the Update i got 3 errors in my header.
After i upload the arcade.php fix i have just 2 errors
Deprecated: Assigning the return value of new by reference is deprecated in .../arcade.php on line 3192
and
Deprecated: Assigning the return value of new by reference is deprecated in ...arcade.php on line 4085
when i set my php from 5.3 to 5.2 the error is gone but i want to use 5.3 what i have to do?
when i put this in my arcade.php
error_reporting(E_ALL & ~E_NOTICE & ~8192);
the error is still there
hopefully anyone can help me.