Hi David,
thanks this solved the problem. /var/lib/midgard/blobs/midgard was set to 600 -- changed it to 700 and images started appearing.
Thanks again,
mimo
David Schmitter wrote:
/var/lib/midgard/blobs/midgard/2/D/2dcb63154e4c983011e2edd2b9cb4420 [Sat Jul 3 19:34:16 2004] [error] [client xxx] (13)Permission denied: access to /admin/images/save_16.png failed because search permissions are missing on a component of the path
Check permissions for every component of the path. The quickest way to do this is
# su - www-data
$ cd /var/lib/midgard/
$ cd blobs
$ cd midgard
...
At some point you should get an error message. Watch out for missing read and execute bits.
David
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
