lock error
larryl
Joined: 2002-09-16
Posts: 47 |
Posted: Mon, 2002-09-16 16:44 |
I upgraded Ensim on my server last night and am now having problems with several instances of Gallery. When I attempt to add a user to Gallery I get the following error in the Create window: --------------------------------------------------- Warning: fopen("/home/virtual/site3/fst/var/www/html/albums/.users/1032192507:1356966354.lock", "a+") - Permission denied in /home/virtual/site3/fst/var/www/html/gallery/platform/fs_unix.php on line 53 I found the relevant section of the FAQ and have executed the chmod command. The files are now set to rwx for all users, including all the files in the .users directory, yet the error persists. Here is the info on my environment: http://allenhost.com/gallery Any thoughts or suggestions? Thanks. |
|
Posts: 47
Got it. The upgrade script somehow changed the permissions on the directory ".users". The apache user did not have write permission to the directory. I added that permission and the problem is solved.
Posts: 45
can you explain me ?
cause I've got the same problem... :cry:
Posts: 3474
feer... you also need to go into your albums directory and do
chmod -R 777 .users