marcellolaforgia Posted May 22, 2014 Share Posted May 22, 2014 (edited) I'm trying to translate the modules installed, because I have changed the code dwt, but it appears this inscription: "Attention! Your PHP configuration limits the number of fields in the form of post 1000 max_input_vars. Please ask your hosting provider to increase this limit to at least 4044, or you will have to edit the translation files" if you do not want to contact the provider, what can I do to fix it? Thanks for your time. Edited May 22, 2014 by marcellolaforgia (see edit history) Link to comment Share on other sites More sharing options...
Alex Simonchik BelVG Posted May 22, 2014 Share Posted May 22, 2014 Hi, modify your .htaccess file and add this lines: php_value post_max_size "32M" php_value max_input_vars 5000 Regards 2 Link to comment Share on other sites More sharing options...
marcellolaforgia Posted May 22, 2014 Author Share Posted May 22, 2014 I thank you, the problem is solved 1 Link to comment Share on other sites More sharing options...
Alex Simonchik BelVG Posted May 22, 2014 Share Posted May 22, 2014 Gread news! Please change post title with [sOLVED] Link to comment Share on other sites More sharing options...
Copa85 Posted May 23, 2014 Share Posted May 23, 2014 Hi, modify your .htaccess file and add this lines: php_value post_max_size "32M" php_value max_input_vars 5000 Regards I'm very new to all of this... I can't find the .htaccess file. it would be in my ftp folder right? also I read in another thread to make/edit a file "php.ini" file...would I write the same code in that file or something different?? Please help, thanks a ton!!! Link to comment Share on other sites More sharing options...
Alex Simonchik BelVG Posted May 23, 2014 Share Posted May 23, 2014 .htaccess is the file located at the root FTP folder of your site (often this is public_html folder) Also you can change this settings at the php.ini there is another way, feel free to contact with your hosting support team for doing it. Link to comment Share on other sites More sharing options...
Copa85 Posted May 23, 2014 Share Posted May 23, 2014 .htaccess is the file located at the root FTP folder of your site (often this is public_html folder) Also you can change this settings at the php.ini there is another way, feel free to contact with your hosting support team for doing it. I appreciate the reply, I was able to find it, and edit it and now it's working just fine. I grateful to you! Thanks 1 Link to comment Share on other sites More sharing options...
Leo04 Posted May 26, 2014 Share Posted May 26, 2014 (edited) Hi, modify your .htaccess file and add this lines: php_value post_max_size "32M" php_value max_input_vars 5000 Hi ! Please I need help I want to translate the front office in french but I 1000 so I need to increase. I do not have php.ini fair. Htaccess but I do not know where to put your code. Tell me about the process. Edited May 26, 2014 by Leo04 (see edit history) Link to comment Share on other sites More sharing options...
Alex Simonchik BelVG Posted May 26, 2014 Share Posted May 26, 2014 Hi, At the root of the your website you can find file with name: `.htaccess`. This is your default .htaccess witch containts the next lines: # ~~start~~ Do not remove this comment, Prestashop will keep automatically the code outside this comment when .htaccess will be generated again # .htaccess automaticaly generated by PrestaShop e-commerce open-source solution # http://www.prestashop.com - http://www.prestashop.com/forums ..... ..... ..... # ~~end~~ Do not remove this comment, Prestashop will keep automatically the code outside this comment when .htaccess will be generated again you need add the several lines for example before `# ~~start~~` line: php_value post_max_size "32M" php_value max_input_vars 5000 If it isn't works for you, seems like your host provider restrict such settings and you need to contact with hosting support service for doing it Regards Link to comment Share on other sites More sharing options...
Leo04 Posted May 27, 2014 Share Posted May 27, 2014 Hi, At the root of the your website you can find file with name: `.htaccess`. This is your default .htaccess witch containts the next lines: # ~~start~~ Do not remove this comment, Prestashop will keep automatically the code outside this comment when .htaccess will be generated again # .htaccess automaticaly generated by PrestaShop e-commerce open-source solution # http://www.prestashop.com - http://www.prestashop.com/forums ..... ..... ..... # ~~end~~ Do not remove this comment, Prestashop will keep automatically the code outside this comment when .htaccess will be generated again you need add the several lines for example before `# ~~start~~` line: php_value post_max_size "32M" php_value max_input_vars 5000 If it isn't works for you, seems like your host provider restrict such settings and you need to contact with hosting support service for doing it Regards I placed the code between the lines, but it gives me an internal error My host does not have a grip on these files can not change Link to comment Share on other sites More sharing options...
Alex Simonchik BelVG Posted May 28, 2014 Share Posted May 28, 2014 Hi again, then there is one way - request change neccessary params at the hosting support service Regards Link to comment Share on other sites More sharing options...
Netzfischer Posted November 18, 2015 Share Posted November 18, 2015 Hi, modify your .htaccess file and add this lines: php_value post_max_size "32M" php_value max_input_vars 5000 Regards Thanks, this helped for translating the regular frontend files. But I still get this error message when trying to translate the modules in the "localisation / translation" menu. How can I solve that? Link to comment Share on other sites More sharing options...
karolwild Posted November 18, 2015 Share Posted November 18, 2015 (edited) php_value max_input_vars 10000 Edited November 18, 2015 by karolwild (see edit history) Link to comment Share on other sites More sharing options...
Netzfischer Posted November 18, 2015 Share Posted November 18, 2015 (edited) php_value max_input_vars 10000 Unfortunately this doesn't work either with 10000. Something else must be wrong... Update 14. Jan 2016: changing the php.ini did the job for me. But it didn't suffice changing it in the .htaccess Edited January 14, 2016 by Netzfischer (see edit history) Link to comment Share on other sites More sharing options...
Nyla C. Posted February 16, 2016 Share Posted February 16, 2016 Can you tell me what edits you made? Unfortunately this doesn't work either with 10000. Something else must be wrong... Update 14. Jan 2016: changing the php.ini did the job for me. But it didn't suffice changing it in the .htaccess Link to comment Share on other sites More sharing options...
Netzfischer Posted February 16, 2016 Share Posted February 16, 2016 @Milliona - unfortunately I can't tell you exactly. I asked my hosting provider to change the php.ini to have "php_value max_input_vars 10000". Link to comment Share on other sites More sharing options...
MarysWebLab Posted July 14, 2016 Share Posted July 14, 2016 Hi, modify your .htaccess file and add this lines: php_value post_max_size "32M" php_value max_input_vars 5000 Regards It worked like a charm in 1.6.1.5 version Link to comment Share on other sites More sharing options...
honuacolors Posted December 13, 2016 Share Posted December 13, 2016 Hi I am hosting on Hostgator. I have the same problem, I have created the phpini file and modifie its value to 10000. However, even the test of phpinfo.php says the value is 10000, when I try to translate again exactly the same message appears. Link to comment Share on other sites More sharing options...
Recommended Posts