Hi Brajesh, I’m experiencing some strange behavior on my site, I can’t say for sure, that it relates to the latest update of Recent Visitors, but it occured at the same time.
When the plugin is active, this occurs when trying to send a private message.
And when the plugin is deactivated, my site and nav menu is inaccessible. I know this do not sound plausible, that an deactivated plugin can influence the site, but it seems so?
Any idea what is causing this?
Regards
CarstenHi Carsten,
I am sorry for the inconvenience.1. I am not sure if the plugin can cause this. Let us troubleshoot and find out for ourselves.
To troubleshoot, let me help you with point 2 first
2. It can happen if you are calling functions from Recent visitors directory in your theme code or bp-custom.php without checking function_exists for the same.
can you please look for it and disable the snippets if any?
Regards
BrajeshHi Carsten,
Please enable wp debug and check for the error.You can do so by wditing wp-config.php and changing
define ( 'WP_DEBUG', false);
to
define ( 'WP_DEBUG', true);
After finding the error, Please disable it again.
Regards
Brajesh
You must be logged in to reply to this topic.