sebas1988opo Posted September 5, 2014 Share Posted September 5, 2014 (edited) Chciałem zrobić aktualizację modułu menu górne bo taka wyskoczyła i cała strona backoffice z modułami jak i cała strona głowna sklepu itd. również. Co do debugowania to taki komunikat: Parse error: syntax error, unexpected T_FUNCTION in /classes/module/Module.php(1224) : eval()'d code on line 1236Parse error: syntax error, unexpected T_FUNCTION in /modules/blocktopmenu/blocktopmenu.php on line 1236[PrestaShop] Fatal error in module blocktopmenu:syntax error, unexpected T_FUNCTION proszę o pomoc. Edited September 5, 2014 by sebas1988opo (see edit history) Link to comment Share on other sites More sharing options...
vekia Posted September 5, 2014 Share Posted September 5, 2014 wątek po angielsku, rozwiązany http://www.prestashop.com/forums/topic/355709-blocktopmenu-php-version-incompatibility-after-update/ 1 Link to comment Share on other sites More sharing options...
sebas1988opo Posted September 5, 2014 Author Share Posted September 5, 2014 (edited) wątek po angielsku, rozwiązany http://www.prestashop.com/forums/topic/355709-blocktopmenu-php-version-incompatibility-after-update/ Sprawdziłem, działa Dąże z tłumaczeniem: Otwieramy FTP, edytujemy plik ".../modules/blocktopmenu/blocktopmenu.php" W linii 1236 - 1238 mamy wpis: array_walk($link['label'], function(&$value) { $value = Tools::htmlentitiesDecodeUTF8($value); }); Zmieniamy na: // array_walk($link['label'], function(&$value) { // $value = Tools::htmlentitiesDecodeUTF8($value); // }); I zapisujemy plik na serwerze. Powinno śmigać Edited September 5, 2014 by sebas1988opo (see edit history) Link to comment Share on other sites More sharing options...
DEFINSKY Posted September 8, 2014 Share Posted September 8, 2014 Działa potwierdzam. Zrobione debugowanie i poprawka na linii blocktopmenu i śmiga jak nowa. Dzięki 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