Jump to content

[SOLVED] How to translate "My favorite products"


Penge58

Recommended Posts

go to localization > translations tab in your back office

from first dropdown select "modules translations" and click on your country (lagnuage) flag.

 

then you will see list of phrases to translate, you will find there what you want to translate, just search for it :)

Link to comment
Share on other sites

go to localization > translations tab in your back office

from first dropdown select "modules translations" and click on your country (lagnuage) flag.

 

then you will see list of phrases to translate, you will find there what you want to translate, just search for it :)

 

 

Hello and thank you again.

 

I tried this but got an error related to the SQL and how many cells my provider allows to be created at one record so I need to ask my provider to open for a larger SQL.  I am currently on a free SQL database for my testing which has some limitations. I will sort this out.

Thank you again.

 

 

Petter

 

 

Link to comment
Share on other sites

i think that you're talking about max input vars ? if so, you can try to: max input vars in prestashop

but of course it is better to contact with your hosting support first :)

 

 

Yes this is what I talk about.

 

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

 

I will try your suggestion first :-)

 

Thanks again

 

Petter

Link to comment
Share on other sites

Yes this is what I talk about.

 

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

 

I will try your suggestion first :-)

 

Thanks again

 

Petter

 

Unfortunately none of these fixes worked for me.

I have contacted my provider.

Increasing the size of the SQL database had no effect but they promised to look into my problem so I hope they will tomorrow.

 

 

Petter

Link to comment
Share on other sites

Unfortunately none of these fixes worked for me.

I have contacted my provider.

Increasing the size of the SQL database had no effect but they promised to look into my problem so I hope they will tomorrow.

 

 

Petter

 

Hmm...managed to solve it myself.

Some googling and I found out how to override the php.ini settings of my provider.

Everyday I learn something new.  

Thats what so cool :-)

Link to comment
Share on other sites

hello

 

may i know what you changed? and how? ;)

 

Just what I found on a help page from my provider.

 

It told me that if I wanted to override the default php.ini I should make an .htaccess file in my home folder which should contain:

 

suPHP_ConfigPath /home/<BRUKERNAVN>/www

 

Where <BRUKERNAVN> is my web hotel name.

 

Then I should make a php.ini in the same folder with the parameters I wanted.

So I did and put in the following:

 

register_globals=off
max_input_vars = 10000;
suhosin.get.max_vars = 10000;
suhosin.post.max_vars = 10000
Edited by Penge58 (see edit history)
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...