Support

Home Forums Event Espresso Premium "Max_Input_Vars" Error

"Max_Input_Vars" Error

Posted: January 28, 2015 at 12:50 pm

Viewing 3 reply threads


b2995

January 28, 2015 at 12:50 pm

Can you please give me step by step instructions on how to increase this number?

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.

Thank you!


Tony

  • Support Staff

January 28, 2015 at 1:06 pm

Hi Tammy,

This changes from host to host.

You’ll need to connect to your site using FTP add something like:

php_value max_input_vars 3000
php_value suhosin.post.max_vars 3000
php_value suhosin.request.max_vars 3000

To your .htaccess file within the root directory of your site.

However this depends on your host allowing you to change those values within .htaccess, I would recommend issuing a ticket with your hosting company and either asking them how to change the value, or have them do it for you.


b2995

January 28, 2015 at 3:39 pm

That got me started in the right direction. I actually had to create a .user.ini file from Notepad and add the following:

max_input_vars = 30000
max_input_nesting_level = 30000
suhosin.request.max_vars = 30000
suhosin.post.max_vars = 30000

I saved it to my root and it seems to have taken care of the issue ๐Ÿ˜‰

Thank you!


Tony

  • Support Staff

January 29, 2015 at 1:45 am

Great ๐Ÿ™‚

Thanks for letting us know, I’ll mark this thread resolved.

Viewing 3 reply threads

The support post ‘"Max_Input_Vars" 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.

Event Espresso