-----Original Message----- From: Jason Spisak [mailto:webmaster@mtear.com] Sent: Thursday, January 06, 2000 3:07 PM To: zope-dev@zope.org; michel@digicool.com Subject: More on the Absent id bug
More findings on the extra backslash. The url stored in the Catalog when I ask for:
<dtml-in "Catalog(id=id)"> <dtml-var url> </dtml-in>
is correct. It has no leading slash. However under the 'Cataloged Items' tab as well as when I use getpath() I get a leading slash. This screws up unindex_object because it's looking for an object without the forward slash, and I guess it doesn't see one. Michel, is this fixed in 2.1.2? Is it related to having old Catalaog Aware ZClasses? It's really drving me crazy. An app that was working yeasterday, is pretty useless today. :(
Can you open a collector ticket? I'm exploring catalog issues right now... -Michel