[ZCM] [ZC] 1080/ 1 Request "GIF OFS.Image problem"
Collector: Zope Bugs, Features,
and Patches ...
zope-coders-admin at zope.org
Thu Oct 9 14:36:31 EDT 2003
Issue #1080 Update (Request) "GIF OFS.Image problem"
Status Pending, Zope/bug+solution medium
To followup, visit:
http://collector.zope.org/Zope/1080
==============================================================
= Request - Entry #1 by Anonymous User on Oct 9, 2003 2:36 pm
After I update my zope site from 2.6.2 to 2.7.0b2 some of my cmf gif images don´t show. This occurs only with CMF images and gifs.
At error_log I saw an error related with a problem with string type at OFS.Image line 166. A chage this line and line 170:
166 >> if self.precondition and hasattr(self,self.precondition):
166 to >> if self.precondition and hasattr(self,str(self.precondition)):
170 >> c=getattr(self,self.precondition)
170 to >> c=getattr(self,str(self.precondition))
after that my cmf gif images works fine.
==============================================================
More information about the Zope-Collector-Monitor
mailing list