Support

Home Forums Event Espresso Premium Max inputs exceeded on Event page

Max inputs exceeded on Event page

Posted: September 14, 2016 at 9:21 pm

Viewing 3 reply threads


Vauna Davis

September 14, 2016 at 9:21 pm

I was creating tickets on the Edit Event page and got this error message: “The maximum 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.
There are 1004 inputs and the maximum amount currently allowed by your server is 1000.” I need to add almost 35 tickets on this page! What is happening?
Event Espresso – 4.9.11.p Version 4.6.1
Wordpress 4.6.1


Tony

  • Support Staff

September 15, 2016 at 3:11 am

Hi Vauna,

max_input_vars is a value set on your server which determines how many inputs you can have on a single page (by default its 1000). On your event page you are exceeding this value so EE throws a notice to let you know.

To fix you need to increase the max_input_vars value on your server which you can usually do 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 you sites htaccess file.

If you are unsure I recommend contacting your hosting provider to have them update this value for you.


Vauna Davis

September 15, 2016 at 9:11 am

Thank you I will contact our hosting provider.


Tony

  • Support Staff

September 15, 2016 at 9:24 am

You’re most welcome.

If you have any further problems please let us know.

Viewing 3 reply threads

The support post ‘Max inputs exceeded on Event page’ 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