[ZCM] [ZC] 1080/ 2 Assign "GIF OFS.Image problem"

Collector: Zope Bugs, Features, and Patches ... zope-coders-admin at zope.org
Tue Oct 21 10:50:12 EDT 2003


Issue #1080 Update (Assign) "GIF OFS.Image problem"
 Status Accepted, Zope/bug+solution medium
To followup, visit:
  http://collector.zope.org/Zope/1080

==============================================================
= Assign - Entry #2 by Brian on Oct 21, 2003 10:50 am

 Status: Pending => Accepted

 Supporters added: Brian


________________________________________
= 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