On Wed, December 3, 2008 11:18, Adrian von Bidder wrote: > Hi, > > > Ingo Jürgensmann kindly pointed me to the reason behind the bug: the > uploads directory is created with root.www-data/rwx-wxr-x permissions, > i.e. no read permissions for group www-data (Hmmm. Why Linux and/or POSIX > says that in this case the "r" from the "other" rights shouldn't enable > group www-data to read the dir is beyond me, but anyway ...)
Thanks. The first issue is that the chown missed a specifier for 'other', so I've added that. And indeed the uploads dir also needs read permissions for the webserver group, so updated that aswell. Will be included in a next upload, thanks! Thijs -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

