Because everything is white page, I have to manually activate BP. How do you do that via the database?
Figured it out. To manually do this you need to go into your database and put this in your wp_sitemeta table under the field active_sitewide_plugins:
a:2:{s:24:”buddypress/bp-loader.php”;i:1254779318;s:12:”bp-album.php”;i:1254851888;}
FYI, the new update instructions don’t work. If you follow these instructions you might get a blank page so make sure you do your backup of your database before running it.
You need to deactivate all BuddyPress-dependent plugins before you deactivate BuddyPress itself.
Did you deactivate the bpPicture Album plugin before you deactivated BuddyPress? If not, then that is more than likely what caused your problem.
Figured it out. To manually do this you need to go into your database and put this in your wp_sitemeta table under the field active_sitewide_plugins:
a:2:{s:24:”buddypress/bp-loader.php”;i:1254779318;s:12:”bp-album.php”;i:1254851888;}
What a given user would need to place in that particular sitemeta table record depends on what plugins they had activated. This is what you needed to do. It will not necessarily be what others would need to do.
The best way to handle this issue is to temporarily move all your plugins out of /wp-content/plugins/ and then log back into WPMU’s backend as Site Admin. Refresh the page, logout, and then move the plugins back. Log back in and you should be good to go. Your plugins will be deactivated and ready to be reactivated.