I was just trying to install, but came across the following problem:
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: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.
Code: Select all
mkdir /var/lib/php_sessions
chmod 777 /var/lib/php_sessions
Is it ok to go ahead and install, or is there something else I have to do first?
british.assassin