• Resolved houcatdad

    (@houcatdad)


    3 php errors reporting:

    FILE: public_html/wp-content/plugins/broken-link-checker/core/core.php
    ———————————————————————————————————–
    FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
    ———————————————————————————————————–
    957 | WARNING | Function create_function() is deprecated since PHP 7.2; Use an anonymous function instead
    ———————————————————————————————————–

    FILE: public_html/wp-content/plugins/broken-link-checker/modules/checkers/http.php
    ———————————————————————————————————–
    FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
    ———————————————————————————————————–
    147 | WARNING | Function create_function() is deprecated since PHP 7.2; Use an anonymous function instead
    ———————————————————————————————————–

    FILE: /public_html/wp-content/plugins/broken-link-checker/includes/utility-class.php
    —————————————————————————————————–
    FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
    —————————————————————————————————–
    42 | WARNING | INI directive ‘safe_mode’ is deprecated since PHP 5.3 and removed since PHP 5.4
    —————————————————————————————————–

Viewing 2 replies - 1 through 2 (of 2 total)
  • I got the first error too :

    [12-Jun-2019 13:17:39 UTC] PHP Deprecated: Function create_function() is deprecated in /wp-content/plugins/broken-link-checker/core/core.php on line 957

    I’m seeing these after testing today:

    FILE: /***/wp-content/plugins/broken-link-checker/core/core.php
    957 | WARNING | Function create_function() is deprecated since PHP 7.2; Use an anonymous function instead
    ———————————————————————————-

    FILE: /***/wp-content/plugins/broken-link-checker/includes/utility-class.php
    42 | WARNING | INI directive ‘safe_mode’ is deprecated since PHP 5.3 and removed since PHP 5.4
    ———————————————————————————-

    FILE: /***/wp-content/plugins/broken-link-checker/modules/checkers/http.php
    147 | WARNING | Function create_function() is deprecated since PHP 7.2; Use an anonymous function instead
    ———————————————————————————-

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Broken Link Checker PHP Errors’ is closed to new replies.