Hello,
I've started to get this error below when I want to log into the manager in MODX 1.05.
Does anyone know how to fix it?
Deprecated: Assigning the return value of new by reference is deprecated in /home/content/t/h/e/themenu1/html/manager/includes/browsercheck.inc.php on line 16
Thank you
I fixed it by replacing
$client =& new phpSniff($GET_VARS['UA'],$sniffer_settings);
with
$client = new phpSniff($GET_VARS['UA'],$sniffer_settings);
That's the solution. A lot of errors like this are showing up as hosts upgrade to PHP 5.3.
------------------------------------------------------------------------------------------
PLEASE, PLEASE specify the version of MODX you are using.
MODX info for everyone:
http://bobsguides.com/modx.html