Support

Home Forums Event Espresso Premium EE4 Error: Your form data could not be applied to any valid registrations.

EE4 Error: Your form data could not be applied to any valid registrations.

Posted: March 15, 2014 at 4:45 pm

Viewing 5 reply threads


CHEOLJIN LEE

March 15, 2014 at 4:45 pm

Hello,

I’m getting this error message:

An error has occurred:
Your form data could not be applied to any valid registrations.
SNGPGCHC-DSNGPGCHC-PROATTINF-1273

Repro step:

1. Select any ticket
2. Fill in personal info + a multiple choice question I created
3. Hit ‘Proceed to Payment Options’
4. I see the error message above in a popup modal.

Could you take a look at this issue for me?

Thank you!

URL: http://www.nwconference.com/events/test-event/


Hani Diab

March 15, 2014 at 8:32 pm

Try resetting your payment options. I had the same error after updating EE4 and updating each of the payment options worked for me.


Tony

  • Support Staff

March 17, 2014 at 6:06 am

Hi CHEOLJIN LEE,

Do you have wp-admin locked down?

Using WordPress HTTPS or ‘Bad behavior’ plugin etc?


CHEOLJIN LEE

March 20, 2014 at 12:17 pm

Thanks for your inputs, I tried your suggestions but no success for me.

I have no other plugins installed ..

Using IE Debugger, I looked into the data being sent via Ajax, and found this:

action=espresso_process_attendee_information….

So, it’s calling a custom action called ‘espresso_process_attendee_information‘. I tried to search for the term within the plugin folder, there were none.

When I searched for ‘wp_ajax_espresso‘ few results were returned but I don’t see ‘espresso_process_attendee_information‘..

would it be possible it’s trying to call an action ‘espresso_process_attendee_information’ which doesn’t exist at all?


Lorenzo Orlando Caum

  • Support Staff

March 20, 2014 at 1:31 pm

Hi Cheoljin,

Could you please update to 4.1.9.1?


Lorenzo


CHEOLJIN LEE

March 20, 2014 at 3:26 pm

I just updated to 4.1.9.1, but no luck either..


Brent Christensen

  • Support Staff

March 20, 2014 at 6:26 pm

Hi Cheoljin,

Do you have some kind of caching plugin activated or are you with a hosting company such as WPEngine that automatically caches your site’s pages ?

I can almost guarantee that it is a caching problem because if you go to

http://www.nwconference.com/events/test-event/

click “Register Now” to go to the registration form, which takes you to:

http://www.nwconference.com/registration-checkout/?ee=_register

then, without doing anything else, if you hit your browser’s REFRESH button, the registration form will disappear and you will see the following message: “Nothing in your Event Queue”.

This means that the submitted data isn’t making it to the next step, because the steps are being loaded from the server cache, instead of responding dynamically to the submitted form.

The solution is to have http://www.nwconference.com/registration-checkout/ removed from the list of pages that get cached.

Another issue I found, which I don’t think is the cause of this problem, is that your theme (or possibly one of your plugins) is dumping the the jQuery that is bundled with WordPress and instead loading it from the Google CDN:

ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js?ver=3.8.1

The biggest problem with this is that the current WordPress (and Event Espresso) uses jQuery version 1.10.2, but your site has replaced it with an older 1.9.1 version. This can very easily lead to problems.

Viewing 5 reply threads

The support post ‘EE4 Error: Your form data could not be applied to any valid registrations.’ 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.

Event Espresso