Maciej_TomPol Posted May 8, 2020 Share Posted May 8, 2020 Witam podczas aktalizacji sklepu wysypało się coś i podczas logowania do panelu administarcyjnego wywala błędy jak poniżej: CRITICAL13:25:16php Fatal Error: Class 'admindashboardcontroller' not found INFO13:25:21php User Deprecated: Implementing "Symfony\Component\HttpKernel\DataCollector\DataCollectorInterface" without the "reset()" method is deprecated since Symfony 3.4 and will be unsupported in 4.0 for class "Csa\Bundle\GuzzleBundle\DataCollector\GuzzleCollector". CRITICAL13:25:21request Uncaught PHP Exception Symfony\Component\Debug\Exception\ClassNotFoundException: "Attempted to load class "admindashboardcontroller" from the global namespace. Did you forget a "use" statement?" at /home/"xxxxx"/domains/"xxxxx"/public_html/classes/controller/controller.php line 219 Prosze o pomoc Link to comment Share on other sites More sharing options...
Maciej_TomPol Posted May 8, 2020 Author Share Posted May 8, 2020 oraz takie coś: Symfony\Component\Debug\Exception\ClassNotFoundException in classes/controller/controller.php (line 219) * * @return Controller */ public static function getController($class_name, $auth = false, $ssl = false) { return new $class_name($auth, $ssl); } public function __construct() { if (null === $this->display_header) { Link to comment Share on other sites More sharing options...
Maciej_TomPol Posted May 12, 2020 Author Share Posted May 12, 2020 Witam Czy ktoś mógłby pomóc?? Maciej Link to comment Share on other sites More sharing options...
Jacekalex Posted May 19, 2020 Share Posted May 19, 2020 Prawdopodobnie albo na twoim hostingu byla jakaś aktualizacja PHP i modul synphonycośtam nie gada z nową wersją, albo przy takiej aktualizacji wywalily się wymagane przez sklep klasy PHP. Spróbuj przywrócić sklep z ostatniej działąjacej wersji backupu, jeżeli tam będzie identyczny błąd, to będzie trzeba zrobić update sklepu i modułów composera. Ale tego sklep może nie przeżyć w ogóle, dlatego zrób sobie dokładny backup plików i bazy danych przed tą operacją. Może się to skończyć instalacją nowszej, aktualnej wersji Prestashop od zera Zdjęcia i produkty masz w jakimś systemie księgowym, z krótego importujesz je do Presty? Pozdro Link to comment Share on other sites More sharing options...
Maciej_TomPol Posted May 19, 2020 Author Share Posted May 19, 2020 Witam Dokładnie sypnął się PHP ale po aktualizacji wszystkiego już śmiga Dzięki za pomoc. 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