[Zope] Standard_error_message and 2.6.0
Casey Duncan
casey@zope.com
Wed, 23 Oct 2002 09:43:35 -0400
On Tue, 22 Oct 2002 16:29:21 +0200
cyrille <cyrilleml@kbuilder.net> wrote:
> Casey Duncan wrote:
>
> >Try adding the following to your standard_error_message:
> >
> ><div tal:condition="options/error_log_url | nothing">
> > <hr noshade />
> > <a href="error_log_url" tal:attributes="href options/error_log_url">
> > Show Error Log Entry
> > </a>
> ></div>
> >
>
> but you need zope root Manager role to get access to that ressource ....
> it is not accessible by users that are Manager in a sub folder, like a
> virtualhost or CMF site ...
Then create a new one at the level you do have access to. It will be used for all errors at that level or below.
hth,
-Casey