Posted: April 14, 2022 at 11:20 am
I have been using Event Espresso for nearly 8 years with no major issues. Yesterday, we started to receive messages that when individuals complete the form for individual information at /event-registration/?uts=1649956309#checkout, it sends them to another page that is event-registration/?uts=1649956310&step=attendee_information#checkout that has another “Proceed to Finalize Registration” button. When clicked, it reloads that page. I have tried disabling plugins, changing themes and even tried the Asset Clean-Up plugin, but nothing works. I am able to register if I log into the site as an admin. However, that only helps me, not those trying to register for events. |
|
Hi there, So, just to explain the UTS value a little, it’s nothing more than a timestamp we add to the URL as a cache-busting method. It stands for Unix TimeStamp and is the number of seconds passed since Jan 01 1970, see here: https://www.unixtimestamp.com/
The issue here is from the ReCaptcha, being logged into the site and have it working points to 2 issues. 1. Caching. 2. ReCaptcha. This is what appear to be the issue on your site, it looks like you are using the Checkbox reCaptcha method and what has mostly likely happen is your host has updated PHP and now has You can either… enable allow_url_fopen on the server again (your host will often have options for this or you can contact them and request they do it for you). This would be my recommend method as the invoices/receipt PDF’s also uses that function. Or switch to using the Invisible recaptcha which does not require allow_url_fopen to be enabled to work. |
|
Thank you for assisting me. Your fix did the trick. |
|
You’re most welcome, I’m glad it worked 🙂 |
|
The support post ‘Proceed to Finalize Registration’ 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.