michal_c Posted August 23, 2022 Share Posted August 23, 2022 Witajcie, Od momentu, gdy przeniosłem stronę z serwera lokalnego na hosting mam problem z wejściem w menedżer modułów. Wyrzuca od razu błąd : Ups ... wygląda na to, że wystąpił nieoczekiwany błąd Compile Error: Cannot declare class statsbestcustomers, because the name is already in use [Symfony\Component\Debug\Exception\FatalErrorException 0] Jak widać, jest problem z próbą zadeklarowania zajętej już nazwy dla klasy. Jak można rozwiązać ten problem i z jakiego powodu mógł się pojawić? Link to comment Share on other sites More sharing options...
0 Zohaib-fk Posted August 23, 2022 Share Posted August 23, 2022 Witajcie Spróbuj zmienić nazwę folderu modułu „stats best customers” i sprawdź menedżera modułu back-office, to zadziała. Zmiana nazwy folderu modułu wyłączy go i przestanie być wywoływany. Link to comment Share on other sites More sharing options...
0 michal_c Posted August 23, 2022 Author Share Posted August 23, 2022 Dziękuję, Tak zrobiłem, jednak wywołuje to kolejne podobne błędy, które są powiązane z modułami odpowiedzialnymi za zbieranie i wyświetlanie statystyk. Link to comment Share on other sites More sharing options...
0 Zohaib-fk Posted August 23, 2022 Share Posted August 23, 2022 Powitanie, Jaki błąd pojawia się po wyłączeniu modułu, czy możesz udostępnić zrzut ekranu, aby lepiej zrozumieć z mojej strony? Link to comment Share on other sites More sharing options...
0 michal_c Posted August 23, 2022 Author Share Posted August 23, 2022 Oczywiście. Plik 1 to błąd z tematu. Plik 2, pojawia się po zmianie nazwy folderu z modułem. Link to comment Share on other sites More sharing options...
0 Zohaib-fk Posted August 23, 2022 Share Posted August 23, 2022 Czy możesz spróbować debugować moduł i wyczyścić pamięć podręczną? Poniżej znajduje się wideo demonstracyjne dotyczące trybu debugowania i profilowania debugowania PrestaShop jak włączyć tryb debugowania i profilowanie debugowania z plików ustawień Link do filmu demonstracyjnego => https://www.youtube.com/watch?v=tMZ4oVtjswI Link to comment Share on other sites More sharing options...
0 michal_c Posted August 24, 2022 Author Share Posted August 24, 2022 Tak zrobiłem, Niestety cały czas pojawiają się błędy. Link to comment Share on other sites More sharing options...
0 Zohaib-fk Posted August 24, 2022 Share Posted August 24, 2022 Dzięki za zrzut ekranu. Błąd pokazuje brak pliku w module ps_metrics/ps_metrics.php Sprawdź, czy plik istnieje i uprawnienia do folderów. Domyślne uprawnienia można ustawić z hostingu Cpanel Link to comment Share on other sites More sharing options...
0 michal_c Posted August 24, 2022 Author Share Posted August 24, 2022 Problem w tym, że cała strona została przeniesiona do domeny .com, a ścieżka do modułu ps_metrics/ps_metrics.php wskazuje na folder domeny .pl. Sprawdziłem i moduł ps_metrics/ps_metrics.php został przy przenoszeniu skopiowany do folderu dla domeny .com. Dlaczego zatem Prestashop szuka go w miejscu domeny .pl? Link to comment Share on other sites More sharing options...
0 Zohaib-fk Posted August 24, 2022 Share Posted August 24, 2022 Sprawdzaj wszędzie w tabelach ps_configuration,ps_shop w bazie danych i innych plikach konfiguracyjnych domena zmieniona z .pl na .com Link to comment Share on other sites More sharing options...
0 michal_c Posted August 24, 2022 Author Share Posted August 24, 2022 Sprawdziłem i było ok (Baza danych i plik parameters.php). Dziwne, bo wyświetla się teraz inny błąd, powiązany z domeną .com. Podsyłam screena z błędem i kodem ze wspomnianego pliku. Link to comment Share on other sites More sharing options...
0 endriu107 Posted August 24, 2022 Share Posted August 24, 2022 Czy po przeniesieniu wyczyściłeś folder var/cache i wygenerowałeś na nowo htaccess? Link to comment Share on other sites More sharing options...
0 michal_c Posted August 24, 2022 Author Share Posted August 24, 2022 Tak. Poradziłem sobie z problemem w trochę inny sposób. Akurat miałem do wykonania aktualizację do 1.7.8.7. Pomogło. Link to comment Share on other sites More sharing options...
Question
michal_c
Witajcie,
Od momentu, gdy przeniosłem stronę z serwera lokalnego na hosting mam problem z wejściem w menedżer modułów.
Wyrzuca od razu błąd :
Ups ... wygląda na to, że wystąpił nieoczekiwany błąd
Compile Error: Cannot declare class statsbestcustomers, because the name is already in use
[Symfony\Component\Debug\Exception\FatalErrorException 0]
Jak widać, jest problem z próbą zadeklarowania zajętej już nazwy dla klasy.
Jak można rozwiązać ten problem i z jakiego powodu mógł się pojawić?
Link to comment
Share on other sites
12 answers to this question
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