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
Solved! Go to Solution.
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?
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?