[buddypress-trac] [BuddyPress Trac] #6373: PHP 5.5 incompatibility
buddypress-trac
noreply at wordpress.org
Tue Apr 14 19:46:35 UTC 2015
#6373: PHP 5.5 incompatibility
--------------------------------+-----------------------------
Reporter: ehoanshelt | Owner:
Type: defect (bug) | Status: new
Priority: normal | Milestone: Awaiting Review
Component: Component - Forums | Version:
Severity: normal | Keywords:
--------------------------------+-----------------------------
In the file /bp-forums/bbpress/bb-includes/backpress/class.wp-taxonomy.php
and /bp-forums/bbpress/bb-includes/backpress/functions.wp-taxonomy.php,
the function _pad_term_counts is throwing PHP Fatal Errors.
We found that it has to do with the pass-by reference that has been
removed from the PHP 5.5 version.
The code for reference is:
function _pad_term_counts(&$terms, $taxonomy)
This appears not to be a buddypress issue but a Backpress issue which is
the core functionality to bbpress. The Backpress trac however does not
look supported so I thought I would start here.
--
Ticket URL: <https://buddypress.trac.wordpress.org/ticket/6373>
BuddyPress Trac <http://buddypress.org/>
BuddyPress Trac
More information about the buddypress-trac
mailing list