[buddypress-trac] [BuddyPress Trac] #5405: Can't go on the latest page of "Groups"

buddypress-trac noreply at wordpress.org
Tue Feb 18 15:13:10 UTC 2014


#5405: Can't go on the latest page of "Groups"
-------------------------------+------------------------------
 Reporter:  elpix              |       Owner:
     Type:  defect (bug)       |      Status:  new
 Priority:  highest            |   Milestone:  Awaiting Review
Component:  Groups             |     Version:  1.9.2
 Severity:  critical           |  Resolution:
 Keywords:  reporter-feedback  |
-------------------------------+------------------------------

Comment (by boonebgorges):

 I guess you can try this. In bp-groups/bp-groups-template.php, find the
 function bp_has_groups(). Right before the last line of the function
 (`return apply_filters...`), put the following:

 {{{
 error_log( print_r( $args, true ) );
 error_log( print_r( debug_backtrace(), true ) );
 }}}

 Then, in wp-config.php, find the line that says `define('WP_DEBUG',
 false);`. Change it to:

 {{{
 define( 'WP_DEBUG', true );
 define( 'WP_DEBUG_DISPLAY', false );
 define( 'WP_DEBUG_LOG', true );
 }}}

 Finally, create a file at wp-content/debug.log, make sure it's writable by
 the server. Then visit the groups page and reproduce the problem. Then
 look at the content of the wp-content/debug.log file and send over the
 relevant bits to me (or the whole thing). If you don't want to post it
 here for security reasons, you can send it to boone at buddypress.org.

--
Ticket URL: <https://buddypress.trac.wordpress.org/ticket/5405#comment:5>
BuddyPress Trac <http://buddypress.org/>
BuddyPress Trac


More information about the buddypress-trac mailing list