[Zope-CMF] CMFOptions: can't add CMFOptions to skin stack
Chad Nantais
cnantais@rednaxel.com
Thu, 7 Feb 2002 17:44:37 -0500
In the final step of installing CMFOptions 1.2 (adding CMFOptions to 2nd
place in the skin stack), I get the following error:
Traceback (innermost last):
File /usr/local/zope/2.4.4b1/lib/python/ZPublisher/Publish.py, line 223,
in publish_module
File /usr/local/zope/2.4.4b1/lib/python/ZPublisher/Publish.py, line 187,
in publish
File /usr/local/zope/2.4.4b1/lib/python/Zope/__init__.py, line 226, in
zpublisher_exception_hook
(Object: portal_skins)
File /usr/local/zope/2.4.4b1/lib/python/ZPublisher/Publish.py, line 171,
in publish
File /usr/local/zope/2.4.4b1/lib/python/ZPublisher/mapply.py, line 160, in
mapply
(Object: manage_properties)
File /usr/local/zope/2.4.4b1/lib/python/ZPublisher/Publish.py, line 112,
in call_object
(Object: manage_properties)
File /usr/local/zope/instance/Products/CMFCore/SkinsTool.py, line 122, in
manage_properties
(Object: portal_skins)
File /usr/local/zope/instance/Products/CMFCore/SkinsTool.py, line 163, in
testSkinPath
(Object: portal_skins)
File /usr/local/zope/instance/Products/CMFCore/SkinsContainer.py, line 79,
in getSkinByPath
(Object: portal_skins)
SkinPathError: Name not found: CMFOptions
CMFOptions is in my portal_skins folder. I can view it's skins, customize
them, etc. I just can't add them to the retrieval stack.
Help is appreciated.
chad