Can someone answer this question? I also have no members tab, nor any way to create groups. When I first clicked on “Visit Random Group”, there was a button for “create group”. Now that one group has been created, that option no longer appears.
I resolved the problem. I checked my php error log and found a memory limit error. I researched the problem and added this line to my wp-config.php file:
define(‘WP_MEMORY_LIMIT’, ’64M’);
I then renamed my “buddypress” plugin folder to “9buddypress”, which returned my access to my WP Admin page. After renaming my plugin folder to “buddypress”, I was able to successfully activate the plugin.
Hope this helps anyone else who encounters this problem.