joomla / joomla-cms

Home of the Joomla! Content Management System
https://www.joomla.org
GNU General Public License v2.0
4.77k stars 3.65k forks source link

Error Message with PHP7.0 #16162

Closed rejonesjr closed 7 years ago

rejonesjr commented 7 years ago

Steps to reproduce the issue

        We are now getting the following errors when logging into the Admin Screen. Attached is related.

Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; plgSystemJATypo has a deprecated constructor in /home/nhknight/public_html/plugins/system/jatypo/jatypo.php on line 24

Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; KeyCAPTCHA_CLASS has a deprecated constructor in /home/nhknight/public_html/plugins/system/keycaptcha/keycaptcha.php on line 34

Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; JAT3_AdminUtil has a deprecated constructor in /home/nhknight/public_html/plugins/system/jat3/jat3/core/admin/util.php on line 21

Expected result

Actual result

System information (as much as possible)

Additional comments

mbabker commented 7 years ago

Report the messages to the respective extension developers. All it is is a warning that they are still using a PHP 4 feature that was deprecated in PHP 7 and presumably will be removed with PHP 8.