• Resolved davbel

    (@davbel)


    Hi

    Am in the process of moving to PHP7 and I’ve been using the PHP Compatibility Checker plugin to check to see if there are any issues and it comes up with the following warnings for WP Staging

    FILE: /home/useraccname/public_html/wp-content/plugins/wp-staging/apps/Backend/Administrator.php
    ————————————————————————————————-
    FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
    ————————————————————————————————-
    330 | WARNING | INI directive ‘safe_mode’ is deprecated since PHP 5.3 and removed since PHP 5.4
    ————————————————————————————————-

    FILE: /home/useraccname/public_html/wp-content/plugins/wp-staging/apps/Backend/Modules/SystemInfo.php
    ————————————————————————————————–
    FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
    ————————————————————————————————–
    422 | WARNING | INI directive ‘safe_mode’ is deprecated since PHP 5.3 and removed since PHP 5.4
    ————————————————————————————————–

    Guessing that as it’s a warning it won’t cause issues currently, but just wanted to check.

    Thanks

Viewing 1 replies (of 1 total)
  • Plugin Author Rene Hermenau

    (@renehermi)

    Thanks for the feedback.
    Yes, its only a warning which does not affect the plugin.

    Will see if i can fix this.

    Cheers
    René

Viewing 1 replies (of 1 total)
  • The topic ‘Warnings when upgrading to PHP7’ is closed to new replies.