• FYI. This is why it won’t work for folks any more. please fix this!

    FILE: /public_html/wp-content/plugins/plugins-garbage-collector/includes/lib.php
    ———————————————————————————————————–
    FOUND 1 ERROR AFFECTING 1 LINE
    ———————————————————————————————————–
    22 | ERROR | Extension ‘mysql_’ is deprecated since PHP 5.5 and removed since PHP 7.0; Use mysqli instead
    ———————————————————————————————————–

Viewing 1 replies (of 1 total)
  • Plugin Author Vladimir Garagulya

    (@shinephp)

    The only call to the deprecated mysql_get_server_info() is made from the unused function pgc_log() and should not lead to the real time PHP errors.

    I will replace this call with mysqli_get_server_info() though with the next update.

    Did you find this warning inside server error logs or get it from some PHP compatibility scan plugin?

Viewing 1 replies (of 1 total)
  • The topic ‘PHP Error with App – Please Fix’ is closed to new replies.