Jump to content

Edit History

9smiths

9smiths


Solved

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!

 

 

9smiths

9smiths


To be more concise.

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!

 

 

9smiths

9smiths

I have Prestashop version 8.1.6.

 

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"

Here is the full error:

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 suspect this error is preventing my google login module from working.

 

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:

 

I checked the php.ini file to make sure it had "/tmp" for the session.save_path, I checked the folder permissions of the tmp folder in my server root directory as well as in the settings of my CPanel. Even after doing that and clearing the cache and checking the error still remains. Any other recommendations on what to check? Any help would be greatly appreciated.

 

 

9smiths

9smiths

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"

Here is the full error:

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 suspect this error is preventing my google login module from working.

 

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:

 

I checked the php.ini file to make sure it had "/tmp" for the session.save_path, I checked the folder permissions of the tmp folder in my server root directory as well as in the settings of my CPanel. Even after doing that and clearing the cache and checking the error still remains. Any other recommendations on what to check? Any help would be greatly appreciated.

 

 

×
×
  • Create New...