21 Mar
2000
21 Mar
'00
3:52 p.m.
On Tue, 21 Mar 2000 15:04:59 +0000, Chris Withers <chrisw@nipltd.com> wrote:
I think the problem is that any changes made to standard_error_message don't appear to have any effect. I've tried just simply changing the text, add ' - wibble' after 'Zope Error' and the old error message is still displayed, even after restarting Zope...
This is what happens when an exception is raised while rendering standard_error_message (obtained through acquisition). ZPublisher renders the default standard_error_message, rather than let a problem go unreported. Toby Dickenson tdickenson@geminidataloggers.com