thooom Posted March 5, 2015 Share Posted March 5, 2015 Hello, I was editing the module translations and going to module page after, all names were gone. The only way I found to view again modules name is to insert the translation of the name. I've been doing translation a lot of times and this never happend. Anyone knows why? Thanks Link to comment Share on other sites More sharing options...
selectshop.at Posted March 6, 2015 Share Posted March 6, 2015 One of your modules is not certified, this means it is not in the list of trust modules. I had the same problem when I installed one free module here from the forum. after deleting it from the FTP (cause also deinstall didn't solved the problem) all gona be right again. Which module did you installed the last days ? This one is the one you should not use. Link to comment Share on other sites More sharing options...
thooom Posted March 6, 2015 Author Share Posted March 6, 2015 Hello, thank you for reply. Sorry I couldn't update the topic before, but after a deep look in the code I've found the problem was in Traslate.php class. Then searching again on google I've found it's a 1.6.0.11 bug https://github.com/PrestaShop/PrestaShop/commit/9e27137fc1f1d57d4da9fc3fc1a63bba23c9a422 which is solved by replacing this file https://github.com/PrestaShop/PrestaShop/blob/9e27137fc1f1d57d4da9fc3fc1a63bba23c9a422/classes/Translate.php. Once I've saved the module translation only for some fields, the name field was without translation (which is "normally" skipped to retrieve the original string in the correct Translate.php). This created the translation file in all module dir, so the problem started from this step. Now it's all working. Link to comment Share on other sites More sharing options...
selectshop.at Posted March 6, 2015 Share Posted March 6, 2015 Thank you for the information. Perhaps it was the same bug. I've already upgrade to 1.6.0.13 Link to comment Share on other sites More sharing options...
Recommended Posts