[Zope] refresh product error

Dieter Maurer dieter@handshake.de
Mon, 14 Jul 2003 00:48:15 +0200


Fernando Martins wrote at 2003-7-12 02:37 +0200:
 > I'm trying the Refresh product but after doing the refresh I'm not able to
 > access any folder in Zope. I get the message:
 > 
 > exceptions.TypeError
 > Sorry, a site error occurred.
 > 
 > Traceback (innermost last):
 > 
 >     * Module ZPublisher.Publish, line 150, in publish_module
 >     * Module ZPublisher.Publish, line 114, in publish
 >     * Module Zope.App.startup, line 157, in zpublisher_exception_hook
 >     * Module Products.Refresh.RefreshPatch, line 288, in __bobo_traverse__
 >     * Module ZODB.DB, line 466, in open
 >     * Module Products.Refresh.RefreshPatch, line 278, in _setDB
 >     * Module Products.Refresh.RefreshFuncs, line 343, in mayClearCache
 > 
 > Zope Version: (Zope 2.6.2b2 (binary release, python 2.1, win32-x86), python
 > 2.1.3, win32)
 > Python Version: 2.1.3 (#35, Apr 8 2002, 17:47:50) [MSC 32 bit (Intel)]

Delete the "Refresh" product in "Products".
The "refresh" functionality is now part of the Zope core and no
longer implemented in a product.


Dieter