Jump to content

max_input_vars


ferp2

Recommended Posts

I'm getting this message:

 

Warning! Your PHP configuration limits the maximum number of fields allowed in a form
1360 for max_input_vars.
Please ask your hosting provider to increase this limit to 1893 at least, or you will have to edit the translation files.

 

I have access to /etc/php.ini, so I change it to 1893, then 5000, then 10000. I restart httpd. I look in my info.php file and see that the changes have taken place.

 

And yet when I go back to Prestashop, I'm still getting the same Warning message.

Link to comment
Share on other sites

That doesn't work. I have root access to this server. I've tried every permutation of this and it doesn't wanna work with Prestashop.

 

I've tried this in /etc/php.ini

 

memory_limit = 64M
max_execution_time = 1000;
max_input_time = -1;
post_max_size = 20M;
upload_max_filesize = 20M;
max_input_vars = 10000;
suhosin.get.max_vars = 10000;
suhosin.post.max_vars = 10000;It still doesn't work on a dedicated server.;

 

Everything shows up on the php.info, but it doesn't work in Prestashop.

Link to comment
Share on other sites

  • 2 weeks later...
×
×
  • Create New...