[Zope-CMF] Upgrading CMF - Problem w/ ZClasses?
alan runyan
runyaga@myrealbox.com
Wed, 09 Jan 2002 07:15:00 +0000
I went from 1.1 to 1.2b1 by following the instructions (?):
moving out the CMFCore, CMFDefault, CMFTopic, and CMFCalendar (I'm not usin=
g Topics/Calendars) and then unpacking the new 1.2b1 tarballs. when I re=
start everything *seems* fine on the outside. but I can not create custo=
m content!
I can create the stock CMFCore objects. But I have (foolishly?) problems c=
reating ZClass based CMF content. I get the following error:
Traceback (innermost last):
File D:\ZOPE\lib\python\ZPublisher\Publish.py, line 223, in publish_modul=
e
File D:\ZOPE\lib\python\ZPublisher\Publish.py, line 187, in publish
File D:\ZOPE\lib\python\Zope\__init__.py, line 226, in zpublisher_excepti=
on_hook
(Object: jheyne)
File D:\ZOPE\lib\python\ZPublisher\Publish.py, line 171, in publish
File D:\ZOPE\lib\python\ZPublisher\mapply.py, line 160, in mapply
(Object: invokeFactory)
File D:\ZOPE\lib\python\ZPublisher\Publish.py, line 112, in call_object
(Object: invokeFactory)
File D:\ZOPE\lib\python\Products\CMFCore\PortalFolder.py, line 335, in in=
vokeFactory
(Object: jheyne)
File D:\ZOPE\lib\python\Products\CMFCore\TypesTool.py, line 699, in const=
ructContent
(Object: portal_types)
File D:\ZOPE\lib\python\Products\CMFCore\TypesTool.py, line 430, in const=
ructInstance
(Object: Product Datasheet)
File D:\ZOPE\lib\python\OFS\ObjectManager.py, line 290, in _getOb
(Object: jheyne)
AttributeError: (see above)
any ideas?
~runyaga