michallos Posted February 16, 2015 Share Posted February 16, 2015 Ahojte,kúpil som si šablónu na themeforest, šabelona je kompatibliná multijazyčná s najnovšou prestou, po nainštalovaní krásne všetko funguje až do chvíle kým som nešiel prekladať moduly a polia v šablóne. Hneď ako som to spravil stalo sa toto:http://www.image-share.com/ijpg-2856-275.htmlNázvy modulov sa premenovali na názvy kategórií a v moduloch chýbajú buttony tak isto aj na frontende, pomizli texty.V čom môže byť problém ?Toto je tá šablonaSuperShop – Multi-Purpose Responsive Prestashop Theme Preview - ThemeForest Link to comment Share on other sites More sharing options...
Caleydon Posted February 16, 2015 Share Posted February 16, 2015 Zaujimavy pripad. Skus najskor aplikovat tuto opravu: https://github.com/PrestaShop/PrestaShop/commit/9e27137fc1f1d57d4da9fc3fc1a63bba23c9a422 Opravuje chybu PrestaShopu s ukladanim predkladov. 1 Link to comment Share on other sites More sharing options...
michallos Posted February 16, 2015 Author Share Posted February 16, 2015 Zdá sa, že som to poriešil dočítal som sa, že: To repair only one file.prestashop 1.6.0.11classes/translate.phpline. 169 if (isset($_MODULES[$current_key]))$ret = stripslashes($_MODULES[$current_key]);elseif (isset($_MODULES[$default_key]))$ret = stripslashes($_MODULES[$default_key]); replace with if (isset($current_key) && !empty($_MODULES[$current_key]))//Bosky$ret = stripslashes($_MODULES[$current_key]);elseif (isset($default_key) && !empty($_MODULES[$default_key]))$ret = stripslashes($_MODULES[$default_key]);elseif (!empty($_MODULES[$current_key]))$ret = stripslashes($_MODULES[$current_key]);elseif (!empty($_MODULES[$default_key]))$ret = stripslashes($_MODULES[$default_key]); Link to comment Share on other sites More sharing options...
zeliz74 Posted February 20, 2015 Share Posted February 20, 2015 Ten istý problém. Pomohla úprava od michallos. Ďakujem. 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