buikimlong Posted March 20, 2014 Share Posted March 20, 2014 When I edit a module to translate to my language. It displays a notice : " Warning! Your PHP configuration limits the maximum number of fields allowed in a form:1000 for max_input_vars.Please ask your hosting provider to increase this limit to 1868 at least, or you will have to edit the translation files. " I am using localhost (XAMPP). Help me to solve this problem. Thank you! Link to comment Share on other sites More sharing options...
elfstone Posted March 20, 2014 Share Posted March 20, 2014 (edited) Add this line to your htaccess: php_value max_input_vars 5000 Edited March 20, 2014 by elfstone (see edit history) Link to comment Share on other sites More sharing options...
buikimlong Posted March 20, 2014 Author Share Posted March 20, 2014 Add this line to your htaccess: php_value max_input_vars 5000 Can you help me where is htaccess ?. Thank you! Link to comment Share on other sites More sharing options...
elfstone Posted March 20, 2014 Share Posted March 20, 2014 (edited) It is in the root of your Prestashop instalation: C:/xampp/htdocs/(prestashop folder). Open htaccess with notepad and add the value. Edited March 20, 2014 by elfstone (see edit history) Link to comment Share on other sites More sharing options...
buikimlong Posted March 20, 2014 Author Share Posted March 20, 2014 It is in the root of your Prestashop instalation: C:/xampp/htdocs/(prestashop folder). Open htaccess with notepad and add the value. Thank you! Link to comment Share on other sites More sharing options...
bomba.ge Posted March 24, 2014 Share Posted March 24, 2014 (edited) server encountered an internal error or misconfiguration and was unable to complete your request after adding php_value max_input_vars 5000 to htaccess. is there any way to translate my shop without modifying php.ini? as my hosting provider will not modify it for me. Edited March 24, 2014 by bomba.ge (see edit history) Link to comment Share on other sites More sharing options...
Recommended Posts