Posted: April 29, 2020 at 6:06 pm
I think this one is similar to: We seem to have intermittent failures as users enter the payment page. Where do we start troubleshooting? What sort of errors should we be looking for in the debug.log file? Thanks. |
|
Hi there, It could be any error really. You’ll need to check the timestamps and check for any logs around the same time that a user reported they had issues, check for anything from Event Espresso (or its add-on first) but it could be something completely unrelated so you basically start working through all of the errors happening at that same timestamp. Have you reproduced the error? Which payment method are you using? Is the error happening between the attendee information submission and payment options loading, or after payment has been submitted? |
|
1. Do we need to restart the server when wp-config.php is edited? Have not seen any additions to the debug.log since editing wp-config.php |
|
Not usually no. What did you set in
So payment options aren’t loaded at that point, meaning its when you click to submit the attendee information and you see the spinning cog?
That may or may not be related yet, if its happening before the payment options are loaded its likely not. Any caching on the site/sever? We see this happen a lot with either object caching, or something randomly coming a lot and clearing all transients on the site. For example, the NextGen Gallery plugin wipes all transiesnts every 15mins which will break EE’s checkout if you have a session active at that point. |
|
2. We used the method to get debug.log at https://eventespresso.com/wiki/troubleshooting-checklist/#wpdebug |
|
If the browser is indicating a security warning (Not Secure) in the browser address bar, would this be a possible cause? |
|
Ok, so:
You said additions to
Possibly, it depends on why you are getting that message. Are you intentionally not loading the entire site over https? |
|
The support post ‘This Registration Step Could Not Be Completed intermittent failures’ is closed to new replies.
Have a question about this support post? Create a new support post in our support forums and include a link to this existing support post so we can help you.