failed permissions denied..

dgleser

Joined: 2002-08-16
Posts: 2
Posted: Wed, 2002-08-21 00:00

I am getting this message
Warning: open(/tmp/sess_02d9a087d125b7d9cf740574f6d77b1f, O_RDWR) failed: Permission denied (13) in /usr/local/www/matadorsystems/gallery/session.php on line 51.

But the album is still displayed. I probably do have a permisions error, but I am not sure which file it is.

Since this was trying to open a file in the <path>/tmp directory, I though I might clear the tmp directory, but that did not help.

there does not seem to be an sess_... file in the tmp directory. I also checked the line 5.1 on the session.php and it trying to open another session.

any suggestions?

Thanks

 
vallimar

Joined: 2002-08-15
Posts: 487
Posted: Wed, 2002-08-21 08:06

Sounds like your /tmp directory is not setup properly.
It should have permission 777, also, make sure you don't
have any strange attributes set on it, like 'i'. My tmp folder
always has the 't' attribute if that helps any.