Jump to content

How to Edit Translation Manually V1.5.2


Recommended Posts

Dear all,

 

Installed a frash copy of Prestashop v1.5.2. Tring to do edit transation. Howevery, I got this error message: "

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 4502 at least or edit the translation file manually."

 

However, my hosting compnay refused to change the max_input_vars value. So, the only option is that editing the transaction manully. My question is: how do I edit transnation manully?

 

Please kindly help! Thank you all!

Edited by todaytonight (see edit history)
Link to comment
Share on other sites

not sure who your host is. I use bluehost and here are their instructions...maybe they'll help you.

 

Log in to your cpanel > phpconfig > use PHP 5.4 single for the php type

 

 

then in your root directory > public _ html > htaccess file > at top should be the following:

 

 

# Use PHP5.4 Single php.ini as default

AddHandler application/x-httpd-php54s .php

 

in the php.ini file, find this line ; max_input_vars > edit out the ; on the max_input_vars line and change the settings to what you need them to be (go 10000)

 

if that line doesn't exist, create it in the section entitled Resource Limits (look around line 377)

 

save then clear cache

 

hope that gets you headed in the right direction!

Edited by Online Office USA (see edit history)
Link to comment
Share on other sites

×
×
  • Create New...