I worked with issues for hours yesterday without trouble, but trying to close #1373 gives an error:
2008-05-02T10:01:46 ERROR Zope.SiteErrorLog http://zwiki.org/1373AttributeErrorPtMacrosInPlone/changeIssueProperties Traceback (innermost last): Module ZPublisher.Publish, line 119, in publish Module ZPublisher.mapply, line 88, in mapply Module ZPublisher.Publish, line 42, in call_object Module Products.ZWiki.plugins.tracker.tracker, line 365, in changeIssueProperties Module Products.ZWiki, line 236, in manage_changeProperties Module Products.ZWiki.Catalog, line 123, in reindex_object Module Products.ZWiki.Catalog, line 119, in unindex_object Module Products.ZCatalog.ZCatalog, line 568, in uncatalog_object Module Products.ZCatalog.Catalog, line 389, in uncatalogObject Module Products.PluginIndexes.common.UnIndex, line 299, in unindex_object Module Products.PluginIndexes.common.UnIndex, line 165, in removeForwardIndexEntry UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 1: ordinal not in range(128)
extra logging:
2008-05-02T10:01:46 ERROR Zope.UnIndex Unicode error removing u'Jordan Carswell' entry from <FieldIndex at /zwiki.org/Catalog/last_editor>
Questions: why this page and not others ? Do we need unicode-aware versions of field, keyword, date, path indexes as well ?
... --simon, Fri, 02 May 2008 10:27:33 -0700 reply
Status: open => closed
hmm --simon, Fri, 02 May 2008 10:29:46 -0700 reply
Um, I meant to close the other. Well, it's working now after I cleared and reindexed the last_editor field index. I expect this issue to pop up again, since I already blew away the catalog once.