]> source.dussan.org Git - nextcloud-server.git/commit
Fix errors after install
authorLukas Reschke <lukas@owncloud.com>
Tue, 26 Jan 2016 15:48:57 +0000 (16:48 +0100)
committerLukas Reschke <lukas@owncloud.com>
Tue, 26 Jan 2016 16:06:23 +0000 (17:06 +0100)
commit8a4e1fbecde952fe86e1345b3d274c2c8b5778a8
tree13e098ea77f8aaf3453c9f94f0e0c49f832a8f10
parentf383332d838e06d65c2ad74636540bf2c88ba8cc
Fix errors after install

When installing ownCloud the first time the first thing that an admin saw was an error message:

> Error   PHP   touch(): Unable to create file owncloud.log because Permission denied at /var/www/owncloud/lib/private/log/owncloud.php#48

Or something related. This lead to a lot confusion as can be seen in our forum and in our issue tracker. This change should make the error messages disappear in most cases (e.g. where the file can actually be written). To test this:

1. On master install ownCloud and check owncloud.log => Error message
2. On this branch install ownCloud and check owncloud.log => No error message

Fixes https://github.com/owncloud/core/issues/13736 and https://github.com/owncloud/core/issues/12893
lib/private/config.php
lib/private/log/owncloud.php