How do I redirect to the wordpress login page and not the buddypress registration page? I want to create all the user accounts myself and prevent random people registering for my site. Thanks!
define ( ‘BP_ENABLE_MULTIBLOG’, true );
This didn’t work on my sites and I’m still getting the same errors described above but the define ( ‘BP_ROOT_BLOG’, 2 ); worked for the single site. Any ideas? You prob need more info…haha