Elizabeta Posted January 12, 2015 Share Posted January 12, 2015 Hi, I'm working on translation of PrestaShop to Bosnian. There is no pack so I'm creating translation files myself. When I try to translate default theme, or front office, so far no problems. But when I try to translate modules, such as 'contactblock' via 'translate' function inside PrestaShop, I keep getting an error: 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 2680 at least, or you will have to edit the translation files. However, this is not true, here is my PHP set up: memory_limit = 64Mmax_execution_time = 4000;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; Did anyone have the same problem? Thanks everyone! Link to comment Share on other sites More sharing options...
razaro Posted January 12, 2015 Share Posted January 12, 2015 Hi welcome to the forum. Those looks like right settings but depends where are there. Maybe there is another place/file (php.ini , php5.ini). You could try to contact your host so they could fix that. Check also these two topics maybe some info could help. http://www.prestashop.com/forums/topic/245816-warning-your-php-configuration-limits-the-maximum-number-of-fields-to-post-in-a-form-1000-for-max/ http://www.prestashop.com/forums/topic/235573-max-input-vars-1000-solved/ Also translations you can do on-line in official Prestashop translations repository https://crowdin.com/project/prestashop-official/bs Link to comment Share on other sites More sharing options...
Elizabeta Posted January 12, 2015 Author Share Posted January 12, 2015 Thanks alot, I'll give it a try. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now