Posted: May 30, 2018 at 8:15 pm
|
I got this error after updating a ticket. |
Hi there, Usually, when the above happens it is because the event page has exceeded the max number of inputs that your server will accept, within PHP there is a By default, it is 1000 and you can easily hit that number of inputs depending on your datetimes, tickets and any additional settings added by other plugins/the theme. You can use Chrome dev tools (or similar) to check for this. On the event editor open up dev tools, on the elements tab search for ‘input’ and check the count, like this – http://take.ms/oaCEK How many do you have? |
|
|
I’m getting an ajax error on the functions.js file |
That’s not the problem and is not actually from EE, it looks like thats from User access manager. Based on the number of additional fields on the event editor in your screenshot, I’m guessing you’re hitting the max_input_vars limit, but can you follow the steps I posted above and confirm the number of inputs, please? |
|
|
I updating the max_input vars to 200 and am still getting the error. |
Hi Steve A max_input_vars limit of 200 is actually quite low. The screenshot looks like you’ve got quite a number of plugins installed on that site, which adds even more inputs, so you may need to bump that limit to 3000 or even 4000 if possible. |
|
|
I updated it to 2000 |
|
I increased it to 4000 and still got the error. |
Let’s see if we can verify the change. Can you install & activate the Health Check plugin, then go to WP Dashboard → Health Check → PHP Information. There you’ll find the PHP settings listed where you can verify the current max_input_vars limit. |
|
The support post ‘Error When Updating 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.