PHP errors in class-health-check-site-status.php : ‘mysql_’ is deprecated
-
Hi,
I came across the errors below when I was scanning the plugin for compatibility with PHP 7.3. Could you please update the deprecated ‘mysql_’ to ‘mysqli’? Thank you.
FILE: /home/animalch/public_html/wp-content/plugins/health-check/includes/class-health-check-site-status.php
————————————————————————————————————-
FOUND 2 ERRORS AFFECTING 2 LINES
————————————————————————————————————-
52 | ERROR | Extension ‘mysql_’ is deprecated since PHP 5.5 and removed since PHP 7.0; Use mysqli instead
1097 | ERROR | Extension ‘mysql_’ is deprecated since PHP 5.5 and removed since PHP 7.0; Use mysqli instead
————————————————————————————————————-FILE: /home/animalch/public_html/wp-content/plugins/health-check/includes/class-health-check-debug-data.php
————————————————————————————————————
FOUND 1 ERROR AFFECTING 1 LINE————————————————————————————————————
766 | ERROR | Extension ‘mysql_’ is deprecated since PHP 5.5 and removed since PHP 7.0; Use mysqli instead
————————————————————————————————————
- The topic ‘PHP errors in class-health-check-site-status.php : ‘mysql_’ is deprecated’ is closed to new replies.