Find Answers and Get Support › Forums › Gwangi – PRO Multi-Purpose Membership, Social Network & BuddyPress Community Theme › Compatible Plugins › BuddyPress Follow › Unfollow ok follow issue
- This topic has 6 replies, 3 voices, and was last updated 5 years, 4 months ago by Themosaurusrex.
-
AuthorPosts
-
May 29, 2019 at 04:04 #6679@themosaurusrex
- 0 Topics
- 2048 Posts
Hi @icharme,
Thank you for providing us with these credentials.
Following/unfollowing multiple times in a row create a server error (500) as you can see attached, which breaks the AJAX display of the button (loading without ending).
To help us getting clues and find a solution to this issue, please activate logging on your website, just turn WP_DEBUG to true, by pasting the following code lines in your wp-config.php file, just before the line that says ‘That’s all, stop editing! Happy blogging.’:
// Enable WP_DEBUG mode define( 'WP_DEBUG', true ); // Enable Debug logging to the /wp-content/debug.log file define( 'WP_DEBUG_LOG', true ); // Disable display of errors and warnings define( 'WP_DEBUG_DISPLAY', false ); @ini_set( 'display_errors', 0 );
More on this in the following topic: https://codex.wordpress.org/Debugging_in_WordPress
Thank you.
May 29, 2019 at 13:33 #6703@themopteryx- 0 Topics
- 615 Posts
Hi @icharme,
Thank you for bringing this issue to our attention.
Please note that this issue is related with the BuddyPress Follow plugin (a third party plugin), not with the use of your theme. As theme authors, the installation, setting or debugging of third party plugins isn’t part of the support we will provide.There is several issues with the use of this plugin (especially when using a WP multi-site) but fortunately a new version of it is available here: https://github.com/r-a-y/buddypress-followers/archive/master.zip
You can install it manually (uninstall the old one) and this should solve your issues.
If this doesn’t solve your problems, I advise you to contact the developers of this plugin here:
https://github.com/r-a-y/buddypress-followers/issuesI hope this will help you.
Regards,
May 29, 2019 at 13:58 #6704@themosaurusrex- 0 Topics
- 2048 Posts
You’re welcome.
Best regards,
May 31, 2019 at 09:37 #6734 -
AuthorPosts
The topic ‘Unfollow ok follow issue’ is closed to new replies.