[Zope-CMF] setstate error/ZEO?
Dieter Maurer
dieter@handshake.de
Thu, 20 Jun 2002 21:22:55 +0200
alan runyan writes:
> ...
> File /home/zope/ZopeProducts/CMFCore/ActionsTool.py, line 166, in
> _listActions
> (Object: portal_actions)
> File /home/zope/Zope-2.5.1-src/lib/python/ZODB/Connection.py, line 447, in
> setstate
> TALESError: exceptions.AttributeError on 'None' object has no attribute
> 'load' in '<PythonExpr here.portal_actions.listFilteredActionsFor(here)>',
> at line 11, column 5
Surely, you use Python 2.1.3! If not, exceptions like this are to
be expected.
I have seen this and other catastrophic bugs caused by a sharing
bug in the CMF actiontool (--> CMF: bug tracker).
However, the bug should have been fixed meanwhile.
Dieter