*Hi Dieter,* *Thanks for your help.* *This is what VerboseSecurity gave me. Any ideas?* ** *- AnThu* ** *==================== * * * *Unauthorized* Sorry, a site error occurred. Traceback (innermost last): * Module ZPublisher.Publish, line 175, in publish_module_standard * Module ZPublisher.Publish, line 132, in publish * Module Zope.App.startup, line 204, in zpublisher_exception_hook * Module ZPublisher.Publish, line 101, in publish * Module ZPublisher.mapply, line 88, in mapply * Module ZPublisher.Publish, line 39, in call_object * Module App.Factory, line 107, in index_html * Module OFS.DTMLMethod, line 130, in __call__ *<DTMLMethod instance at e7eef0>* *URL: http://nwsops38.sfbay/attest/OEFile_addForm/manage_main* *Physical Path:*/attest/OEFile_addForm * Module DocumentTemplate.DT_String, line 474, in __call__ * Module OFS.DTMLMethod, line 123, in __call__ *<DTMLMethod instance at ddfe30>* *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 * Module Products.VerboseSecurity.VerboseSecurityPolicy, line 151, in validate Unauthorized: The container has no security assertions. Access to 'title_or_id' of (FactoryDispatcher instance at e68510) denied. (Also, an error occurred while attempting to render the standard error message.) *==================== * Dieter Maurer wrote:
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.