Jump to content

Problem when I want to modifying a translation


Recommended Posts

Hi,

Any one can help? I need an advice about the problem I face now.

I want to modify the translation but I gate always this read line

 

"

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

"

 

What to do?

 

I want to change some of the words in the store which did not change when i added my local language, like Accesories and delivary.

 

By the way. I installed it (prestashop) on the local host

post-386654-0-11522300-1347658493_thumb.jpg

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

You need to change the following line in PHP.ini file.

If you are using apache and you have control of the file \apache2.2.22\bin\PHP.ini

 

 


max_input_vars = 3000




 

 

Maybe you need to contact your service provider for support in case you are not able to do that.

Link to comment
Share on other sites

  • 5 months later...
  • 3 weeks later...

there should be a number displayed on the module translation screen if the number of fields is over limit. Make sure the number you changed to greater than the one it is displayed.

 

Usually the changes takes in effect after related services restarted.

Link to comment
Share on other sites

Guys i got it

create a file called php.ini in your root folder (if it doesn't exist) with this code inside:

max_input_vars = 5000

"don't use ; before that line and if this code already exists with a value of 1000 make it 5000 and remove ; "

works for me

  • Like 1
Link to comment
Share on other sites

  • 3 years later...

So i am trying to edit the titles of some of the bocks on the front page. 

I.e. "PRODUCT BRANDS"

 

The normal route via Loc/tran/ in back office is a no go.

 

which translation tpl file do i need to edit and how to locate it in my FTP?

 

Link to comment
Share on other sites

×
×
  • Create New...