Re: [Zope-dev] Weird Re-Indexing Errors after move to Zope 2.3.1b1

2001-03-05 Thread Andy Dawkins
Andy Dawkins wrote: > Chris > > I the meantime I have changed that method to the following: > > def insertReverseIndexEntry(self, entry, documentId): > """Insert the correct entry into the reverse indexes for future > unindexing.""" > > newRow = self._unindex.get(doc

Re: [Zope-dev] Weird Re-Indexing Errors after move to Zope 2.3.1b1

2001-03-02 Thread Andy Dawkins
Chris Withers wrote: > Is there a workaround in the meantime? This is turning into a real > showstopper for one of NIP's most important projects right now :~( > > desperately, > Chris I the meantime I have changed that method to the following: def insertReverseIndexEntry(self, entry, docu

Re: [Zope-dev] Weird Re-Indexing Errors after move to Zope 2.3.1b1

2001-03-01 Thread Chris McDonough
Release postponed til at least tomorrow, sorry. - Original Message - From: "Chris McDonough" <[EMAIL PROTECTED]> To: "Chris Withers" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Thursday, March 01, 2001 2:31 PM Subject: Re: [Zope-dev] Weird Re-Inde

Re: [Zope-dev] Weird Re-Indexing Errors after move to Zope 2.3.1b1

2001-03-01 Thread Chris McDonough
thers" <[EMAIL PROTECTED]> To: "Chris McDonough" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Thursday, March 01, 2001 2:10 PM Subject: Re: [Zope-dev] Weird Re-Indexing Errors after move to Zope 2.3.1b1 > > This is an artifact of a problem in the reindexin

Re: [Zope-dev] Weird Re-Indexing Errors after move to Zope 2.3.1b1

2001-03-01 Thread Chris Withers
> This is an artifact of a problem in the reindexing code that should be gone > in the next release. Is there a workaround in the meantime? This is turning into a real showstopper for one of NIP's most important projects right now :~( desperately, Chris ___

Re: [Zope-dev] Weird Re-Indexing Errors after move to Zope 2.3.1b1

2001-03-01 Thread Chris McDonough
This is an artifact of a problem in the reindexing code that should be gone in the next release. - Original Message - From: "Chris Withers" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, March 01, 2001 12:36 PM Subject: [Zope-dev] Weird Re-Indexing Err

[Zope-dev] Weird Re-Indexing Errors after move to Zope 2.3.1b1

2001-03-01 Thread Chris Withers
Hi, Since moving one of our servers from Zope 2.2.4 to 2.3.1b1, we've been frequently getting this weird error when trying to do something that requires an object to be re-indexed in the Catalog: Error Type: AttributeError Error Value: 'tuple' object has no attribute 'append' Traceback: Trac