Jump to content

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


djo1919

Recommended Posts

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

Edited by djo1919 (see edit history)
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...