• Resolved pevista

    (@pevista)


    Hi
    I ran the PHP Compatibility Checker plugin and it reported an error for Hummingbird:

    FILE: /home/teknikal/public_html/wp-content/plugins/hummingbird-performance/core/modules/class-module-advanced.php
    ——————————————————————————————————————
    FOUND 1 ERROR AFFECTING 1 LINE
    ——————————————————————————————————————
    501 | ERROR | Extension ‘mysql_’ is deprecated since PHP 5.5 and removed since PHP 7.0; Use mysqli instead
    ——————————————————————————————————————
    I don’t know if has any importance.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi @pevista,

    Thanks, but if you look at the code that is mentioned in the check (line 501), you will see that there is a check to see if mysqli_ extension is available. mysql_ will only be used on older php versions, where there is no mysqli_

    Best regards,
    Anton

    Thread Starter pevista

    (@pevista)

    Great, thanks.
    Best
    Peter

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Compability error with php 7.0’ is closed to new replies.