ChronoForms_V3.1_RC5.5 generates the following php error message:
Just FYI
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
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
Bob
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
This topic is locked and no more replies can be posted.