It’s there a limit of datetimes and tickets that I can add to a single event?
I’m trying to create an event with ~30 datetimes, each of them have a ticket, when I try to save the event ~60% of them get saved, the rest dissapear from the form. I tried to add them again, nothing.
Your web server has a max_input_vars limit which will limit the number of datetimes and tickets you can add to an event. You can contact your web host and request they raise that limit, or if you’re comfortable with doing this yourself you can follow this guide:
Thanks Josh, that worked, please consider a big red warning about this after the plugin installation or limit / show a warning on the event creation form accordingly to the servers limit.
I saw that you are making a check on the maintenance page, but doesn’t seem to be enough.
We don’t actually check on the maintenance section, its just shown various setting from your server and max_input_vars is just one of those 🙂
However we do already check for the current inputs and the max_input_vars setting on your server when editing an event, if you exceed the number of inputs this should show – http://take.ms/GGVct
That function relies on the Heartbeat API and no JS errors being thrown in the admin.
Has the heartbeat api been disabled on your site and if you open Chrome Dev Tools on the event editor, do you see any errors in the ‘Console’ section?
I can reproduce that on one of my sites but not the others and have created a ticket to investigate further.
Which PHP version are you running on the server?
Viewing 6 reply threads
The support post ‘Event Datetimes and Tickets limits’ 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.