[buddypress-trac] [BuddyPress Trac] #6606: Visibility issues with BP_Activity_List_Table::row_actions()
buddypress-trac
noreply at wordpress.org
Thu Sep 10 22:29:12 UTC 2015
#6606: Visibility issues with BP_Activity_List_Table::row_actions()
--------------------------+--------------------
Reporter: tw2113 | Owner:
Type: defect (bug) | Status: new
Priority: normal | Milestone: 2.3.4
Component: API | Version: 2.3.3
Severity: normal | Resolution:
Keywords: has-patch |
--------------------------+--------------------
Comment (by r-a-y):
Replying to [comment:8 imath]:
> When testing .01.patch in 4.0 i got another fatal: `Maximum function
nesting level of '100' reached, aborting!` in the Activity administration.
> Groups Administration: no problem
> When testing .01.patch in 3.9 i got another fatal: `Call to undefined
method BP_Activity_List_Table::get_primary_column_name()` in the Activity
administration.
>
> So i'm suggesting .02.patch. I've tested it in: 3.7, 3.8, 3.9, 4.0, 4.1,
4.2, 4.3 and trunk and i got no errors and no warnings.
>
> It seems to fix the issue.
The fatal error is being caused by using BP trunk.
The problem was due to r10008, which was commited against trunk and
referenced the `get_primary_column_name()` method, instead of
`get_default_primary_column_name()`.
However, r10007 is correct, but was only for 2.3-branch.
See r10095, which should fix this problem.
I would recommend `04.patch`, which is basically `01.patch`, but with
updated phpDoc.
--
Ticket URL: <https://buddypress.trac.wordpress.org/ticket/6606#comment:10>
BuddyPress Trac <http://buddypress.org/>
BuddyPress Trac
More information about the buddypress-trac
mailing list