[Zope] image/gif objects sometimes not rendering

Dieter Maurer dieter@handshake.de
Sun, 18 May 2003 23:12:18 +0200


David Hassalevris wrote at 2003-5-16 11:54 -0700:
 > On some browsers, eg MSIE 6, some of my images simply do not appear on the
 > browser screen. ( Or sometimes they do and sometimes not.)
 > 
 > The URLS to the image are hard-coded and do not use aquisition.  That is, I
 > use:
 > <img scr="/Images/imageName"> rather than
 > <img src="ImageName">
 > I mention this last point because I have seen references to
 > aquisition/caching issues affecting image rendering.
 > 
 > The images are GIF files.  I am using Zope 2.6.1
 > 
 > So something is happening.  I am hoping someone has seen this and can give
 > me some tips.

I have seen this when Zope has run out of file descriptors.


Dieter