AngryGerman (@angrygerman)

Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)
  • In reply to: PHP7 compatibility

    AngryGerman
    Participant

    @angrygerman

    Hi there,

    bbPress does not seem to be fully PHP-7-compatible at present after all. Running a PHP 7 checker, I encountered the following errors and warnings in bbPress 2.5.10-6063:

    FILE: /wp-content/plugins/bbpress/includes/core/cache.php
    134 | ERROR | Parameter shadowing super global ($_post) causes fatal error since PHP 5.4

    FILE: /wp-content/plugins/bbpress/includes/admin/functions.php
    130 | ERROR | Parameter shadowing super global ($_post) causes fatal error since PHP 5.4

    FILE: /wp-content/plugins/bbpress/includes/admin/converter.php
    310 | WARNING | INI directive ‘safe_mode’ is deprecated from PHP 5.3 and forbidden from PHP 5.4.

    FILE: /wp-content/plugins/bbpress/includes/admin/parser.php
    83 | ERROR | Deprecated PHP4 style constructor are not supported since PHP7
    1149 | ERROR | preg_replace() – /e modifier is forbidden in PHP 7.0
    1150 | ERROR | preg_replace() – /e modifier is forbidden in PHP 7.0
    1386 | ERROR | The use of function split is discouraged from PHP version 5.3 and forbidden from PHP version 7.0; use preg_split instead

    FILE: /wp-content/plugins/bbpress/includes/extend/akismet.php
    428 | ERROR | Parameter shadowing super global ($_post) causes fatal error since PHP 5.4

    Is there a timeline for getting these addressed?


    AngryGerman
    Participant

    @angrygerman

    It was a custom-developed plug-in, so nothing you would see out in the wild.


    AngryGerman
    Participant

    @angrygerman

    Actually – nevermind this one. Turns out this issue was caused by a different plug-in.

    Problem resolved.

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