Topic-icon Error Message after UPDATE PHP 7 in modules

Active Subscriptions:

None
9 years 11 months ago #58603 by micfre
Hi we get a error message for stream modul after update to php 7

Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; TableChannel has a deprecated constructor in /var/www/vhosts/fotoabenteuer.de/httpdocs/administrator/components/com_jfbconnect/tables/channel.php on line 12

How can we fix it please

Michael
The topic has been locked.
Support Specialist
9 years 11 months ago #58608 by alzander
That is a PHP deprecation notice. It's a valid notice for us, developers, to fix something before the next major release of PHP. However, it's not a real error and not something you need to worry about.

To hide that message, simply go to the Joomla -> Global Configuration area and set "Error Reporting" to "System Level" or "None". That should hide the developer messages like that.

Thanks,
Alex
The topic has been locked.
Active Subscriptions:

None
9 years 11 months ago #58611 by micfre
Hi Alex,

many thanks !!
The topic has been locked.
Support Specialist
9 years 11 months ago #58616 by mel
FYI - I've added this issue to the tracker to address for the next release.
The topic has been locked.