Posted: March 2, 2023 at 11:28 pm
using EE Version 4.10.45. waitlist registrations not working returns no registration page or registrations |
|
Hi there, It looks like there is some kind of redirect setup on the site from /wp/wp/events to /wp/events? Did you previously set the site up to use /wp/wp/? |
|
No, not intentionally anyway. |
|
I do have ponoevents.com directed to https://ponoevents.com/wp/events/ |
|
And the waitlist worked previously with that setup? |
|
Yes, its been working for some years as such |
|
Do you mind if I take a look? If that’s ok I’ll need temp login details which you can send using this form: https://eventespresso.com/send-login-details/ If you have FTP credentials I can add some debug code to the waitlist add-on to investigate. |
|
ok, just sent login details. thank you |
|
Hi there, I did some digging into this and the only thing I can think of is something has changed with the redirect here as it can’t have worked with how it is set up currently. The waitlist add-on is POST’ing the details to you site_url value (which is expected): https://ponoevents.com/wp/ When that happens there are 3 redirects happening here. First, the waitlist form would POST the details to: https://ponoevents.com/wp/ Your server would then redirect that to: http://ponoevents.com/wp/index.php/events/ Note it’s NOT https, that’s important here and at this point the redirect changes from a POST request, meaning details being sent TO the server… to a GET request with no details. Which would then redirect to: https://ponoevents.com/wp/index.php/events/ Which would then (when finished) redirect to: https://ponoevents.com/wp/events/ Those redirects are why the waitlist form submissions aren’t working but I have no idea how they were set up or why so I’m not changing them. Are you sure there have been no changes within cPanel to change how the site redirects etc? |
|
Thank you for investigating this. I just removed the redirect and it works now. It simply means site visitors have to now click once more instead of landing directly on event listing page. I have no idea why it stopped working I’ve had that redirect on there for years. There was a recent forced upgrade to cpanel. other than that nothing except updates to wp and other plugins. anyway thanks again we’ll call it closed… |
|
The redirects I saw are from cPanel, so that upgrade may have changed how the redirect was working previously. As long as there isn’t a redirect from |
|
The support post ‘waitlist registration not working’ 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.