[fixed] Uploaded image in news section gets wrong permission
Posted: Tue Aug 05, 2014 3:54 pm
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)
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)