• Ironically, the plugin is generating PHP Fatal Errors when it tries to write to the log (and fails in my server configuration).

    PHP Fatal error: Uncaught Error: Call to undefined function mysql_error() in /[…]wp-content/plugins/error-manager/data.php

    The mysql_error() function was deprecated in PHP 5.5.0, and it was removed in PHP 7.0.0. Instead, the mysqli_error() function should be used (note the “i” in mysqli_error()).

    (I need to investigate _why_ the plugin can’t write to its own log, but let’s consider that out of scope of this ticket.)

The topic ‘PHP 7 incompatibility: use of mysql_error() function’ is closed to new replies.