Page 1 of 1

Uploads thumb Permission problems + Album upload permision

Posted: Mon Nov 06, 2006 9:55 pm
by akronim
hi there

i've same problem with upload permissions

when i upload in image manager the permission of the thumb created is 640 and it's not visible in the image manager

moreover i've installe Album module 0.7.4 and at the upload both image and thumb get the 640 permission which means they cant be seen from the public site

i've chmod 777 both uplad and upload images folder but nothing changed ??

what could be the problem ??

i'm using CMS Made Simple 1.0.2 + Album 0.7.4 on Linux Server . Apache/1.3.37 php 4.4.3

Re: Uploads thumb Permission problems + Album upload permision

Posted: Tue Nov 07, 2006 3:29 pm
by tsw
site admin -> global settings -> File Creation Mask (umask)


also, your hosting company can limit these...

Re: Uploads thumb Permission problems + Album upload permision

Posted: Tue Nov 07, 2006 7:45 pm
by akronim
yes!!!!!!!!!!!!!!!!


i've put umask 000 which means 666 permission and everything works

right?

Re: Uploads thumb Permission problems + Album upload permision

Posted: Tue Nov 07, 2006 7:53 pm
by tsw
actually 000 should be 777 ;)

but glad it works :D

Re: Uploads thumb Permission problems + Album upload permision

Posted: Wed Nov 08, 2006 10:31 am
by akronim
yes tnx  a lot! ;)

Re: Uploads thumb Permission problems + Album upload permision

Posted: Mon Nov 27, 2006 5:36 pm
by mpop
Same problem here.

With umask 000, I get 666 permissions (good)
With umask 002, I get 664 permissions (good)
With umask 022, I should get 644 permissions, but I get 640 ???
With umask 111, I should get 555 permissions, but I get 620 ???

Wow...

I guess I'll stick with 002, but I'd like to understand this madness... ::)