8 Nov
2000
8 Nov
'00
9:48 a.m.
Hello, I want to give to my normal users (non manager) the possibility to access some debug informations like: - the number of currently open connections + the date of the openning. (This mainly to track the hanged request...) I am not able to retrive this information, except as manager. Whatever security or role I set on my 'status' method: <dtml-var standard_html_header> <!--#try--> Status:<br> <!--#var "Control_Panel.DebugInfo.dbconnections()"--> <!--#except--> <!--#var Except_Message--> <!--#/try--> <dtml-var standard_html_footer> Thanks for any help Gilles Lavaux