From 62463e72e97e7cd3906b0723bac800a7f46ea612 Mon Sep 17 00:00:00 2001 From: thomasb Date: Thu, 27 Aug 2009 06:53:46 +0000 Subject: Don't set php_value error_log in .htaccess by default git-svn-id: https://svn.roundcube.net/trunk@2874 208e9e7b-5314-0410-a742-e7e81cd9613c --- roundcubemail/.htaccess | 2 +- roundcubemail/CHANGELOG | 1 + roundcubemail/INSTALL | 9 +++++++++ 3 files changed, 11 insertions(+), 1 deletion(-) diff --git a/roundcubemail/.htaccess b/roundcubemail/.htaccess index 109084878..19064fdca 100644 --- a/roundcubemail/.htaccess +++ b/roundcubemail/.htaccess @@ -4,7 +4,7 @@ AddType text/x-component .htc php_flag display_errors Off php_flag log_errors On -php_value error_log logs/errors +# php_value error_log logs/errors php_value upload_max_filesize 5M php_value post_max_size 6M diff --git a/roundcubemail/CHANGELOG b/roundcubemail/CHANGELOG index b78b0af0c..025bd5ece 100644 --- a/roundcubemail/CHANGELOG +++ b/roundcubemail/CHANGELOG @@ -1,6 +1,7 @@ CHANGELOG RoundCube Webmail =========================== +- Don't set php_value error_log in .htaccess but mention in INSTALL (#1485924) - Fix too small status/flag/attachment columns in Safari 4 (#1486063) - Fix selection disabling while dragging splitter in webkit browsers (#1486056) - Added 'new_messages' plugin hook (#1486005) diff --git a/roundcubemail/INSTALL b/roundcubemail/INSTALL index 796fb2cf1..cf46fafaf 100644 --- a/roundcubemail/INSTALL +++ b/roundcubemail/INSTALL @@ -43,6 +43,15 @@ INSTALLATION 7. Done! +CONFIGURATION HINTS +=================== + +RoundCube writes internal errors to the 'errors' log file located in the logs +directory which can be configured in config/main.inc.php. If you want ordinary +PHP errors to be logged there as well, enable the 'php_value error_log' line +in the .htaccess file and set the path to the log file accordingly. + + DATABASE SETUP ============== -- cgit v1.2.3