• Resolved I3UK

    (@i3uk)


    I would like to upgrate my server to PHP7 but I see that…

    FILE: /home/folder/domains/mysite.it/public_html/shop/wp-content/plugins/ecwid-shopping-cart/lib/ecwid_platform.php
    ———————————————————————————————————————–
    FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
    ———————————————————————————————————————–
    266 | WARNING | INI directive ‘safe_mode’ is deprecated since PHP 5.3 and removed since PHP 5.4
    ———————————————————————————————————————–

    FILE: /home/folder/domains/mysite.it/public_html/shop/wp-content/plugins/ecwid-shopping-cart/lib/JSON.php
    ————————————————————————————————————-
    FOUND 0 ERRORS AND 3 WARNINGS AFFECTING 3 LINES
    ————————————————————————————————————-
    133 | WARNING | Use of deprecated PHP4 style class constructor is not supported since PHP 7.
    783 | WARNING | Use of deprecated PHP4 style class constructor is not supported since PHP 7.
    797 | WARNING | Use of deprecated PHP4 style class constructor is not supported since PHP 7.
    ————————————————————————————————————-

    Have I to intend that the plugin isn’t still ready for PHP7?

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

    Thanks for the report. We will fix those warning messages in one of the upcoming plugin updates.

    Just to clarify on the nature of those warnings: they do not affect the plugin or site functionality, they are just notices for the developer to clean up the code.

    The Ecwid plugin works fine on sites with PHP 7.

    But again, we will clean up the code to fix the warning messages you discovered.

    Thanks,

    Hi,

    We just released a new version of the plugin with the code improvements. Please update your installation to the latest version and check again — the warning messages should be fixed.

    Thanks,

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

The topic ‘PHP7 compatibility’ is closed to new replies.