Support

Home Forums Event Espresso Premium An error has occurred: Your form data could not be applied to any valid (3)

An error has occurred: Your form data could not be applied to any valid (3)

Posted: March 8, 2017 at 12:08 pm

Viewing 3 reply threads


Matt Sayre

March 8, 2017 at 12:08 pm

Getting this error intermittently. Have tried all of the solutions noted in this post https://eventespresso.com/topic/your-form-data-could-not-be-applied-to-any-valid-registrations-8/

Solutions tried so far:
1) removing our caching plug-in.
2) increasing WP_MEMORY_LIMIT to 256M
3) set admin Options to set Encode Session Data to Yes

Please advise.


Josh

  • Support Staff

March 8, 2017 at 12:34 pm

Hi Matt,

Can you find out any information about the web server that your site is hosted on? For example, is the site hosted on managed WordPress hosting? We can even check a few things about the site if you can post the URL of the website here.


Matt Sayre

March 8, 2017 at 6:08 pm

Hosted with rackspace. Here is the full PHP info page:

redacted

  • This reply was modified 7 years, 7 months ago by Josh. Reason: removed server information


Josh

  • Support Staff

March 8, 2017 at 6:36 pm

I removed your link to the PHP info page. You really don’t want that information to be public.

Can you check with anyone that said they got a “form data could not be applied to any valid registraiton” error to see about how long time wise they were on the registration form page? The reason I ask is because the form is a tad bit longer than the average registration form, and if some form submissions work OK, but others do not, what could be happening is the session expired before they finished filling out the form.

You can prevent the above by extending the session time to 90 minutes or even 120 minutes. This is the code you add to your website to get that done:

add_filter( 'FHEE__EE_Session__construct___lifespan', 'ee_change_reg_time_limit' );
function ee_change_reg_time_limit() {
return 90 * MINUTE_IN_SECONDS;
}

You can add the above to a functions plugin or into your WordPress theme’s functions.php file.

Viewing 3 reply threads

The support post ‘An error has occurred: Your form data could not be applied to any valid (3)’ 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