cancel
Showing results for 
Search instead for 
Did you mean: 

Magento 1.9.3.4 Session data file is not created by your uid in Session/Abstract/Varien.php

SOLVED

Magento 1.9.3.4 Session data file is not created by your uid in Session/Abstract/Varien.php

Hi,

 

I am getting the following error in my system.log. 

 

Warning: session_start(): Session data file is not created by your uid  in /home/www/technexion/shop/public_html/shop/app/code/core/Mage/Core/Model/Session/Abstract/Varien.php on line 134

 

I am running the following php version on the server.

 

PHP 5.6.31 (cli) (built: Jul  6 2017 08:06:11)

Copyright (c) 1997-2016 The PHP Group

Zend Engine v2.6.0, Copyright (c) 1998-2016 Zend Technologies

 

Anybody came cross the same error?

 

Cheers

Olaf

1 ACCEPTED SOLUTION

Accepted Solutions

Re: Magento 1.9.3.4 Session data file is not created by your uid in Session/Abstract/Varien.php

Hi @nolafs,

 

Maybe the directory where you're storing sessions were created by another user (uid). Can you be sure that the files/directories belongs to the same user that is runnign the webserver?

 

View solution in original post

1 REPLY 1

Re: Magento 1.9.3.4 Session data file is not created by your uid in Session/Abstract/Varien.php

Hi @nolafs,

 

Maybe the directory where you're storing sessions were created by another user (uid). Can you be sure that the files/directories belongs to the same user that is runnign the webserver?