PDA

View Full Version : Problems with Unix Permissions???


olagon
28-06-05, 11:05 AM
Aloha, am trying to get 2.0 running and having problems with permissions. Here is the error on the install page:

# Session Save Path writable?
Failed Fatal: /home/httpd/vhosts/sessions/ not existing or not writable

But then i have tried everything to make that folder writable. Here is the latest:

drwxrwxrwx 2 apache root 12288 Jun 27 15:23 sessions

I also tried as root owner. Still it doesn't work. Any ideas??? This is a show stopper for me! Can't get this up.

Best, Olin

pedroa
29-06-05, 12:46 AM
chmod 777

Rings any bell?

Pedro A.

Horace
29-06-05, 01:04 AM
check the owner of the directory as well, should match up to your webserver 'user', usually "nobody" on a *nix box

olagon
30-06-05, 04:34 AM
Yes set permissions using chmod 777. Also checked owner and it was apache. I also set owner to both apache and root. Both don't work. Any other ideas? Thanks! Olin

Horace
30-06-05, 12:15 PM
All I can suggest is to verify the owner/group/perms with your isp / sys admin, also make sure you're using an absolute path statement

good luck

olagon
01-07-05, 12:36 PM
Thanks. Ended up just using the mySQL sessions and that works. Aloha, Olin