[Zope] authentication probelm (take two)

Dieter Maurer dieter@handshake.de
Thu, 12 Jul 2001 20:29:32 +0200 (CEST)


Bob Shelton writes:
 >   File /usr/local/src/Zope-2.3.3-src/lib/python/DocumentTemplate/DT_In.py, line 710, in renderwob
 >     (Object: getParentForums)
 > Unauthorized: 0
It appears, there is something strange in your list.

I thinks the "0" what you try to access and are not allowed
to, probably because your container has no permission.

I suggest, you install Shane's wonderful "ZDebug".
Often, it is able to generate excellent diagnostics for
permission problems. I think, you need an intermediate
DTML object to see the diagnostics.


Dieter