Hi; I'm working with Plone 2.1.2/Zope 2.7.8. I've had no trouble adding Plone sites before this. I was in my server working with some of the products I'd installed, all of which had been installed for some time. I went to install a new Plone for test purposes. I got this error: Traceback (innermost last): Module ZPublisher.Publish, line 101, in publish Module ZPublisher.mapply, line 88, in mapply Module ZPublisher.Publish, line 39, in call_object Module Products.CMFPlone.Portal, line 465, in manage_addSite Module Products.CMFPlone.Portal, line 437, in create Module Products.CMFPlone.Portal, line 384, in setupPlone Module Products.CMFPlone.Portal, line 223, in setupPortalContent Module Products.CMFCore.PortalFolder, line 408, in invokeFactory Module Products.CMFCore.TypesTool, line 925, in constructContent Module Products.CMFCore.TypesTool, line 335, in constructInstance Module Products.CMFCore.TypesTool, line 566, in _constructInstance Module Products.CMFPlone.LargePloneFolder, line 65, in addLargePloneFolder Module OFS.ObjectManager, line 276, in _setObject Module Products.CMFCore.CMFCatalogAware, line 198, in manage_afterAdd Module Products.CMFCore.CMFCatalogAware, line 60, in indexObject Module Products.CMFPlone.CatalogTool, line 386, in indexObject Module Products.CMFCore.CatalogTool, line 353, in reindexObject TypeError: catalog_object() takes at most 4 arguments (5 given) I decided to pull out all the Plone products and re-install with a fresh copy. Same error! What am I doing wrong? TIA, Javier2 --------------------------------- Talk is cheap. Use Yahoo! Messenger to make PC-to-Phone calls. Great rates starting at 1¢/min.
1) you're posting to the wrong list: I suspect you should try to post to plone mailing list, where you will find more useful responses; 2) it looks like the Plone you're using is not matching the ZCatalog in Zope: did you say you installed a new version of Plone? Most probably, it is not compatible with Zope 2.7.8. Regards Marco -- Marco Bizzarri http://notenotturne.blogspot.com/
Javier Subervi wrote at 2006-9-30 08:05 -0700:
... Module Products.CMFCore.CatalogTool, line 353, in reindexObject TypeError: catalog_object() takes at most 4 arguments (5 given)
"catalog_object" grew an additional parameter recently. You will need to enhance the called "catalog_object" in a similar way. -- Dieter
participants (3)
-
Dieter Maurer -
Javier Subervi -
Marco Bizzarri