toutelle Posted May 1, 2012 Share Posted May 1, 2012 Hello I have bought a module today, which doesn't have a german translation. I wanted to add a german translation through the Prestashop BO, but somehow, it doesn't work. It tells me, that it submitted successfully, but when I go in there again, all my translations are empty again. Also no translation in the frontend. I now wanted to try to add a translation file on the server directly, but there is none for german. The english one is empty, a french one doesn't exist, so I can't copy. How can I now add a translation there? The module is: "Newsletter" http://addons.presta...Newsletter.html Can anyone help me? My Prestashop version is 1.4.3. The translation through the BO doesn't work for other modules, either. Best Regards and many thanks Toto Link to comment Share on other sites More sharing options...
El Patron Posted May 1, 2012 Share Posted May 1, 2012 can you create a file and upload, name it anything containing: <? phpinfo(); ?> navigate to your page named anything. What value do you have for: post_max_size? Link to comment Share on other sites More sharing options...
Bazze Posted May 2, 2012 Share Posted May 2, 2012 Try this, go to "Tools > Generators" and add the following in "Specific configuration": php_value suhosin.request.max_vars 20000 php_value suhosin.post.max_vars 20000 Press "Generate .htaccess file" 1 Link to comment Share on other sites More sharing options...
alexeeve Posted May 4, 2012 Share Posted May 4, 2012 after i put this: php_value suhosin.request.max_vars 20000 php_value suhosin.post.max_vars 20000 my back and front office are totaly gone..please help.. Link to comment Share on other sites More sharing options...
El Patron Posted May 4, 2012 Share Posted May 4, 2012 after i put this: php_value suhosin.request.max_vars 20000 php_value suhosin.post.max_vars 20000 my back and front office are totaly gone..please help.. using ftp, download from your root the .htaccess file. Find the changes you made. Delete them and then ftp back up to your site the .htacess file. 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