PHP Fatal error: Call to undefined function mysql_get_client_info()
-
WP v4.2.2
iThemes Security v4.6.13Issue:
PHP Fatal error: Call to undefined function mysql_get_client_info() in /document_root/wp-content/plugins/better-wp-security/core/content/system.php on line 70
For each visit to the iThemes Security Dashboard at https://example.tld/wp-admin/admin.php?page=itsec return 404 error in the following:
- Dashboard >> System Information >> Database Information
- wp-admin/error_log
And other observations:
- iThemes Security Dashboard blocks toggle (minimize or maximize) not working.
- Security Status block in Dashboard appearing twice
Temporarily removed the list item
<?php echo mysql_get_client_info(); ?>
from wp-content/plugins/better-wp-security/core/content/system.php line 70After removing the above list item or function from system.php, no 404 errors found, and Security Status appearing only one time and returning all server configuration details on the dashboard except mySQL client info.
- The topic ‘PHP Fatal error: Call to undefined function mysql_get_client_info()’ is closed to new replies.