Jump to content

Need help erreur 500 suite à l’installation d'un module


Recommended Posts

Bonjour j'ai besoin d'aide rapidement,

Je travaille sous prestashop 1.7.4.3 j'ai installé un module ce matin pour afficher une carte et depuis j'ai une erreur 500 en activant le mode debug il m'affiche cela

Symfony\Component\Debug\Exception\FatalThrowableError

in classes/Dispatcher.php (line 195)

     */

    public static function getInstance()

    {

        if (!self::$instance) {

            

          self::$instance = new Dispatcher();

        }

        return self::$instance;

    }

    /**

DispatcherCore::getInstance()in admin429x4zlfv/index.php (line 99)

    if (!headers_sent()) {

        header('Content-Type: text/html; charset=utf-8');

    }

    // Prepare and trigger LEGACY admin dispatcher

    Dispatcher::getInstance()->dispatch();

}

 

Que dois-je faire pour corriger l'erreur 500 merci pour vos retour

 

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