• Resolved ddrwp

    (@ddrwp)


    PHP Compatibility Checker gave the following warnings for PHP 7,

    FILE: /../wp-content/plugins/broken-link-checker/includes/admin/table-printer.php
    ————————————————————————————————————————-
    FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
    ————————————————————————————————————————-
    28 | WARNING | Use of deprecated PHP4 style class constructor is not supported since PHP 7.
    ————————————————————————————————————————-

    FILE: /../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 1 replies (of 1 total)
  • FILE: /../wp-content/plugins/broken-link-checker/includes/utility-class.php

    Line 28: Change

    function blcTablePrinter($core){

    for

    function __construct($core){

    • This reply was modified 7 years, 8 months ago by almendron.
Viewing 1 replies (of 1 total)
  • The topic ‘PHP 7 Warnings’ is closed to new replies.