robert wrote at 2003-11-24 05:32 +0100: > ... > > >>> Traceback (innermost last): > > >>> > > >>> * Module ZPublisher.Publish, line 100, in publish > > >>> * Module ZPublisher.mapply, line 88, in mapply > > >>> * Module ZPublisher.Publish, line 40, in call_object > > >>> * Module Products.ZCatalog.ZCatalog, line 474, in > > >>> manage_reindexIndex > > >>> * Module Products.ZCatalog.ZCatalog, line 459, in reindexIndex > > >>> > > >>> TypeError: catalog_object() got an unexpected keyword argument > > >>> 'update_metadata'
"update_metadata" is a new keyword argument introduced recently (to fix a bug in Zope 2.6.2). Apparently, you have hit a bug in "ZCatalog": While "reindexIndex" already uses the new argument, "catalog_object" does not yet support it. -- Dieter _______________________________________________ Zope-Dev maillist - [EMAIL PROTECTED] http://mail.zope.org/mailman/listinfo/zope-dev ** No cross posts or HTML encoding! ** (Related lists - http://mail.zope.org/mailman/listinfo/zope-announce http://mail.zope.org/mailman/listinfo/zope )
