On 1/9/11 9:45 PM, Andreas Neumann wrote:
[..]
> 'view':<Products.Five.viewlet.metaconfigure.DocumentActionsViewlet
> object at 0xdce04d0>,
-> the document actions are being processed ...
> 'views':<zope.app.pagetemplate.viewpagetemplatefile.ViewMapper object
> at 0xe057a90>}
> Module zope.tales.expressions, line 217, in __call__
> Module Products.PageTemplates.Expressions, line 153, in _eval
> Module zope.tales.expressions, line 124, in _eval
> Module Products.PageTemplates.Expressions, line 103, in
> trustedBoboAwareZopeTraverse
> Module zope.traversing.adapters, line 164, in traversePathElement
> __traceback_info__: ({'category': 'document_actions', 'available': True,
> 'description': '', 'title': 'Lock Manager', 'url':
> <Products.CMFCore.Expression.Expression object at 0xc6d9cf8>, 'visible':
> True, 'allowed': True, 'id': 'lock_manager'}, 'url')
> Module zope.traversing.adapters, line 49, in traverse
> __traceback_info__: ({'category': 'document_actions', 'available': True,
> 'description': '', 'title': 'Lock Manager', 'url':
> <Products.CMFCore.Expression.Expression object at 0xc6d9cf8>, 'visible':
> True, 'allowed': True, 'id': 'lock_manager'}, 'url', [])
> Module Products.CMFCore.ActionInformation, line 200, in __getitem__
> Module Products.CMFCore.Expression, line 48, in __call__
> Module Products.PageTemplates.ZRPythonExpr, line 49, in __call__
> __traceback_info__: portal_url +
> '/portal_lock_manager/pane_manage_locks' + '?search_path=' +
> folder.relative_path()
... and there is an action defined calling the portal_lock_manager
> Module PythonExpr, line 1, in<expression>
> AttributeError: relative_path
>
> ----------------------------------------------
>
> So it seems that PloneLockManager is still somehow called when rendering
> a page, but obviously isn't present anymore after the product uninstall.
> Do you have any idea how I can properly remove the PloneLockManager?
Seems like the uninstall didn't remove the document action
associated with it. Remove that yourself; most probably it is
defined on the actions tool meaning you should be able
to do that in ZMI (portal_actions -> document actions)
HTH
Raphael
>
> Thank you for your help!
>
> Andreas Neumann
_______________________________________________
Setup mailing list
[email protected]
http://lists.plone.org/mailman/listinfo/setup