[Zope] problem deleting
    Dieter Maurer 
    dieter at handshake.de
       
    Mon Jan  5 14:42:08 EST 2004
    
    
  
Dennis Allison wrote at 2004-1-4 09:37 -0800:
> ...
>The delete does not happen when run through the web--and it fails
>silently.  I see the problem as a duplication of id's when I try 
>to import the next file (which has the same name) and it fails on 
>a duplicate id.  
>
>Any thoughts as to what's happening and how to work around it?
Activate Zope logging (--> "doc/LOGGING.txt") and look into
the log file.
"manage_beforeDelete" ignores most exceptions (after it has logged them).
Maybe, you find some hints in the log file.
However, the object is nevertheless deleted. Thus, it is probably
not your problem... 
-- 
Dieter
    
    
More information about the Zope
mailing list