forum.coppermine-gallery.net

Support => cpg1.4 plugins => cpg1.4.x Support => Older/other versions => cpg1.4 JUpload by etienne_sf => Topic started by: Chris111 on June 13, 2009, 07:31:50 pm

Title: Permissons problem with uploaded pictures
Post by: Chris111 on June 13, 2009, 07:31:50 pm
Hello!

I am using Coppermine galerie (1.4.24) and have installed the Juploader plugin v3.5.2.

Afer I uploaded an image to the gallery I only see the alternative text of the image. I don't see the picture (no thumbnail, no middle-sized... ). I have detected that the "permission" of the by JUploader created subfolders is set to "0744". When I change it by FTP to 0755 I can see all images.
Why does JUploader set the permissons to 0744? The default config is 0755.

Link to my gallery: http://www.lupiforum.de/galerie/


Thank you!
Title: Re: Permissons problem with uploaded pictures
Post by: phill104 on June 13, 2009, 08:13:53 pm
Why does JUploader set the permissons to 0744? The default config is 0755.


Jupload is not setting the permissions, your server is the problem.

Currently the way your server is set up, only the owner of the files has permission. In your case the files are being written by an internal script so they inherit the permission settings based on your servers default for any files written by an internal script.
Title: Re: Permissons problem with uploaded pictures
Post by: Chris111 on June 13, 2009, 11:15:08 pm
Thanky you for your answer!

I will contact my provider and hope that he makes it possible to use this great plugin!