Today I installed a fresh new Zope 2.8.1 and CPS 3.3.6. Two products
can't be installed from portal_quickinstaller, CPSBlog and
CMFActionIcons.
1) When I try to install CPSBlog I get this error:
File
"/opt/zope-281/cps/Products/CMFQuickInstallerTool/QuickInstallerTool.py",
line 237, in installProduct
res=install()
File
"/opt/zope-281/lib/python/Products/ExternalMethod/ExternalMethod.py",
line 232, in __call__
return f(self.aq_parent.this(), *args, **kw)
File "/opt/zope-281/cps/Products/CPSBlog/Extensions/install.py", line
624, in install
installer.install()
File "/opt/zope-281/cps/Products/CPSBlog/Extensions/install.py", line
96, in install
self.verifySkins(LAYERS)
File "/opt/zope-281/cps/Products/CPSInstaller/CMFInstaller.py", line
316, in verifySkins
createDirectoryView(self.portal.portal_skins, path, skin)
File "/opt/zope-281/cps/Products/CMFCore/DirectoryView.py", line 518,
in createDirectoryView
raise ValueError('Not a registered directory: %s' % minimal_fp)
ValueError: Not a registered directory: CPSBlog/skins/cpsblog
2) When I try to install CMFActionIcons I get this error:
File
"/opt/zope-281/cps/Products/CMFQuickInstallerTool/QuickInstallerTool.py",
line 237, in installProduct
res=install()
File
"/opt/zope-281/lib/python/Products/ExternalMethod/ExternalMethod.py",
line 232, in __call__
return f(self.aq_parent.this(), *args, **kw)
File "/opt/zope-281/cps/Products/CMFActionIcons/Extensions/Install.py",
line 51, in install
x = p.manage_addProduct[ 'CMFActionIcons' ].manage_addTool(
File "/opt/zope-281/cps/Products/CMFCore/utils.py", line 490, in
manage_addTool
self._setObject(obj.getId(), obj)
File "/opt/zope-281/lib/python/OFS/ObjectManager.py", line 265, in
_setObject
v=self._checkId(id)
File "/opt/zope-281/cps/Products/CMFCore/Skinnable.py", line 204, in
_checkId
return superCheckId(self, id, allow_dup)
File "/opt/zope-281/lib/python/OFS/ObjectManager.py", line 84, in
checkValidId
raise BadRequest, (
BadRequest: The id "portal_actionicons" is invalid - it is already in
use.
There is portal_actionicons in ZMI, but CMFActionIcons is not marked as
installed. When I try to install it I get this message, which makes
pretty much sense.
Tim
_______________________________________________
cps-users mailing list
[email protected]
http://lists.nuxeo.com/mailman/listinfo/cps-users