For more information... RTFM!
NAVIGATION
PAGES THAT LINK HERE
ACCOUNT LOGIN

You are not logged in

Powered by Interchange version 5.7.0

DisplayErrors

Allows error messages to be sent to the client's browser as well as to the error.log file.

Synopsis

DisplayErrors  Yes

This is a Yes or No directive.  The default is No.

Scope

This directive is available for use globally (in the "interchange.cfg" configuration file), and locally (in the "catalog.cfg" configuration file).

The global configuration affects all websites running under the Interchange instance.  Each individual website's local configuration will not affect or influence other websites in any way. 

Description

All Interchange errors are reported in the error.log file, errors can also be sent directly to the client's browser if the following conditions are both true:

  • The global DisplayErrors is Yes.
  • The local DisplayErrors is also Yes.

The global DisplayErrors can be likened to a "master switch"; If the master global switch is off then the local switch positions are irrelevant.

This directive might be convenient while testing a configuration.

Warning

Warning

This changes the value of $SIG{__DIE__}, and may have other effects on Interchange's operation.  This should never be used with an Interchange installation that is used to host live websites.

Categories:  Global config directives | Local config directives
Last modified by: Kevin Walsh
Modification date: Wednesday 23 August 2006 at 9:04 AM (EDT)
Home  |  Legal nonsense  |  Privacy policy  |  Contact us