@friendlyfire
9 years, 8 months ago
Looks like it was an issue with the networks + plugin. If you’re on the latest version of buddypress, open up the networks + php file and
On Line #192-3 are
if ( !defined( ‘BP_ROOT_BLOG’ ) && isset( $current_site->blog_id ) ) define( ‘BP_ROOT_BLOG’, $current_site->blog_id );
Comment out both lines by putting // at the beginning of the line.
Problem solved. Credit to Ron Rennik.
Bump. Can anyone help?