How to replace the Zope Error screen with different page
Hello, I have a website running apache with zope on it. When a user gets an error on a page, I want it to display a general error page instead of the Zope debugging "Zope Error - Zope has encountered an error while publishing this resource" page. How do I go about doing this? TIA, Daniel
<standard_error_message> in the acquisition path. On Wed, 4 Jun 2003, Daniel Tang wrote:
When a user gets an error on a page, I want it to display a general error page instead of the Zope debugging "Zope Error - Zope has encountered an error while publishing this resource" page.
Well Daniel, searching "error page" at zope.org turns up this: http://www.zope.org/Members/JohnC/StandardErrorMessage Perhaps that will help you. Troy Daniel Tang wrote:
Hello,
I have a website running apache with zope on it.
When a user gets an error on a page, I want it to display a general error page instead of the Zope debugging "Zope Error - Zope has encountered an error while publishing this resource" page.
How do I go about doing this?
TIA, Daniel
participants (3)
-
Daniel Tang -
Dennis Allison -
Troy Farrell