4 Feb
2002
4 Feb
'02
9:49 p.m.
Todd Loomis writes:
Can I customize the error page to not show the trace or customize at all? You can customize the error page (it is called "standard_error_message").
You need to change Zope code, when you want to get rid of all traces of the traceback. It will be inside an HTML comment when you start Zope without "-D" option (debug mode). Dieter