wijnberg Posted July 23, 2013 Share Posted July 23, 2013 Hi, for the online store www.smokeplanet.com I would need some help in fixing some programming. Currently the website is available in English and Dutch. The dutch version is giving some trouble as translation through Prestashop 1.5.4 is not working with the standard Translation tool. The hosting company is not allowing more than 1000 fields and the max_input_vars is reached. Also, I cannot find the proper translation files on the server to do it manually neither exporting the dutch language file solves the problem. The hosting company is 1&1. I would need first to fix the dutch language files and later also other languages. Here some samples of the links which currently cannot be translated into Dutch: http://smokeplanet.com/index.php?controller=contact http://smokeplanet.com/index.php?controller=order http://smokeplanet.com/index.php?controller=my-account http://smokeplanet.com/index.php?controller=history http://smokeplanet.com/index.php?controller=addresses http://smokeplanet.com/index.php?controller=identity Any suggestions where and how I can get access to this part to translate it? Thanks! 1 Link to comment Share on other sites More sharing options...
kalbinsson Posted August 31, 2013 Share Posted August 31, 2013 I have the same problem and my hosting company allows only 5000. So I cannot access the module translation page as well. Any advice on how to get around this would be kindly appreciated. Link to comment Share on other sites More sharing options...
PA Posted August 31, 2013 Share Posted August 31, 2013 For both of you, I would suggest one of the 2 options below: 1 - you change your hosting provider to one that allow the increase of the parameter max_input_vars 2 - you setup a shop on your local computer, using Wamp, Xamp or similar tool, you translate there what you need, and when finished you export the translation and import in the "real" shop. 1 Link to comment Share on other sites More sharing options...
kalbinsson Posted September 1, 2013 Share Posted September 1, 2013 Thanks for the suggestions. /K Link to comment Share on other sites More sharing options...
vekia Posted September 1, 2013 Share Posted September 1, 2013 maybe you can change max input vars param ? where you've got hosting? try with this: max input vars and prestashop Link to comment Share on other sites More sharing options...
ssharifan Posted February 16, 2014 Share Posted February 16, 2014 maybe you can change max input vars param ? where you've got hosting? try with this: max input vars and prestashop Hi, Would you please mention how change the max input vars in wamp server as you suggest in above link .I install the wamp server in local but still i receive following error when try to translate a module: 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 the this limit to 3741 at least or edit the translation file manually. Link to comment Share on other sites More sharing options...
vekia Posted February 16, 2014 Share Posted February 16, 2014 Hi, Would you please mention how change the max input vars in wamp server as you suggest in above link .I install the wamp server in local but still i receive following error when try to translate a module: 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 the this limit to 3741 at least or edit the translation file manually. hello create phpinfo.php file and use there this script: <?php phpinfo(); open it in browser and you will see there list of variables search for php.ini file you will see full path to the ini file then just open it and edit it as i suggested in guide Link to comment Share on other sites More sharing options...
ssharifan Posted February 16, 2014 Share Posted February 16, 2014 hello create phpinfo.php file and use there this script: <?php phpinfo(); open it in browser and you will see there list of variables search for php.ini file you will see full path to the ini file then just open it and edit it as i suggested in guide Hi, I did as you said and I got following information: Configuration File (php.ini) Path C:\Windows Loaded Configuration File C:\wamp\bin\apache\apache2.4.4\bin\php.ini I changed the "loaded configuration file" as you said and restart Apache but still the max_input_vars =1000 I try to find the Configuration file in C:\windows but there is not php.ini ! So what should i do now? Link to comment Share on other sites More sharing options...
ssharifan Posted February 16, 2014 Share Posted February 16, 2014 Ok, it is working now ,.thanks for your help. Link to comment Share on other sites More sharing options...
vekia Posted February 16, 2014 Share Posted February 16, 2014 hello may i know what you did that it started to work? Link to comment Share on other sites More sharing options...
ssharifan Posted February 16, 2014 Share Posted February 16, 2014 hello may i know what you did that it started to work? Nothing. actually I restart my computer and it is working now.I dont know what happened but it is working now. Link to comment Share on other sites More sharing options...
vekia Posted February 16, 2014 Share Posted February 16, 2014 ok thank you for information, so it looks like system remebers old settings, but after restart new settings included to php.ini started to work Link to comment Share on other sites More sharing options...
selectshop.at Posted February 16, 2014 Share Posted February 16, 2014 All windows server should be restarted after each change you have done Link to comment Share on other sites More sharing options...
vekia Posted February 16, 2014 Share Posted February 16, 2014 All windows server should be restarted after each change you have done I changed the "loaded configuration file" as you said and restart Apache but still the max_input_vars =1000 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