• Resolved wrestleclub

    (@wrestleclub)


    Have you tested your plugin on PHP 7? when I ran a compatibility check, I get the following messages below.

    FILE: /home/wrestlec/public_html/wp-content/plugins/pricing-table-by-supsystic/classes/validator.php
    ——————————————————————————————————————————————-
    FOUND 2 ERRORS AFFECTING 1 LINE
    ——————————————————————————————————————————————-
    138 | ERROR | Function mysql_escape_string() is deprecated since PHP 5.3 and removed since PHP 7.0; use mysqli_real_escape_string instead
    138 | ERROR | Extension ‘mysql_’ is deprecated since PHP 5.5 and removed since PHP 7.0 – use mysqli instead.
    ——————————————————————————————————————————————-

    FILE: /home/wrestlec/public_html/wp-content/plugins/pricing-table-by-supsystic/functions.php
    ———————————————————————————————————————–
    FOUND 2 ERRORS AFFECTING 1 LINE
    ———————————————————————————————————————–
    246 | ERROR | Function ereg_replace() is deprecated since PHP 5.3 and removed since PHP 7.0; use preg_replace instead
    246 | ERROR | Extension ‘ereg’ is deprecated since PHP 5.3 and removed since PHP 7.0 – use pcre instead.
    ———————————————————————————————————————–

    FILE: /home/wrestlec/public_html/wp-content/plugins/pricing-table-by-supsystic/modules/tables/controller.php
    ————————————————————————————————————–
    FOUND 2 ERRORS AFFECTING 2 LINES
    ————————————————————————————————————–
    154 | ERROR | Extension ‘mysql_’ is deprecated since PHP 5.5 and removed since PHP 7.0 – use mysqli instead.
    188 | ERROR | Extension ‘mysql_’ is deprecated since PHP 5.5 and removed since PHP 7.0 – use mysqli instead.
    ————————————————————————————————————–

    FILE: /home/wrestlec/public_html/wp-content/plugins/pricing-table-by-supsystic/modules/options/views/options.php
    —————————————————————————————————————-
    FOUND 1 ERROR AND 2 WARNINGS AFFECTING 2 LINES
    —————————————————————————————————————-
    66 | ERROR | Extension ‘mysql_’ is deprecated since PHP 5.5 and removed since PHP 7.0 – use mysqli instead.
    67 | WARNING | INI directive ‘safe_mode’ is deprecated since PHP 5.3 and removed since PHP 5.4.
    67 | WARNING | INI directive ‘safe_mode’ is deprecated since PHP 5.3 and removed since PHP 5.4.
    —————————————————————————————————————-

    FILE: /home/wrestlec/public_html/wp-content/plugins/pricing-table-by-supsystic/modules/supsystic_promo/views/supsystic_promo.php
    ——————————————————————————————————————————–
    FOUND 1 ERROR AND 2 WARNINGS AFFECTING 2 LINES
    ——————————————————————————————————————————–
    44 | ERROR | Extension ‘mysql_’ is deprecated since PHP 5.5 and removed since PHP 7.0 – use mysqli instead.
    45 | WARNING | INI directive ‘safe_mode’ is deprecated since PHP 5.3 and removed since PHP 5.4.
    45 | WARNING | INI directive ‘safe_mode’ is deprecated since PHP 5.3 and removed since PHP 5.4.
    ——————————————————————————————————————————–

Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘PHP 7 Compatibility’ is closed to new replies.