diff options
author | Paul 'flowerysong' Arthur <flowerysong00@yahoo.com> | 2010-06-28 04:22:25 +0000 |
---|---|---|
committer | Paul 'flowerysong' Arthur <flowerysong00@yahoo.com> | 2010-06-28 04:22:25 +0000 |
commit | f36287738376a542f38a6f8bd167600d50c38c77 (patch) | |
tree | 04c180301e9dd449e7d60297247b8a3aec42a0bd /config | |
parent | d5d87f9f7b7c1e2e43405844133991b22b3ec233 (diff) | |
download | ampache-f36287738376a542f38a6f8bd167600d50c38c77.tar.gz ampache-f36287738376a542f38a6f8bd167600d50c38c77.tar.bz2 ampache-f36287738376a542f38a6f8bd167600d50c38c77.zip |
It is evidently not recognised that the webserver cannot have write access to a
nonexistent directory.
Diffstat (limited to 'config')
-rw-r--r-- | config/ampache.cfg.php.dist | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/config/ampache.cfg.php.dist b/config/ampache.cfg.php.dist index 25d0088f..f10aa8be 100644 --- a/config/ampache.cfg.php.dist +++ b/config/ampache.cfg.php.dist @@ -357,7 +357,8 @@ debug_level = 5 ; This defines where you want ampache to log events to ; this will only happen if debug is turned on. Do not ; include trailing slash. You will need to make sure that -; your HTTP server has write access to the specified directory +; the specified directory exists and your HTTP server has +; write access. ; DEFAULT: NULL ;log_path = "/var/log/ampache" |