[buddypress-trac] [BuddyPress] #4519: Tons of Strict Standards Errors v1.6
buddypress-trac
noreply at wordpress.org
Mon Nov 25 14:45:51 UTC 2013
#4519: Tons of Strict Standards Errors v1.6
--------------------------+----------------------
Reporter: w3dgie | Owner:
Type: defect (bug) | Status: closed
Priority: normal | Milestone: 1.7
Component: Core | Version: 1.6
Severity: normal | Resolution: invalid
Keywords: needs-patch |
--------------------------+----------------------
Comment (by sudoku1):
Its append on PHP > 5.3.
Due to more strict (also logical) rules that PHP have.
Most of them are cuz bp try to call non static method with static syntax
that was allowed in previous version.
In order to call a method with "::" you must declare it as static.
--
Ticket URL: <https://buddypress.trac.wordpress.org/ticket/4519#comment:4>
BuddyPress <http://buddypress.org/>
BuddyPress
More information about the buddypress-trac
mailing list