Jeżeli w sklepie od strony panelu administracyjnego zaplecza pojawią się pojedyncze komunikaty (lub jeden komunikat) typu:
Error found : Extra content at the end of the document in country_module_list.xml file
Error found : Sequence ']]>' not allowed in content in country_module_list.xml file
Error found : internal error: detected an error in element content in country_module_list.xml file
Error found : Extra content at the end of the document in country_module_list.xml file
Error found : Premature end of data in tag badge line 1 in must_have_module_list.xml file
Error found : StartTag: invalid element name in country_module_list.xml file
Error found : Extra content at the end of the document in country_module_list.xml file
Error found : StartTag: invalid element name in must_have_module_list.xml file
Error found : Extra content at the end of the document in must_have_module_list.xml file
Error found : Premature end of data in tag badges line 1 in must_have_module_list.xml file
Error found : Premature end of data in tag module line 1 in must_have_module_list.xml file
Error found : Premature end of data in tag modules line 1 in must_have_module_list.xml file
Spowodowane one są tym że Prestashop łączy się z Addonami każdego dnia, aby odzyskać kilka plików, w tym ten pliki typu xml np: default_country_modules_list.xml. Jeśli połączenie zostanie przerwane z dowolnego powodu x lub y, plik może zostać załadowany niekompletnie, wtedy następuje błąd podczas próby odczytu o otrzymujemy komunikat o błędzie od strony zaplecza panelu administracyjnego sklepu.
Rozwiązanie problemu to zalogowanie się na FTP w katalogu / config / xml i usunąć plik xml powodujący błąd czyli default_country_modules_list.xml , zostanie on ponownie pobrany w następnej kolejności.
UWAGA: przed kasowaniem zalecamy wykonanie kopii pliku i ciągnięcie z FTP
Po wykasowaniu czyścimy ceche sklepu Zaawansowane - Wydajność - Wyczyść pamięć podręczną
oraz ręcznie przed FTP cache / smarty / compile kasując wszystkie katalogi jakie się tu znajdują
jeżeli powyższa solucja nie pomoże edytujemy plik w katalogu classes / tools.php
kod
protected static $is_addons_up = true; public static function addonsRequest($request, $params = array()) { return false; if (!self::$is_addons_up) { return false;
zmieniamy na
protected static $is_addons_up = false; public static function addonsRequest($request, $params = array()) { return false; if (!self::$is_addons_up) { return false;
ponownie kasujemy pliki tymczasowe ceche i przeładowujemy przeglądarkę
tel: 888 537 633
e-mail: axp@prodo.pl