[Zope-CMF] upgrade problem - cannot delete portal_url tool
Dieter Maurer
dieter at handshake.de
Sun Jul 3 17:58:04 EDT 2005
chris wrote at 2005-7-1 13:54 -0700:
>I'm trying to upgrade CMF, and when I try upgrading from CMF 1.2 to 1.3
>or later I start getting KeyError: portal_url. From what I gather, the
>CMF URL Tool was moved from CMF Default to CMF Core, and I need to
>delete the portal_url object and recreate it under the proper tool,
>however ZMI will not let me delete it.
A workaround would be to add the following module
in "CMFDefault":
URLTool.py
from Products.CMFCore.URLTool import *
--
Dieter
More information about the Zope-CMF
mailing list