Forum OpenACS Q&A: Response to Problems with Images

Collapse
Posted by Ola Hansson on
Hi Babji,

I would guess that there's a problem with the file permissions on your images. Cd to your image dir and issue for instance:

chmod -R 755 . (including the dot)

Hope this helps.