[Zope] AttributeError - Zope 2.6
Dieter Maurer
dieter at handshake.de
Fri Sep 5 22:46:44 EDT 2003
220hex wrote at 2003-9-4 15:21 +0200:
> I'm using CMF 1.3 and just upgraded to Zope 2.6.2b5 and Plone 1.0.4.
> Now I get this when accessing CMF sites:
> ...
> __traceback_info__: obj
> Module <string>, line 2, in f
> Module Products.CMFCore.ActionsTool, line 211, in listFilteredActionsFor
> AttributeError: copy (Also, an error occurred while attempting to render the
Thus, look at line 211 of "Products/CMFCore/ActionsTool.py".
You will find there an attribute access for "copy" (which fails).
Look around to see why (it is probably a migration issue and easy to
fix).
Dieter
More information about the Zope
mailing list