All the threads I found about this issue had different solutions and were pretty old so I’m hoping to get a definite answer.
I get the following error message when trying to add more than 12 datetimes/tickets to my event:
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 1071 inputs and the maximum amount currently allowed by your server is 1000.
However, the max_input_vars has been updated in my PHP.ini file to 3000.
Do they have evidence to back their claim that it’s an EE issue? The reason I ask is because here’s what Event Espresso does to get the max_input_vars value:
<?php ini_get( 'max_input_vars' ) ?>
If they run that code in a PHP file directly on your server, do they get a different value?
Viewing 3 reply threads
The support post ‘Max_input_vars not updating’ 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.
Support forum for Event Espresso 3 and Event Espresso 4.