standard_error_message not being used on 404's ???
Hello, For some reason, it seems that my "standard_error_message" is not being used on 404 errors !? It get s used by Zope when internal errors occur, such as problems with Python scripting or something, but not on 404's ... Is this normal ? How do I alter the messages for 404's ? Thank you, Jean-François Doyon Internet Service Development and Systems Support GeoAccess Division Canadian Center for Remote Sensing Natural Resources Canada http://atlas.gc.ca Phone: (613) 992-4902 Fax: (613) 947-2410
Jean-Francois.Doyon@CCRS.NRCan.gc.ca wrote:
Is this normal ?
No.
How do I alter the messages for 404's ?
Have you already modified standard_error_message? If so, then you may have introduced a bug. If an error occurs while rendering standard_error_message, you will get the hard coded one instead. cheers, Chris
participants (2)
-
Chris Withers -
Jean-Francois.Doyon@CCRS.NRCan.gc.ca