• brycef

    (@brycef)


    Hi, we are testing for PHP 7 compatibility and the plugin yields these errors:

    FILE: /wp-content/plugins/wp-ui/inc/wpuimce/wpui_mce.php
    ——————————————————————————————–
    FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
    ——————————————————————————————–
    8 | WARNING | Use of deprecated PHP4 style class constructor is not supported since PHP 7.
    ——————————————————————————————–

    FILE: /wp-content/plugins/wp-ui/inc/widgets-old.php
    ———————————————————————————————-
    FOUND 0 ERRORS AND 2 WARNINGS AFFECTING 2 LINES
    ———————————————————————————————-
    9 | WARNING | Use of deprecated PHP4 style class constructor is not supported since PHP 7.
    347 | WARNING | Use of deprecated PHP4 style class constructor is not supported since PHP 7.
    ———————————————————————————————-

    FILE: /wp-content/plugins/wp-ui/inc/widgets.php
    ———————————————————————————————-
    FOUND 0 ERRORS AND 2 WARNINGS AFFECTING 2 LINES
    ———————————————————————————————-
    150 | WARNING | Use of deprecated PHP4 style class constructor is not supported since PHP 7.
    302 | WARNING | Use of deprecated PHP4 style class constructor is not supported since PHP 7.
    ———————————————————————————————-

    FILE: /wp-content/plugins/wp-ui/inc/wpui-helpers.php
    ————————————————————————————————–
    FOUND 1 ERROR AFFECTING 1 LINE
    ————————————————————————————————–
    782 | ERROR | preg_replace() – /e modifier is deprecated since PHP 5.5 and removed since PHP 7.0
    ————————————————————————————————–

    Can you help address these?

  • The topic ‘PHP 7 Compatibility’ is closed to new replies.