RE: Uncatalog absent id bug - one possible cause
-----Original Message----- From: Itamar Shtull-Trauring [mailto:itamars@ibm.net] Sent: Tuesday, January 11, 2000 7:18 AM To: zope-dev@zope.org Cc: michel@digicool.com Subject: Uncatalog absent id bug - one possible cause
Good morning Michael,
I'm also encountering the "Uncatalog absent id" in a bad way (users can't enter data cause reindex fails), and I found at least one reason why, in addition to the slash problem (which I deal with by trying to uncatalog both with and without a slash.)
I have a folder with a space in it - "Do Ahead". When I index using the "Find objects to index", they get indexed as "/Do Ahead/object". When I try to unindex them it tries to unindex "/Do%20Ahead/object", and then that error comes up.
I guess here is a good example of where it makes sense to raise an error, otherwise it would have silently *not* unindexed your object.
I added it to the Collector.
Thanks, I'm guessing it's a simple fix of adding url_quote somewhere. -Michel
-- Itamar S.T. itamars@ibm.net
participants (1)
-
Michel Pelletier