Forum Replies Created
Viewing 6 posts - 1 through 6 (of 6 total)
-
Author
-
September 30, 2018 at 18:14 in reply to: Password reset from BuddyApp login modal doesn’t work #210899gabhainnParticipantSome follow up for you: after getting the login to work I discovered that replies to comments on activity stream items didn't work, and also editing Buddypress Docs documents did not work. After some debugging, I found that WPEngine throttles the wordpress heartbeat, which both Buddypress and Buddypress docs rely on to keep track of user state. Getting the heartbeat sorted, BuddyPress Docs lit up but I then found that my activity stream comments and replies were being posted twice. I traced *that* problem to the seventhqueen recommended modification to the child theme when working on WPEngine. With WPEngine's front end options set to *default*, the recommended snippet queues some basic scripts to help the them/buddypress work. With the WP heartbeat sorted out, what then happens is that BuddyPress loads the javascript objects - and the child theme does as well, so having loaded twice they fire twice, and Bang! - two copies of every comment and reply. Opened the ticket again to share the (hopefully) final resolution, which has the theme back and running nicely for me again. 1. DON'T MAKE THE MODIFICATION TO THE CHILD THEME described here: https://archived.seventhqueen.com/buddyapp/article/wpengine-compatibility 2. Contact WP Engine support and, for each install where you want to use BuddyPress (and BuddyApp) - have them modify the front end login settings so that WPEngine doesn't attempt to police failed login attempts - have them set the following options on the front end heartbeat API throttling = 15 seconds heartbeat_autosave_only = OFF This will adjust the behavior of the WP Engine mandatory security plugins so that they play nice with BuddyPress / BuddyApp, and won't break the threaded comments/replies to activity stream items or BuddyPress Docs (and likely anything else making use of the BuddyPress framework).September 11, 2018 at 16:32 in reply to: Password reset from BuddyApp login modal doesn’t work #209304gabhainnParticipantNot marked as solutionSeptember 11, 2018 at 16:27 in reply to: Password reset from BuddyApp login modal doesn’t work #209303gabhainnParticipantNot marked as solutionSeptember 11, 2018 at 16:21 in reply to: Password reset from BuddyApp login modal doesn’t work #209302gabhainnParticipantNot marked as solutionSeptember 11, 2018 at 15:33 in reply to: Password reset from BuddyApp login modal doesn’t work #209292gabhainnParticipantNot marked as solutionSeptember 11, 2018 at 15:13 in reply to: Password reset from BuddyApp login modal doesn’t work #209290gabhainnParticipantNot marked as solution
-
AuthorPosts
Viewing 6 posts - 1 through 6 (of 6 total)