David H wrote:
If necessary add
<dtml-var error_tb>
to your standard_error_message (if using dtml) for a clearer error
expression
This is not good advice. There are reasons why the traceback was dropped
from standard_error_message in the first place ;-)
Much better is just to look in the error_log object which not only
stores more info, it also does it in a secure way...
Chris
--
Simplistix - Content Management, Zope & Python Consulting
- http://www.simplistix.co.uk
_______________________________________________
Zope maillist - [email protected]
http://mail.zope.org/mailman/listinfo/zope
** No cross posts or HTML encoding! **
(Related lists -
http://mail.zope.org/mailman/listinfo/zope-announce
http://mail.zope.org/mailman/listinfo/zope-dev )