endrju555 Posted November 16, 2016 Share Posted November 16, 2016 Witam. Bardzo proszę o pomoc. Instalowałem moduł do newslettera, który ostatecznie wyłączyłem. Postanowiłem później uaktualnić moduły przez aktualizację wszystkich i teraz zakładka "moduły" wypluwa mi: [PrestaShop] Fatal error in module statsdata:syntax error, unexpected '[' a strona sklepu nie otwiera się. Widnieje znak zapytania i biały ekran. Wykasowałem z folderu modułów katalog "statsdata" ale nic to nie dało, więc przywróciłem go. Nie wiem co mogę zrobić aby naprawić błąd:( Proszę o pomoc. 1,6 presta Pozdrawiam Link to comment Share on other sites More sharing options...
endriu107 Posted November 16, 2016 Share Posted November 16, 2016 Ten błąd występuje zazwyczaj jak sie korzysta z php 5.3 więc najlepiej jest je podnieść do 5.6 natomiast gdy to nie pomoże to w module linijkę: $this->context->controller->registerJavascript('modules-plugindetect', 'modules/'.$this->name.'/js/plugindetect.js', ['position' => 'bottom', 'priority' => 150]);Można usunąć lub zakomentować dla presty 1.6 lub zamienić na tą: $this->context->controller->registerJavascript('modules-plugindetect', 'modules/'.$this->name.'/js/plugindetect.js', array('position' => 'bottom', 'priority' => 150)); 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