ferp2 Posted April 11, 2014 Share Posted April 11, 2014 I'm getting this message: Warning! Your PHP configuration limits the maximum number of fields allowed in a form1360 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 More sharing options...
karolwild Posted April 11, 2014 Share Posted April 11, 2014 (edited) Add to htaccess file in the first line php_value max_input_vars 10000 Edited April 11, 2014 by karolwild (see edit history) Link to comment Share on other sites More sharing options...
ferp2 Posted April 11, 2014 Author Share Posted April 11, 2014 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 = 64Mmax_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 More sharing options...
l_raath Posted April 22, 2014 Share Posted April 22, 2014 I have the same issue, but with File size limit, my file size limit in php.ini shows 250mb but i cant upload a file of 100mb?? Link to comment Share on other sites More sharing options...
vekia Posted April 22, 2014 Share Posted April 22, 2014 and what about post_max_size ? Link to comment Share on other sites More sharing options...
Recommended Posts