On Thu, 13 Jul 2000, Nitesh Dhanjani wrote:
> Im fairly new to the Zope world. Im trying to delete a PTK folder, and get
> this error:
> 
>   Zope Error
> Zope has encountered an error while publishing this resource. 
> 
> Error Type: ValueError
> Error Value: Uncatalog of absent id '/icds/Members/bob/index_html'

This means you are trying to delete a CatalogAware object that was
not entered into the catalog.  (Some have argued that this is a
but, some a feature).  To get around it, you can probably just
call the URL

/icds/Members/bob/index_html/index_object

and then do the delete.

--RDM


_______________________________________________
Zope maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope-dev )

Reply via email to