Forums
-
- Forum
- Posts
-
- Installing BuddyPress
- 23,830
- How-to & Troubleshooting
- 129,810
- Creating & Extending
- 25,867
- Requests & Feedback
- 9,509
- Third Party Plugins
- 9,821
- Showcase
- 3,317
- Ideas
- 1,383
- Miscellaneous
- 9,177
-
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.