I use managewp to backup and monitor all my sites with no issues for along time.
After installing your plugin I am getting this error from the plugin when attempting to connect my site with managewp:
Call to undefined function bp_profile_visibility_loader() occurred in wp-content/plugins/bp-profile-visibility-manager/bp-profile-visibility.php on line 298.
luthiersedge.com
Any idea why or what i need to do to fix this?
Thanks! Tom
Hi Tom,
My apologies for the inconvenience.
Please allow me half an hour to check and get back to you.Thank you
BrajeshHi Tom,
I had a look.
Most probably somewhere WP_User_Query is being used before bp_include action and that has caused it.To fix it, I have modified line 248 from
if ( ! function_exists( 'buddypress' ) ) { return ; }
to
if ( ! function_exists( 'buddypress' ) || ! function_exists( 'bp_profile_visibility_loader' ) ) { return ; }
I am pushing a release, that will fix it. I am sorry for the inconvenience.
Hi Tom,
Thank you.The update is available now.
If you are using BuddyDev dashboard, The update will be available and you can upgrade like any normal plugin.
https://buddydev.com/plugins/buddydev-dashboard/
Otherwise you can delete and manually upload the plugin.
Hope that helps.
Thank you
Brajesh
You must be logged in to reply to this topic.