Jump to content

Translation max_input_vars


Recommended Posts

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!

post-437183-0-87409700-1374592361_thumb.png

  • Like 1
Link to comment
Share on other sites

  • 1 month later...

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.

  • Like 1
Link to comment
Share on other sites

  • 5 months later...

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

 

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

H6HHWGj.png

 

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

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

H6HHWGj.png

 

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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...