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.
The max_input_vars is due to a change in how PHP works, in PHP 5.3+.
Generally most servers set this at 1000 but as EE can sometimes go past this number (depending on the number of tickets and datetimes), so you will need to get this figure increased.
There are two ways to do this:
1) Contact your host and ask them to increase it (I’d recommend changing it 5000 and see how that goes).
2) Add the following information to your servers php.ini or .htaccess file (back them up first!!)
php_value max_input_vars 5000
##note below values are only needed if your server uses the Suhosin patch
php_value suhosin.get.max_vars 5000
php_value suhosin.post.max_vars 5000
php_value suhosin.request.max_vars 5000
Number 2 may or may not work, depending on the server settings so if it doesn’t have any affect, you will need to discuss it with your host.
Viewing 2 reply threads
The support post ‘Not able to register for an event’ 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.