@graf1771
13 years, 9 months ago
Hi, we found a solution to this problem, look in bp-core.php: /wp-content/plugins/buddypress
line 21 it states:
`/* Define on which blog ID BuddyPress should run */ if ( !defined( ‘BP_ROOT_BLOG’ ) ) define( ‘BP_ROOT_BLOG’, 4 );`
And change the blog ID number on here as well – for some reason it was causing a conflict across teh WP installation.