Jump to content

Błąd aktualizacji


sebas1988opo

Recommended Posts

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 1236

Parse 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 by sebas1988opo (see edit history)
Link to comment
Share on other sites

 

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 by sebas1988opo (see edit history)
Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...