[Zope-dev] Zope 2.7 b3 problem with reindexing catalog
Dieter Maurer
dieter at handshake.de
Mon Nov 24 13:18:15 EST 2003
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
More information about the Zope-Dev
mailing list