Support

Home Forums Event Espresso Premium Inputs on this page has been exceeded

Inputs on this page has been exceeded

Posted: February 21, 2015 at 6:08 pm


utahhockey

February 21, 2015 at 6:08 pm

After adding some tickets to the ACHA Nationals event, we are now getting the following error: The number of inputs on this page has been exceeded. You cannot add anymore items (i.e. tickets, datetimes, custom fields) on this page because of your servers PHP “max_input_vars” setting.

Please advise.


Tony

  • Support Staff

February 23, 2015 at 6:19 am

Hi AJ,

Your sever sets the max_input_vars value, Event Espresso simply checks the current value for max_input_vars and when the EE vars reach that value displays the warning as the server then rejects any vars over this value (which is why the tickets are not created).

To fix this the max_input_vars value needs to be increased. You can do this by adding something like this:

php_value max_input_vars 3000
php_value suhosin.get.max_vars 3000
php_value suhosin.post.max_vars 3000
php_value suhosin.request.max_vars 3000

to your .htaccess file, or issuing a ticket with your hosting company to increase this limit for you.

I would recommend issuing a ticket with your hosting company as each server can have this setup differently. For example modifying .htaccess to set these values only works if the server allows you to override them.


utahhockey

February 23, 2015 at 6:35 pm

Xmission has increased the default value from 1000 to 3000. Thanks!

The support post ‘Inputs on this page has been exceeded’ 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