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....😶
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....😶
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
Bob
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
This topic is locked and no more replies can be posted.