Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: MU 2.9.1 Upgrade … What broke?


Mark
Participant

@wpsec

Peterverkooijen wrote:

> Could M’s solution fix this plugin? Has anyone applied that yet?

Basically, but not quite in the same way.

Look at that plugin code. You see that it tries to build a class (BP_Group_Twitter) that extends another class (BP_Group_Extension) – but BP_Group_Extension isn’t loaded yet. So that’s the problem, and what needs to happen is to delay building BP_Group_Twitter until BP_Group_Extension is loaded.

Skip to toolbar