Hi. How do I unlock a locked WebDAV item (in this case a ZPT) edit with Dreamweaver MX. 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. This seems to be happening on a regular basis in my Zope 2.7.4 / FC3 install when editing content through Dreamweaver MX WebDAV. Thanks. Harlow Pinson Indepth Learning Email: hpinson@indepthl.com Web: http://www.indepthl.com Voice: 505-994-2135 FAX: 208-475-7678
Am Montag, den 16.05.2005, 08:26 -0600 schrieb hpinson@indepthl.com:
Hi. How do I unlock a locked WebDAV item (in this case a ZPT) edit with Dreamweaver MX. 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. This seems to be happening on a regular basis in my Zope 2.7.4 / FC3 install when editing content through Dreamweaver MX WebDAV.
Hint: look into your Control-Panel in ZMI. There is a WEBDAV Logmanager.
Yes, as I mentioned, the lock does not show up in the ZMI WebDAV lockmanager at all, yet persists. That is the problem. How to get rid of a WebDAV lock that is not visible to the lockmanager, and even persists past a hard restart of zope. Harlow Pinson Indepth Learning Email: hpinson@indepthl.com Web: http://www.indepthl.com Voice: 505-994-2135 FAX: 208-475-7678
hpinson@indepthl.com wrote:
Hi. How do I unlock a locked WebDAV item (in this case a ZPT) edit with Dreamweaver MX. 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. This seems to be happening on a regular basis in my Zope 2.7.4 / FC3 install when editing content through Dreamweaver MX WebDAV.
Have you checked for a .lck file in the same folder?
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
participants (4)
-
Chris Beaven -
Dieter Maurer -
hpinson@indepthl.com -
Tino Wildenhain