• This plugin uses the mysql_escape_string() function, which was deprecated in PHP 4.3.0 and completely removed in PHP 7… so it triggers a fatal error when a new comment is left.

    Pretty sure this plugin has been abandoned by the developer (hasn’t been updated in 6 years), so I’d recommend finding a different option.

Viewing 1 replies (of 1 total)
  • If you’ve got a code editor, just replace all the instances of mysql_escape_string() with mysqli_real_escape_string.

    If I get around to it, I’ll post an updated plugin on Github.

Viewing 1 replies (of 1 total)
  • The topic ‘Not compatible with PHP 7’ is closed to new replies.