[Zope] BTreeFolder2 issues
Shane Hathaway
shane@zope.com
Wed, 14 May 2003 18:20:46 -0400
Sven Rudolph wrote:
> we have the same problem on our production server. This problem only
> appears (in our case) with object ids starting with a space. We have
> such a ghost object in our system since last spring. It can't be
> accessed, deleted, moved, exported or overwritten. Also the the
> BTreeFolder containing this object can't be exported. But I can loop
> over the subjects of this folder with an in-tag. In this case the
> ghost object doesn't appear in the loop... I think the problem is
> that the Object has allready been deleted but the id can't be removed
> from the list.
Sven,
Are you using BTreeFolder or BTreeFolder2?
Shane