Page 1 of 1

session.save_path not writeable

Posted: Wed Jan 17, 2007 5:51 pm
by british.assassin
Hi

I was just trying to install, but came across the following problem:
Your session.save_path is "/var/lib/php_sessions". Not having this as writable may make logins to the Admin Panel not work. You may want to look into making this path writable if you have trouble logging into the Admin Panel.
The only thing is, I know that this directory is writeable, because i logged into ssh as root then did the following to make the directory in the first place:

Code: Select all

mkdir /var/lib/php_sessions
chmod 777 /var/lib/php_sessions
I have also checked the permissions with webmin filemananger and this confirmed that it is set to 777.

Is it ok to go ahead and install, or is there something else I have to do first?

british.assassin

Re: session.save_path not writeable

Posted: Thu Jan 18, 2007 5:53 am
by p3n1x
got the same problem :(

Re: session.save_path not writeable

Posted: Thu Jan 18, 2007 5:59 pm
by british.assassin
I just went ahead with the installation and it is working perfectly

Re: session.save_path not writeable

Posted: Fri Jan 19, 2007 2:25 am
by p3n1x
sounds good, but still curious about it :)