Commit f03cd239f342baa6c29397f2bc1a63c441263505

Authored by nbm
1 parent aedb88a8

Put an example into environment.php for the new phpErrorLogFile option.


git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3244 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing 1 changed file with 4 additions and 0 deletions
config/environment.php
... ... @@ -96,6 +96,10 @@ $default->scrollingNews = false;
96 96 // filled in, then set $default->genericMetaDataRequired = false;
97 97 $default->genericMetaDataRequired = true;
98 98  
  99 +// If you want to enable PHP error logging to the log/php_error_log
  100 +// file, uncomment the next line:
  101 +// $default->phpErrorLogFile = true;
  102 +
99 103 // ----------------------------------------------------------------
100 104 // WARNING: Settings below here may be overridden if using database
101 105 // configuration
... ...