Posted: March 20, 2017 at 8:04 pm
|
Hi- My EE events page is giving an error that says: There are 1042 inputs and the maximum amount currently allowed by your server is 1000. “[Daniel from Support:] Thank you for holding. I do see that you are on a VPS, so we can technically make this change for you, however I want to let you know this can slow down your site. That is a lot of connections for a plugin to the database. [My response:]Wow. Ok, maybe I need to check on some things first then. What is the normal amount of connections for a plugin? Can you please help me fix this? What is causing all of those connections to be active? |
Hi there, Can you please provide a screenshot of the error you are seeing please? https://eventespresso.com/wiki/troubleshooting-checklist/#screenshots |
|
|
Here you go: http://bit.ly/2nwMCHE Can you please let me know ASAP? We have many people trying to register. Thanks so much! |
Ok so the message shown is telling you how many inputs there are the page and how many inputs your server allows currently, which actually has nothing to do with database connections at all. It does mean that the data from the input is likely going to be used somewhere and could end up in the database, but having 1042 inputs does not mean you have 1042 database connections. Each option you can enter a value into (or we use to hold a value), or change something on the page, or pretty much anything that isn’t just visual is going to be an input. Each time you add more tickets/datetimes to an event you add more inputs to the page which can take you over the limit set on your server. Themes and plugins also add them to the page for various different options. PHP allows you to set a limit on the amount of inputs you can use per page and the default is usually 1000 (as it appears to be on your site), this is set as the
Which sets the value to 5000. Or it can be set within the How many tickets/datetimes do you have within your event currently? Increasing that value will not slow down your site, it will simply allow more inputs to be used on a page which can mean more processing can be done on a single page but does not mean your opening up more and more database connections. If you need more tickets within the event I’d recommend increasing the max_input_vars value to around 3000 which will give you plenty of space to work with. |
|
The support post ‘Maximum Number Error’ 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.