Bad permissions with files create by Gallery
Poulou
Joined: 2002-08-24
Posts: 7 |
![]() |
(sorry for my bad english, I'm a poor french :wink: ) |
|
Poulou
Joined: 2002-08-24
Posts: 7 |
![]() |
I find an user which had the same problem 7 months ago : http://marc.theaimsgroup.com/?l=gallery-users&m=100900701406149&w=2 |
|
bharat
![]()
Joined: 2002-05-21
Posts: 7994 |
![]() |
Hmm. Try this: edit platform/fs_unix.php and change this line: $umask = umask(0133); to: $umask = umask(0113); Let me know if that works and I'll update the code. |
|
Poulou
Joined: 2002-08-24
Posts: 7 |
![]() |
Sorry but your proposal doesn't work. But I find a solution, maybe dirty but which works !... platform/fs_unix.php, I change : and in classes/albumItem.php in function setHighlight, line 270, I added : And that's OK for me !! Any comments ? |
|
vallimar
Joined: 2002-08-15
Posts: 487 |
![]() |
the umask is fine, or more people would have problems. |
|