Page 1 of 1

Images uploaded via Album-module not viewable

Posted: Wed Nov 08, 2006 10:36 pm
by WebPiet
I'm using Album 0.7.4 on CMSMS 1.0.2 (PhP 4.4.4, MySQL 4.0.24, more details on http://www.vksjsintlieven.be/index.php?page=system-info)

I can succesfully upload images to /uploads/images with Album ("Add pictures" on Pictures-tab). 
I verified the presence of the uploaded mages with my ftp-program; they're surely there!
I can even add them to an album, but there it stops: when clicking an added image for a preview, I get an error "404 Not Found
The requested URL /uploads/images/imagename.jpg was not found on this server". In the frontend the album is shown with all its components, exept ... the images.

I think this goes together with this second problem:
When I open the via Album added images in the Image Manager for i.e. editing, I receive an error "403 Forbidden
You don't have permission to access /uploads/images/imagename.jpg on this server."

When I upload images directly via the Image Manager, all goes well; no errors when previewing and editing + visible images in the frontend. So this has apparantly something to do with the Album-module.

Can someone help me finding a solution please?

Thanks. Piet.

Re: Images uploaded via Album-module not viewable

Posted: Fri Nov 10, 2006 10:18 am
by akronim
hi piet

i've the same problem

try to put 000 in

site admin -> global settings -> File Creation Mask (umask)

and check if anything change

Re: Images uploaded via Album-module not viewable

Posted: Fri Nov 10, 2006 12:39 pm
by WebPiet
Yes indeed, by changing the value "File creation mask" from "022" to "000", all new images that I upload via album are shown correctly! I should've never fould this by myself, so thank you very much!

Hope the value "000" will not affect to other functions  ;)

Piet