5 Jan
2004
5 Jan
'04
7:42 p.m.
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