When I try to select a new event for an existing registrant who wants to change their event, the “Select New Event” search field doesn’t show anything even though I do have upcoming events.
I looked at my code inspector and when I click in the search field the GET request returns a 414 status code (request URI is too long). Here’s the Request URL:
The URL you provided is 522 characters and in standard ASCII text each character is 1 byte, meaning the above is 522 bytes.
That’s important because the default value for LimitRequestLine is 8190, a fair bit away from your example.
So, either your host is overly restrictive and needs to update that value or, you have a ‘security’ plugin installed like “iThemes Security” which can do the same if “Filter Long URL Strings” option is enabled.
Easiest one to start with is security plugin, if you have them installed take a look for settings like the above and disable them.
The support post ‘Attendee Mover – Select New Event search field returns 414 error’ 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.