17 May
2005
17 May
'05
5:50 p.m.
hpinson@indepthl.com wrote at 2005-5-16 08:26 -0600:
The locked item does not show up on the Control Panel > WebDAV Lock Manager, and the lock even survives a Zope restart. All attempts to edit or remove the item fail.
Look at the traceback (*always* do when a failure results in an exception!), then look at the source (mentioned in the traceback). It will tell you what "variable/attribute" Zope checks to detect whether the object is looked. Search the source for other places where this variable/attribute is accessed. -- Dieter