After I activate the plugin for BuddyPress integration I cannot access wp-admin anymore. I get no error message but the page never finish loading.
I have narrowed it down to that it is the following line of code that is causing the problem for me:
sp-buddypress-plugin.php (61):
if ($bpdata[‘avatar’] == 3) add_filter(‘bp_core_fetch_avatar’, ‘sp_buddypress_sp_avatar’, 10, 2);
If I comment out this line everything is working again. I am not sure what this line is for or why it is causing this behavior but I would like to know what the problem is and if I can continue without this line of code.