Source for file DebuggingSettings.inc.php
Documentation is available at DebuggingSettings.inc.php
* Switch this to true, if you wish an errormessage on failed sql orders on
* mysql; Switch it to false otherwise.
define( "MYSQLDEBUGGING", true );
* Switch this to true, if you want to see debugging information in scripts,
* when an error occurs; Switch it to false otherwise.
define( "SCRIPTDEBUGGING", true );
* Switch this to true, if you want to automatically create a new database
* table when a new database's object of the class MySQLDatabase will be
* In this database table errologs will be written on error occurance, while
* the constant GENERATEMYSQLSYSTEMERRORLOGS is true.
define( "GENERATEMYSQLSYSTEMERRORLOGS", true );
* Switch this to true, if the admin (see settings.inc.php) should get an
* e-mail when a log of mysql error is written.
define( "SENDEMAIL2ADMINONMYSQLERRORS", true );
* Switch this to true, if you wish to see complete backtraces on errors.
define( "DEBUG_COMPLETE_BACKTRACES", false );
|