Jump to content

Problem podczas ładowania panelu administarcyjnego


Maciej_TomPol

Recommended Posts

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

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) {

Zrzut ekranu 2020-05-8 o 13.26.42.png

Link to comment
Share on other sites

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

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...