Jump to content

Help! Probleme connexion et création compte client


Recommended Posts

Bonjour à tous

Conformément au titre , j'ai un gros problème, mes clients lors d'une connexion ou d'une création une erreur 500 s'affiche voir une page blanche lors de la manipulation et ils doivent rafraichir leur page pour avoir une redirection vers le site et ainsi finalisé la connexion ou la création.

J'ai activé le mode débug et j'ai eut ça

in AuthController.php line 94

at AuthControllerCore->initContent()in Controller.php line 255

at ControllerCore->run()in Dispatcher.php line 428

at DispatcherCore->dispatch()in index.php line 28

Mais je ne comprend pas vraiment...

Je suis heberger par 1&1 et suis sous 1.7.4.2

Merci vous me sauveriez la vie

 

Edited by mika88 (see edit history)
Link to comment
Share on other sites

Voila tout ça

(1/1) UndefinedMethodException

Attempted to call an undefined method named "urlBelongsToShop" of class "Tools".

in AuthController.php line 94

at AuthControllerCore->initContent()in Controller.php line 255

at ControllerCore->run()in Dispatcher.php line 428

at DispatcherCore->dispatch()in index.php line 28

Link to comment
Share on other sites

C'est très bizarre car cette fonction est pourtant bien présente dans la classe Tools.php (s'auf si le fichier a été modifié^^


    /**
     * Indicates if the provided URL belongs to this shop (relative urls count as belonging to the shop).
     *
     * @param string $url
     *
     * @return bool
     */
    public static function urlBelongsToShop($url)
    {
        $urlHost = Tools::extractHost($url);

        return empty($urlHost) || $urlHost === Tools::getServerName();
    }

 

Link to comment
Share on other sites

En général je trouve une solution, un bricolage, mais la je sèche littéralement... Maintenant c'est carrément quand je vide mon cache j'ai erreur 500 et ça me le vide pas . 

C'est pas ma soirée

Symfony\Component\Debug\Exception\FatalThrowableError

in src/PrestaShopBundle/Service/Command/AbstractCommand.php (line 47)

     *

     * Construct the symfony environment.

     *

     * @param AppKernel $kernel Symfony Kernel

     */

    public function __construct(AppKernel $kernel = null)

    {

        umask(0000);

        set_time_limit(0);

        if (null === $kernel) {

AbstractCommand->__construct('dev')in classes/Tools.php (line 3039)

ToolsCore::clearSf2Cache()in src/Adapter/Cache/CacheClearer.php (line 54)

CacheClearer->clearSymfonyCache()in src/Adapter/Cache/CacheClearer.php (line 42)

CacheClearer->clearAllCaches()in src/PrestaShopBundle/Controller/Admin/Configure/AdvancedParameters/PerformanceController.php (line 114)

PerformanceController->clearCacheAction()in vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php (line 151)

HttpKernel->handleRaw(object(Request), 1)in vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php (line 68)

HttpKernel->handle(object(Request), 1, false)in vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php (line 200)

Kernel->handle(object(Request), 1, false)in zsrwrftgx9za5uaq/index.php (line 88)

Edited by mika88 (see edit history)
Link to comment
Share on other sites

j'ai vraiment du mal Svp, j'ai essayé pas mal de chose en croisant les sujets et étudiants.

J'ai ça maintenant quand je démarre la page web

Fatal error: Cannot redeclare ToolsCore::secureReferrer() in /homepages/2/d697590029/htdocs/clickandbuilds/PrestaShop/MyeCommerce/classes/Tools.php on line 413

image.thumb.png.e5597c2f8dbb469e47c0903b9632c9d2.png.ce72a8eb24887b8249cc59325c83e1a2.png

 

Help me please ! 

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