HASMAN Posted September 14, 2012 Share Posted September 14, 2012 (edited) Hi, Any one can help? I need an advice about the problem I face now. I want to modify the translation but I gate always this read line " Warning, your PHP configuration limits the maximum number of fields to post in a form: 1000 for max_input_vars. Please ask your hosting provider to increase the this limit to 1255 at least or edit the translation file manually. " What to do? I want to change some of the words in the store which did not change when i added my local language, like Accesories and delivary. By the way. I installed it (prestashop) on the local host Edited September 14, 2012 by HASMAN (see edit history) Link to comment Share on other sites More sharing options...
shokinro Posted September 16, 2012 Share Posted September 16, 2012 You need to change the following line in PHP.ini file. If you are using apache and you have control of the file \apache2.2.22\bin\PHP.ini max_input_vars = 3000 Maybe you need to contact your service provider for support in case you are not able to do that. Link to comment Share on other sites More sharing options...
yassersharaf Posted February 19, 2013 Share Posted February 19, 2013 i've changed the number to 5000 and the problem is still on and added this code to the htaccess file php_flag max_input_var 5000 and nothing changed Link to comment Share on other sites More sharing options...
shokinro Posted February 19, 2013 Share Posted February 19, 2013 (edited) you need to restart related services to make the new changes take effect. Edited March 7, 2013 by shokinro (see edit history) Link to comment Share on other sites More sharing options...
jose_rui_sa Posted March 7, 2013 Share Posted March 7, 2013 my php.ini looks like this suhosin.request.max_vars = 4000 suhosin.post.max_vars = 4000 max_input_vars = 4000 and my hosting says that changed on server too... and still cant translate... Link to comment Share on other sites More sharing options...
shokinro Posted March 7, 2013 Share Posted March 7, 2013 there should be a number displayed on the module translation screen if the number of fields is over limit. Make sure the number you changed to greater than the one it is displayed. Usually the changes takes in effect after related services restarted. Link to comment Share on other sites More sharing options...
yassersharaf Posted March 8, 2013 Share Posted March 8, 2013 Guys i got it create a file called php.ini in your root folder (if it doesn't exist) with this code inside: max_input_vars = 5000 "don't use ; before that line and if this code already exists with a value of 1000 make it 5000 and remove ; " works for me 1 Link to comment Share on other sites More sharing options...
EV8 Posted June 9, 2016 Share Posted June 9, 2016 So i am trying to edit the titles of some of the bocks on the front page. I.e. "PRODUCT BRANDS" The normal route via Loc/tran/ in back office is a no go. which translation tpl file do i need to edit and how to locate it in my FTP? Link to comment Share on other sites More sharing options...
Recommended Posts