Re: [Zope-dev] "Cache detail" error

2002-01-09 Thread Jens Vagelpohl
my own quick test works now. :) jens On Wednesday, January 9, 2002, at 02:01 , Brian Lloyd wrote: >> ok, i reproduced it. looks like having *any* ZClass among the products in >> your products folder will cause this symptom. >> >> i told brian about it and i assume he will fix it for CVS. >> >>

RE: [Zope-dev] "Cache detail" error

2002-01-09 Thread Brian Lloyd
> ok, i reproduced it. looks like having *any* ZClass among the products in > your products folder will cause this symptom. > > i told brian about it and i assume he will fix it for CVS. > > jens I just checked in a fix to the head and 2.5 branch. Jens, could you do a quick update and check t

Re: [Zope-dev] "Cache detail" error

2002-01-09 Thread Jens Vagelpohl
ok, i reproduced it. looks like having *any* ZClass among the products in your products folder will cause this symptom. i told brian about it and i assume he will fix it for CVS. jens On Wednesday, January 9, 2002, at 11:55 , Brian Lloyd wrote: >> Clicking on "Cache detail" in the Debug Inf

Re: [Zope-dev] "Cache detail" error

2002-01-09 Thread Andrew Sydelko
Brian Lloyd wrote: > > Clicking on "Cache detail" in the Debug Information > > Control Panel, I get the following traceback: > > > > Zope Error! > > > > Zope has encountered an error while publishing this resource. > > > > Error Type: AttributeError > > Error Value: __module__ > > Hi Andrew -

Re: [Zope-dev] "Cache detail" error

2002-01-09 Thread Chris Withers
Brian Lloyd wrote: > > it looks like you somehow have an object in your ZODB cache > whose class has no __module__ attribute. I'm not sure how that > would happen, unless the __class__ of the object is not really > a class :( Don't ExtentionClass objects behave like that? cheers, Chris __

RE: [Zope-dev] "Cache detail" error

2002-01-09 Thread Brian Lloyd
> Clicking on "Cache detail" in the Debug Information > Control Panel, I get the following traceback: > > Zope Error! > > Zope has encountered an error while publishing this resource. > > Error Type: AttributeError > Error Value: __module__ Hi Andrew - I'm not able to reproduce this with a s