-
-
Notifications
You must be signed in to change notification settings - Fork 4.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[NC14] Error while checking server setup #11088
Comments
I just found out that in file And because of that the function call in #L551 fails. The function expects an array instead of an boolean. |
Thank you for reporting this issue 👍 When you replace
$appDirUser = fileowner($absAppPath); does it work then?
|
If I replace additionaly the following line
to
it works again. Thanks! |
i have the same error on 14.0.4 and 15.0.0. i am running php-fpm without posix. |
Steps to reproduce
Expected behaviour
Checking server setup should pass.
Actual behaviour
Get error under "Security & setup warning"
Server configuration
Operating system: CentsOS 7.5
Web server: nginx 1.15.3
Database: mariadb 10.3.9
PHP version: 7.2.9
Nextcloud version: 14.0.0
Updated from an older Nextcloud/ownCloud or fresh install: yes
Where did you install Nextcloud from: docker image
Signing status:
The error is about the server setup checking.
Are you using encryption: No
Are you using an external user-backend, if yes which one: No
Client configuration
Browser: Firefox 62.0
Operating system: ArchLinux
Logs
Web server error log
nothing here
Nextcloud log (data/nextcloud.log)
Nextcloud log
Browser log
nothing
The text was updated successfully, but these errors were encountered: