• Resolved Eclipse16V

    (@eclipse16v)


    Hey

    I’m looking at upgrading to PHP7.3. I ran the PHP Compatibility plugin and it threw up a warning for WPForo.

    I’m already running PHP7.2

    FILE: /wp-content/plugins/wpforo/wpf-includes/class-phrases.php
    ———————————————————————————————————————————————–
    FOUND 14 ERRORS AND 1 WARNING AFFECTING 15 LINES
    ———————————————————————————————————————————————–
    9 | WARNING | Function name “__construct” is discouraged; PHP has reserved all method names with a double underscore prefix for future use.
    13 | ERROR | “$this” can no longer be used in a plain function or method since PHP 7.1.
    15 | ERROR | “$this” can no longer be used in a plain function or method since PHP 7.1.
    16 | ERROR | “$this” can no longer be used in a plain function or method since PHP 7.1.
    18 | ERROR | “$this” can no longer be used in a plain function or method since PHP 7.1.
    19 | ERROR | “$this” can no longer be used in a plain function or method since PHP 7.1.
    38 | ERROR | “$this” can no longer be used in a plain function or method since PHP 7.1.
    57 | ERROR | “$this” can no longer be used in a plain function or method since PHP 7.1.
    220 | ERROR | “$this” can no longer be used in a plain function or method since PHP 7.1.
    237 | ERROR | “$this” can no longer be used in a plain function or method since PHP 7.1.
    260 | ERROR | “$this” can no longer be used in a plain function or method since PHP 7.1.
    271 | ERROR | “$this” can no longer be used in a plain function or method since PHP 7.1.
    286 | ERROR | “$this” can no longer be used in a plain function or method since PHP 7.1.
    305 | ERROR | “$this” can no longer be used in a plain function or method since PHP 7.1.
    321 | ERROR | “$this” can no longer be used in a plain function or method since PHP 7.1.
    ———————————————————————————————————————————————–

Viewing 1 replies (of 1 total)
  • Plugin Author gVectors Team

    (@gvectors-team)

    Hi @eclipse16v,
    Just ignore those errors, if those are true, those should be from 7.1 PHP version. You’re currently using 7.2. If you don’t have any issue and such errors in Error.log files then this plugins works incorrect, you should ignore it.

Viewing 1 replies (of 1 total)

The topic ‘PHP7.3 Compatability’ is closed to new replies.