Forums

error "Deprecated"

mara 06 Nov, 2010
i works in chronoform, but there is always this:
Deprecated: Assigning the return value of new by reference is deprecated in C:\Program Files\EasyPHP5.3.0\www\joomla\administrator\components\com_chronocontact\admin.chronocontact.php on line 1589
what is meaning?
I hope that someone can me help....😶
GreyHead 06 Nov, 2010
Hi mara,

In your site Global Configuration set Error Reporting to 'System Default' and this should go away.

If you want to fix the code find the line mentioned and remove the & so it reads
$xls = new Spreadsheet_Excel_Writer();

Bob
mara 06 Nov, 2010
Thank you for your tip....😀
Now i haven't more that "deprecated", after having modificated the string of mentionated file!
Thank you and a Kiss for you!
😛
This topic is locked and no more replies can be posted.