Dumbelo Posted February 10, 2012 Share Posted February 10, 2012 Hello to all! I am basic user and I have done what I can to this bug, that my module translations are lost when I install new module or try to change my translations (finnish language) I have read all old posts about this matter. My service provider does not read php.ini file, so I asked to them change suhosin values. Them are in apache server: suhosin.cookie.max_value_length 10000 suhosin.get.max_name_length 64 suhosin.get.max_totalname_length 256 suhosin.get.max_value_length 512 suhosin.get.max_vars 100 suhosin.post.max_name_length 128 suhosin.post.max_totalname_length 512 suhosin.post.max_value_length 1000000 suhosin.post.max_vars 5000 suhosin.request.max_value_length 1000000 suhosin.request.max_varname_length 64 suhosin.request.max_vars 5000 suhosin.get.max_name_length 64 suhosin.get.max_totalname_length 256 suhosin.get.max_value_length 512 All suhosin values in attach. But there is no help. If I change anything in module translations, some of my modules lost all they translations. Changes are not saved. Please any help? If someone can help, I am ready to pay $50 via Paypal to get this issue fixed. (without to updating to 1.4.7) Is this bug issue solved in PS 1.4.7 or in future release 1.5? Thank you Dumbelo suhosin.rtf Link to comment Share on other sites More sharing options...
shacker Posted February 10, 2012 Share Posted February 10, 2012 in the config.inc.php, add this @ini_set('post_max_size', '128M'); this maybe help Link to comment Share on other sites More sharing options...
Dumbelo Posted February 10, 2012 Author Share Posted February 10, 2012 Hello shacker! Sorry to tell you, but no help. I edited this line to config folder => config.inc.php, but still some module translations disappear if I try to edit them. My server provider does not read php.ini file, should I ask to change this value too in server? Can I check if there any effect to this line? I can not see any change in anywhere. Thanks for help. Link to comment Share on other sites More sharing options...
shacker Posted February 11, 2012 Share Posted February 11, 2012 yes, you need to contact your host to ckeck it. And write permissons on modules folder are 777? and lang of theme? Link to comment Share on other sites More sharing options...
Dumbelo Posted February 15, 2012 Author Share Posted February 15, 2012 Thank you to have more advice to this, but no help yet. Sorry for the delay, but I managed to break my site to 500 internal error => needed to get my shop back for backup. My service provider doubted to post_max_size = 128M value to help, but I tried and there was no help. So my service provider changed this value back to 21M. My modules folders are set to rights 775, also the translations folder 775. No help, I still get my transalations lost if I try to change anything in translations => module translations. Link to comment Share on other sites More sharing options...
tomerg3 Posted February 15, 2012 Share Posted February 15, 2012 Most likely the suhoshin values are not being properly picked up. Can you post a link to a file with phpinfo() on your site? Link to comment Share on other sites More sharing options...
Dumbelo Posted February 15, 2012 Author Share Posted February 15, 2012 Yes, address for php info is: http://kauppa.lamarias.net/info.php Link to comment Share on other sites More sharing options...
tomerg3 Posted February 16, 2012 Share Posted February 16, 2012 Try setting suhosin.post.max_vars = 100000 suhosin.get.max_vars = 100000 Link to comment Share on other sites More sharing options...
Dumbelo Posted February 17, 2012 Author Share Posted February 17, 2012 This is always taken long because my service provider has to change those values. Sorry to tell tomerg3, problem stays same with those values. Link to comment Share on other sites More sharing options...
tomerg3 Posted February 18, 2012 Share Posted February 18, 2012 hmm, very odd. The only other suggestion I have without actually debugging it on your server is to switch hosts... Link to comment Share on other sites More sharing options...
Hessellund Posted February 18, 2012 Share Posted February 18, 2012 I solved it by increasing max_input_vars to 10000: I .htaccess add: php_value max_input_vars 10000; Link to comment Share on other sites More sharing options...
Dumbelo Posted February 20, 2012 Author Share Posted February 20, 2012 Sorry to tell that no help. Still. I think I am forced to update. I let to know in this post if problem still continues after updating. Link to comment Share on other sites More sharing options...
JohnADK Posted March 22, 2012 Share Posted March 22, 2012 Problem exists also in version 1.4.7.0 and the previous 1.4.x.x versions. I have not yet found a workable solution either. Link to comment Share on other sites More sharing options...
tomerg3 Posted March 22, 2012 Share Posted March 22, 2012 If the suhosin change doesn't work for you, try contacting your host, it is likely that your host is not allowing those values to be changed, or it does not have that extension installed. Link to comment Share on other sites More sharing options...
Recommended Posts