Forum Replies Created
-
In reply to: PHP7 compatibility
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.4FILE: /wp-content/plugins/bbpress/includes/admin/functions.php
130 | ERROR | Parameter shadowing super global ($_post) causes fatal error since PHP 5.4FILE: /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 insteadFILE: /wp-content/plugins/bbpress/includes/extend/akismet.php
428 | ERROR | Parameter shadowing super global ($_post) causes fatal error since PHP 5.4Is there a timeline for getting these addressed?
In reply to: Forum/Topic/Reply slug conflicts with WP pages/postsIt was a custom-developed plug-in, so nothing you would see out in the wild.
In reply to: Forum/Topic/Reply slug conflicts with WP pages/postsActually – nevermind this one. Turns out this issue was caused by a different plug-in.
Problem resolved.