Nextcloud version (eg, 29.0.5): 30.0.1
Operating system and version (eg, Ubuntu 24.04): Ubuntu 24.04.1 LTS
Apache or nginx version (eg, Apache 2.4.25): nginx/1.24.0 (Ubuntu)
PHP version (eg, 8.3): 8.3
Self test fails in Settings → Admin → Overview. Takes a long time and ends up with message Server check error
.
Is this the first time you’ve seen this error? (Y/N): Y
The output of your Nextcloud log in Admin > Logging: cleared under fresh install and remaining empty.
The output of your config.php file in /path/to/nextcloud
(make sure you remove any identifiable information!):
<?php
$CONFIG = array (
'passwordsalt' => '-',
'secret' => '-',
'trusted_domains' =>
array (
0 => 'my.ext.ip.addr',
1 => 'cloud.mydomain.tld',
),
'datadirectory' => '/var/www/nextcloud/data',
'dbtype' => 'mysql',
'version' => '30.0.1.2',
'overwrite.cli.url' => 'https://cloud.mydomain.tld',
'dbname' => 'nextclouddb',
'dbhost' => 'localhost',
'dbport' => '',
'dbtableprefix' => 'oc_',
'mysql.utf8mb4' => true,
'dbuser' => 'nextclouddbuser',
'dbpassword' => '-',
'installed' => true,
'instanceid' => '-',
'overwritehost' => 'cloud.mydomain.tld',
'maintenance' => false,
'logfile' => '/var/log/nextcloud/nextcloud.log',
'trusted_proxies' =>
array (
0 => 'haproxy.int.ip.addr',
),
'mail_smtpmode' => 'sendmail',
'mail_sendmailmode' => 'smtp',
'mail_from_address' => 'cloud',
'mail_domain' => 'mydomain.tld',
'overwriteprotocol' => 'https',
'logtimezone' => 'Europe/City',
'memcache.local' => '\\OC\\Memcache\\APCu',
'memcache.locking' => '\\OC\\Memcache\\Redis',
'memcache.distributed' => '\\OC\\Memcache\\Redis',
'redis' =>
array (
'host' => '/var/run/redis/redis-server.sock',
'port' => '0',
'password' => '-',
'timeout' => '0.5',
'dbindex' => '1',
),
);
The output of your Apache/nginx/system log in /var/log/____
:
- - [03/Nov/2024:11:16:12 +0100] cloud.mydomain.tld "GET /ocs/v2.php/apps/notifications/api/v2/notifications HTTP/1.1" 304 0 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:132.0) Gecko/20100101 Firefox/132.0" 0.052
- - [03/Nov/2024:11:16:42 +0100] cloud.mydomain.tld"GET /settings/ajax/checksetup HTTP/1.1" 499 0 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:132.0) Gecko/20100101 Firefox/132.0" 60.014
- - [03/Nov/2024:11:16:42 +0100] cloud.mydomain.tld "GET /ocs/v2.php/apps/notifications/api/v2/notifications HTTP/1.1" 304 0 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:132.0) Gecko/20100101 Firefox/132.0" 0.054
Output errors in nextcloud.log in /var/www/ or as admin user in top right menu, filtering for errors. Use a pastebin service if necessary.
Fehler beim Überprüfen der Servereinrichtung