Runge1980 Posted September 29, 2014 Share Posted September 29, 2014 I am having difficulties getting the translation to work on the theme. Some things are in Danish and other things are English. When I go in BO under translations and choose the Type of translation to be the FO and then select pf_nextstore and language set to Danish and hit “Modify” there are no fields translated. All are red. It says: Apache mod_security is activated on your server. This could result in some Bad Request errors Been on my server and added this in the .Htaccess file php_flag suhosin.session.cryptua 0 php_flag register_globals 0 php_value suhosin.post.max_vars 23000 php_value suhosin.get.max_vars 23000 php_value suhosin.request.max_vars 23000 php_value max_input_vars 23000 And deactivated “Disable Apache's mod_security module” In URL settings in BO Anyone with a idea why this is not working? Link to theme: HERE Link to comment Share on other sites More sharing options...
MacRoy Posted September 29, 2014 Share Posted September 29, 2014 Hello! You need to change in php.ini Add max_input_vars = 6000 Then it should work Regards MacRoy Link to comment Share on other sites More sharing options...
Runge1980 Posted September 30, 2014 Author Share Posted September 30, 2014 I have set php_value max_input_vars 23000 Talked to my host provinser and they say that it should work. Link to comment Share on other sites More sharing options...
MacRoy Posted September 30, 2014 Share Posted September 30, 2014 It depends entirely on how many modules you have installed. I still think you have to increase php_value max_input_vars Regards MacRoy Link to comment Share on other sites More sharing options...
MacRoy Posted September 30, 2014 Share Posted September 30, 2014 I have set php_value max_input_vars 23000 Talked to my host provinser and they say that it should work. you mean php_value max_input_vars 2300? Link to comment Share on other sites More sharing options...
SmartDataSoft Posted September 30, 2014 Share Posted September 30, 2014 @MacRoy I have a trips , you can implement that. At first download the default theme's language file. suppose you like to made your shop French copy themes\default-bootstrap\lang\fr.php to themes\yourtheme\lang\fr.php if your theme's string is used prestashop 1.6 standard sting , almost 80-90% or more than string you will got translated. Other wise you need to translated them all This is a trips from my real-life Link to comment Share on other sites More sharing options...
Recommended Posts