[Zope] add vhm, and cant browse/manage site

Evan Simpson evan@4-am.com
Thu, 29 Nov 2001 21:35:54 -0500


Bak @ kedai wrote:

>   File /home/kdie/Zope-2.3.2-src/lib/python/ZPublisher/BeforeTraverse.py,
> line 171, in __call__

I recommend patching your BeforeTraverse.py as follows (lines 170-171):

         for cob in self._list:
             try:
                 cob(container, request)
             except TypeError:
                 from zLOG import LOG, ERROR
                 LOG('BeforeTraverse', ERROR,
                 'Error while calling %s' % `cob`

Then install the VHM and check your logs.

Cheers,

Evan @ Zope