Re: [Zope] getting a unique object id

2007-03-30 Thread Dieter Maurer
David Bear wrote at 2007-3-29 17:50 -0700: > ... >My thinking was to use feedparser, then grab the set of object >attributes for the item from zope. Then, grab the actual document the >feed pointed to and save it. When naming the document that I store >locally, I was looking for a simple way to map

Re: [Zope] All Of My Zope 2.6 Transactions Since 2/6/07 Are Gone!

2007-03-30 Thread Dennis Allison
Have you checked the Data.fs to determine if it has been coddled? How large is the Data.fs? Which version of Python are you using to run Zope? On Fri, 30 Mar 2007, Mark, Jonathan (Integic) wrote: > Zope 2.6.2 on Red Hat 7.3 started acting flaky a week or two ago. It > started dying every day

[Zope] All Of My Zope 2.6 Transactions Since 2/6/07 Are Gone!

2007-03-30 Thread Mark, Jonathan (Integic)
Zope 2.6.2 on Red Hat 7.3 started acting flaky a week or two ago. It started dying every day or so. Then it lost all transactions since 2/6/07, displaying content as it was two months ago. Then it recovered the lost content, now it has lost it again. Zope Undo shows incorrectly that there were

Re: [Zope] Problem with __before_publishing_traverse__

2007-03-30 Thread Peter Bengtsson
Wow! You are amazing! Yes, recreating the CookieCrumber just like it was before made it work. Quirky I must admit. Dieter Maurer wrote: Peter Bengtsson wrote at 2007-3-28 10:40 +0100: ... Removing the CookieCrumbler object obviously isn't a good enough solution because we need it for pretty lo