Re: Subdomain Install – Pages Not Found
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.