PHP error message

Ripose 18 Apr, 2010
ChronoForms_V3.1_RC5.5 generates the following php error message:

Deprecated: Assigning the return value of new by reference is deprecated in C:\wamp\www\Joomla_1\administrator\components\com_chronocontact\admin.chronocontact.php on line 1589


Just FYI
GreyHead 18 Apr, 2010
Hi Ripose,

Thanks - is this PHP 5.3?

Bob
Ripose 19 Apr, 2010
Yes it is 5.3 Bob.

Have a good day/night all!
(6:15 pm here)
GreyHead 19 Apr, 2010
Hi Ripose,

Thanks, looks as though there may be a few of those messages from PHP5.3

If it's a problem then I think the fix is to change line 1589 from
$xls =& new Spreadsheet_Excel_Writer();
to
$xls = new Spreadsheet_Excel_Writer();

Bob
Ripose 20 Apr, 2010
Hi Bob.

Thank you very much your solution worked and it will help me with errors I get from extensions made by other people as well! 😀
This topic is locked and no more replies can be posted.