[Zope] Re: Problem adding ZClass after upgrade to 2.7

Dieter Maurer dieter at handshake.de
Wed Nov 17 14:17:36 EST 2004


Anthu Nguyen wrote at 2004-11-16 12:54 -0800:
> ...
>*Unauthorized* Sorry, a site error occurred.
> ...
>      *<DTMLMethod instance at ea8410>*
>      *URL: http://nwsops38.sfbay/header/manage_main*
>      *Physical Path:*/header
>    * Module DocumentTemplate.DT_String, line 474, in __call__
>    * Module DocumentTemplate.DT_In, line 703, in renderwob
>    * Module DocumentTemplate.DT_With, line 76, in render
>
>Unauthorized: You are not allowed to access 'title_or_id' in this
>context (Also, an error occurred while attempting to render the standard
>error message.)

The "DTMLMethod at '/header/manage_main'" tries to access "title_or_id"
and is not allowed to.

You can install "VerboseSecurity" (latest version, if possible from
the Zope CVS). This will give you more detailed information.

Should you not be willing to install "VerboseSecurity", you
will need to deduce for what object "title_or_id"
is called and why it is not allowed.

-- 
Dieter


More information about the Zope mailing list