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.

error.ini

[ErrorSettings-kernel]

SettingSummary
EmbedURL A list of error codes and the url for embedding.
ErrorHandler A list of error codes and which handler to use for it.
HTTPError Defines the HTTP error code to use for the specified eZ Publish error code.
RedirectURL A list of error codes and the url for redirection.
RerunURL A list of error codes and the url for rerunning

[ErrorSettings-shop]

SettingSummary
EmbedURL A list of error codes and the url for embedding.
ErrorHandler A list of error codes and which handler to use for it.
HTTPError Defines the HTTP error code to use for the specified eZ Publish error code.
RedirectURL A list of error codes and the url for redirection.
RerunURL A list of error codes and the url for rerunning

[ErrorSettings]

SettingSummary
DefaultEmbedURL Sets the Default Embed URL to be used by the Error Handler.
DefaultErrorHandler Defines which error handler to use.
DefaultRedirectURL Sets the Default Redirect URL to be used by the Error Handler.
DefaultRerunURL Sets the Default Rerun URL to be used by the Error Handler.

[HTTPError-301]

SettingSummary
HTTPName Definition for the HTTP error code 301.

[HTTPError-404]

SettingSummary
HTTPName Definition for the HTTP error code 404.

[HTTPError-<custom>]

SettingSummary
HTTPName Definition for a custom HTTP error code.

Balazs Halasy (23/02/2005 12:19 pm)

Ricardo Correia (31/07/2013 10:10 am)

Frederik Holljen, Ricardo Correia


Comments

  • 404 ErrorHandler

    Note that in here you can do things like redefine how a "module not found" is shown or redirect to somewhere else. This is better than in the apache ErrorDocument because it tries to find virtual urls first