@mcas86
13 years, 1 month ago
I fixed it by commenting out all the instances of it. go through each folder within your buddypress plugin and comment out the lines that have
$settings_link = bp_core_get_user_domain( $receiver_user_id ) . bp_get_settings_slug() . ‘/notifications/’;
or similar. I just went through each one and searched for “bp_get_settings_slug”, commenting out everytime it was found.
Hope this helps someone until there is a fix.
Thanks.
Anyone have a fix for this? I found and navigated to the function, so i know it’s defined. I’m not sure what the exact problem is.