PDA

View Full Version : Probelm after update with php


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.

RipperJack
08-05-2012, 08:17 PM
If you go to line 3192 and line 4085 in your arcade.php you will see a &ampersand before the new just remove it and errors will go away

Noerenberg
08-06-2012, 04:20 AM
cool, it works, thanks a lot.