Re: [Product-Developers] Products.ZCatalog A different document already exists in the index.

2011-12-23 Thread Maarten Nieber
I narrow the problem down to these calls self.currentArtists.reindexObject() self.currentArtistsEnsHanVisitat.reindexObject() self.pastArtists.reindexObject() These three calls are causing the ZCatalog error. If I leave them out, and drop in the debugger later and call reindexObject on these obj

Re: [Product-Developers] Products.ZCatalog A different document already exists in the index.

2011-12-23 Thread Roijen, Bas
uct-Developers] Products.ZCatalog A different document already exists in the index. Hi, I'm having problems with this error 2011-12-23 12:49:32 ERROR Products.ZCatalog A different document with value 'f5c72602-989d-4939-a9a2-12ee81bab10f' already exists in the index.' I tho

Re: [Product-Developers] Products.ZCatalog A different document already exists in the index.

2011-12-23 Thread Maarten Nieber
>> Test if the folder already exists before creating it. >> Kind regards, >> Bas Roijen Sorry, I forgot to mention, my view function checks if the contents were already created. The subfolders are only created once: class HomePageView(BrowserView): def createSubFolders(self): if len

[Product-Developers] Products.ZCatalog A different document already exists in the index.

2011-12-23 Thread Maarten Nieber
Hi, I'm having problems with this error 2011-12-23 12:49:32 ERROR Products.ZCatalog A different document with value 'f5c72602-989d-4939-a9a2-12ee81bab10f' already exists in the index.' I thought it was related to dexterity, since there was a bug report in Plone about this which mentioned somet