Caution: This documentation is for eZ Publish legacy, from version 3.x to 6.x.
For 5.x documentation covering Platform see eZ Documentation Center, for difference between legacy and Platform see 5.x Architecture overview.

DefaultErrorHandler

Summary

Defines which error handler to use.

Usage

DefaultErrorHandler=<handler>

Description

Which Error Handler to use by default, where the possible handlers are:

  • displayerror - Displays a text explaining the error.
  • redirect - Redirect to a specific url, which url can be defined in the DefaultRedirectURL setting.
  • rerun - Rerun a module/view on the page, specified by a url, which url can be defined in the DefaultRerunURL setting.
  • embed - Run a module/view and embed the results on the same page used in displayerror Error Handler, or in a custom one, which url can be defined in the DefaultEmbedURL setting.

Examples

DefaultErrorHandler=displayerror

Ricardo Correia (30/07/2013 9:09 am)

Ricardo Correia (30/07/2013 9:58 am)


Comments

There are no comments.