Interesting. I've never had that problem, but I'm running an INSTANCE_HOME configuration where Zope is not installed in the same place the site files are. It seems like ImageMagick should be picking a better place for its temporary files. I'll look into that. I'm glad the problem has been fixed. _______________________ Ron Bickers Logic Etc, Inc.
-----Original Message----- From: zope-admin@zope.org [mailto:zope-admin@zope.org]On Behalf Of Tim Wilson Sent: Wednesday, January 23, 2002 11:16 AM To: Meilicke, Scott Cc: Zope listserv Subject: RE: [Zope] Photo problems
On Wed, 23 Jan 2002, Meilicke, Scott wrote:
Found the problem - my zope user did not have write permissions to the zope directory - /usr/local/zope in my case. After switching the owner to the user running zope, Photo now works like a champ.
Ding Ding Ding! That was my problem too (/var/zope in my case). I guess I never noticed that in my debugging efforts. Ron, you might want to add something to the Photo README about this. Thanks Scott!