Page 1 of 1

[fixed] Uploaded image in news section gets wrong permission

Posted: Tue Aug 05, 2014 3:54 pm
by swgreed
Steps:
1. create a user defined news field of type "file" named "test"
2. create a news article and upload a image (Simplex theme will try to display the image to this news) using the just created field
3. the image will be stored in "uploads/news/id1/filename.jpg"
4. the image will not be displayed as it gets the "wrong" owner permissions "000" instead of e.g. "644"

(5. if you delete the file "uploads/news/id1/filename.jpg" and re-upload it using the "FileManager" it will get the correct owner permissions "644", so I guess the error must be withing the upload process in the news section)

Re: Uploaded image in news section gets wrong permissions

Posted: Tue Aug 05, 2014 5:39 pm
by calguy1000
Fixed in svn, thanks.

Re: [fixed] Uploaded image in news section gets wrong permis

Posted: Wed Aug 06, 2014 12:04 pm
by swgreed
creation works, but deletion does not.
if you check the checkbox for deleting the file, it will be removed in the news interface dialogue,
however the image still exists in "uploads/news/id1/" and therefore you can still see the file in the FileManager

Re: [open] Uploaded image in news section gets wrong permiss

Posted: Thu Aug 07, 2014 5:57 pm
by calguy1000
That is fixed now too. thanks