Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: [resolved] HELP: WP Admin white screen after activating BP Plugin


Larry kingsland
Participant

@lnkingsland

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.

Skip to toolbar