• Resolved GermanKiwi

    (@germankiwi)


    Hi, I ran the PHP Compatibility Checker plugin on my site – it scans all plugins to check for any compatibility issues with PHP7. It came up with eight different errors for the Sermon Manager plugin. Can you kindly check these out and fix them where necessary? Thanks!

    FILE: /wp-content/plugins/sermon-manager-for-wordpress/sermons.php
    ——————————————————————————————-
    FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
    ——————————————————————————————-
    1 | WARNING | File has mixed line endings; this may cause incorrect results
    ——————————————————————————————-

    FILE: /wp-content/plugins/sermon-manager-for-wordpress/includes/legacy_functions.php
    ————————————————————————————————————-
    FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
    ————————————————————————————————————-
    1 | WARNING | File has mixed line endings; this may cause incorrect results
    ————————————————————————————————————-

    FILE: /wp-content/plugins/sermon-manager-for-wordpress/includes/getid3/getid3.lib.php
    ————————————————————————————————————–
    FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
    ————————————————————————————————————–
    614 | WARNING | INI directive ‘safe_mode’ is deprecated since PHP 5.3 and removed since PHP 5.4.
    ————————————————————————————————————–

    FILE: /wp-content/plugins/sermon-manager-for-wordpress/includes/getid3/getid3.php
    ———————————————————————————————————-
    FOUND 0 ERRORS AND 2 WARNINGS AFFECTING 2 LINES
    ———————————————————————————————————-
    146 | WARNING | INI directive ‘safe_mode’ is deprecated since PHP 5.3 and removed since PHP 5.4.
    1352 | WARNING | INI directive ‘safe_mode’ is deprecated since PHP 5.3 and removed since PHP 5.4.
    ———————————————————————————————————-

    FILE: /wp-content/plugins/sermon-manager-for-wordpress/includes/template-tags.php
    ———————————————————————————————————-
    FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
    ———————————————————————————————————-
    1 | WARNING | File has mixed line endings; this may cause incorrect results
    ———————————————————————————————————-

    FILE: /wp-content/plugins/sermon-manager-for-wordpress/includes/entry-views.php
    ——————————————————————————————————–
    FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
    ——————————————————————————————————–
    1 | WARNING | File has mixed line endings; this may cause incorrect results
    ——————————————————————————————————–

    FILE: /wp-content/plugins/sermon-manager-for-wordpress/views/single-wpfc_sermon.php
    ————————————————————————————————————
    FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
    ————————————————————————————————————
    1 | WARNING | File has mixed line endings; this may cause incorrect results
    ————————————————————————————————————

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hey @germankiwi, Sermon Manager has new owners now. 🙂

    Those are not errors, just warnings, and you can safely use PHP 7. But, anyway, we want to remove all warnings as well.

    It has been fixed and will be available in 2.0.7.

    There will still be two warnings, but they are false-positives. There is some code left for compatibility, and it will not interfere with PHP 7 at all.

    Thank you for your patience.

    Thread Starter GermanKiwi

    (@germankiwi)

    Great, thanks @nikolam!

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

The topic ‘Errors with Compatibility Checker for PHP7’ is closed to new replies.