PHP errors due to deprecated mysql_get_server_info
-
This plugin is throwing PHP errors:
PHP Warning: mysql_get_server_info(): No such file or directory in /[path]/wp-content/plugins/pushover-notifications/includes/admin/admin-pages.php on line 280 PHP Warning: mysql_get_server_info(): A link to the server could not be established in /[path]/wp-content/plugins/pushover-notifications/includes/admin/admin-pages.php on line 280
The line in question is:
MySQL Version: <?php echo mysql_get_server_info() . "\n"; ?>
And
mysql_get_server_info
was was deprecated in PHP 5.5.0, and removed in PHP 7.0.0
- The topic ‘PHP errors due to deprecated mysql_get_server_info’ is closed to new replies.