Solve PHP warning
-
We have recently migrated our website to a new host. It was running under 5.7 by the old host and now host Siteground recommends an upgrade to 7.0. The plug-in check for bbPress Version: 2.5.13 before upgrading PHP give the following:
FILE: /home/knvwshet/public_html/wp-content/plugins/bbpress-wp-tweaks/bbpress-wp-tweaks.php
———————————————————————————————-
FOUND 0 ERRORS AND 2 WARNINGS AFFECTING 2 LINES
———————————————————————————————-
53 | WARNING | Use of deprecated PHP4 style class constructor is not supported since PHP 7.
340 | WARNING | Use of deprecated PHP4 style class constructor is not supported since PHP 7.
———————————————————————————————-How do we correct this or can you correct this?
Thanks!
- You must be logged in to reply to this topic.