Express33 Posted November 27, 2013 Share Posted November 27, 2013 I’m using MAMP with prestashop_1.5.6.1, PHP_5.5.3. and "Transformer" template. I tried to translate modules to french, but entries do not save. I already: Increased the value of max_input_vars to 10000 (in php.ini) Forced the compilation for every call Deactivated smarty cache Deactivated browser cache try to increase post_max_size value (in php.ini) try to add (in php.ini)suhosin.post.max_name_length = 500suhosin.request.max_varname_length = 500 Several entries can be saved when I close the servers and restart the servers, or sometimes when I delete the autoload and smarty cache. But it is not constant: it can work when saving one entry (only after restarting the servers) but with several entries it doesn’t work. And there are 1490 missing expressions to translate..I really don’t know how to do. Any help would be gracefully appreciated Link to comment Share on other sites More sharing options...
NemoPS Posted November 27, 2013 Share Posted November 27, 2013 Hi! Are they working with the default template? As the custom one might be broken!Also, be sure you select your template when editing those modules' translations (only for those overridden by it!) Link to comment Share on other sites More sharing options...
Express33 Posted November 27, 2013 Author Share Posted November 27, 2013 The translation system does not work for all modules (default and my template). Link to comment Share on other sites More sharing options...
Express33 Posted November 27, 2013 Author Share Posted November 27, 2013 Thank you very much for your solutions but this does not work either. I have changed suhosin to 10000, and I tried with "Core (no theme selected)." But it's always the same problem, if I turn off and I switched back servers, the translation will work on the condition that I add one only entry (if I try to add multiple entries nothing change). Link to comment Share on other sites More sharing options...
Express33 Posted November 28, 2013 Author Share Posted November 28, 2013 This is very strange. Sometimes after switching servers I try to enter a translation and nothing appears, then I try another entry and this is the first that is recorded. But after that impossible to record another entry. It seems like the cache system is disturbed. Link to comment Share on other sites More sharing options...
NemoPS Posted November 28, 2013 Share Posted November 28, 2013 You definitely have server-side issues at this point, as it would never work if it was because of prestashop only Link to comment Share on other sites More sharing options...
cranky69 Posted March 19, 2014 Share Posted March 19, 2014 I have same issues. hosting with siteground - hosting says that there isn't any issues with them. My problem is that when insert a new translations, and click "update" i see this on screen, but if i click "save" and go out the page, when i reload the translations i see blank line, no data saved. Link to comment Share on other sites More sharing options...
vekia Posted March 19, 2014 Share Posted March 19, 2014 you selected theme, from themes dropdown on localization > translations page? Link to comment Share on other sites More sharing options...
cranky69 Posted March 19, 2014 Share Posted March 19, 2014 (edited) yes, in this case i want to change PDF translations. if i choose theme on PDF translations i don't receive any form to fill. I need to choose "Core theme" , i am working on presta 1.5.6.2 - but after fill form and save, i don't get any entries added Edited March 20, 2014 by cranky69 (see edit history) Link to comment Share on other sites More sharing options...
NemoPS Posted March 21, 2014 Share Posted March 21, 2014 Try enabling error reporting as described in my signature See if you get an error page upon save. Also, how are your max_input_vars settings? Link to comment Share on other sites More sharing options...
El Patron Posted March 21, 2014 Share Posted March 21, 2014 maybe this post will help a little http://www.prestashop.com/forums/topic/226437-mail-directory-exists-for-nl-but-not-for-english-in-mailsnl/?p=1559970 1 Link to comment Share on other sites More sharing options...
dominio Posted July 9, 2014 Share Posted July 9, 2014 (edited) I had the same problem which I solved by changing php handling in my VPS from DSO to SUPHP. I believe that going with providers not focused on Prestashop could pose some problems, do not forget to restart Apache after switch [uPDATE] I need to further expand this, clearly suphp is a suboptimal choice since it is slow and do not uses cache (neither opcache nor APC) But, I am trying to translate everything and then switch back to DSO. Hope this help someone else Edited July 9, 2014 by dominio (see edit history) 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