Jump to content

Edit History

djo1919

djo1919

Hello Prestashop Community,
I'm facing a problem with my website (backend).
PHP Version: 8.2

Warning: SessionHandler::read(): open(/var/sessions/sess_f02c0db74c8202f8d126550c576e8ed1, O_RDWR) failed: No such file or directory (2)

in /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Storage/Handler/StrictSessionHandler.php (line 59)

in /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Storage/Handler/StrictSessionHandler.php (line 59)

    /**

     * {@inheritdoc}

     */

    protected function doRead($sessionId)

    {

        return $this->handler->read($sessionId);

    }

    /**

     * @return bool

     */

Thank you in advance

djo1919

djo1919

Hello Prestashop Community,
I'm facing a problem with my website (backend).
PHP Version: 8.2

Warning: SessionHandler::read(): open(/var/sessions/sess_f02c0db74c8202f8d126550c576e8ed1, O_RDWR) failed: No such file or directory (2)

Thank you in advance

×
×
  • Create New...