SOLVED
Hi, I'm getting an error which is preventing my google login from working, when I turn debug mode on I see an error on the top of the frontend of my website saying it can't find a file in the path name "home4/[WebHostFolder]/tmp"
My Prestashop version 8.1.6.
Warning: SessionHandler::read(): open(home4/[WebHostFolder]/tmp/sess_d2091dddf77066a74079023801def518, O_RDWR) failed: No such file or directory (2) in /home4/[WebHostFolder]/public_html/[PrestashopDirectory]/vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Storage/Handler/StrictSessionHandler.php on line 59
Warning: session_start(): Failed to read session data: user (path: home4/[WebHostFolder]/tmp) in /home4/[WebHostFolder]/public_html/[PrestashopDirectory]/classes/controller/FrontController.php on line 777
I recently fixed an issue where my debug mode would not work by changing the session.save_path to "/tmp" as was recommended in this post on another thread:
And now that debug is working, I see this error.
I've tried everything I can think of to fix this and not sure what to do next, any help is appreciated!
.png.022b5452a8f28f552bc9430097a16da2.png)