8 Jun
2004
8 Jun
'04
7:45 p.m.
Peter Bengtsson wrote at 2004-6-8 11:39 +0100:
The latest ZWiki requires PlacelessTranslationService so I installed the latest version (1.0fork-rc7). When I start my Zope (2.6.1) I get these messages:: ... When I try to create a ZWiki I get this error::
Error Type: RuntimeError Error Value: Shouldn't load state for '\x00\x00\x00\x00\x00\x00R\x96' when the connection is closed
This indicates a persistency bug... "PlacelessTranslationService" tries to access a persistent object that belongs to a closed ZODB connection. This happens when persistent objects are stored in global variables (e.g. caches) or class attributes (or are (maybe indirectly) referenced from such objects). -- Dieter