Hallo,
ich habe Nextcloud auf meiner NAS am laufen gehabt, doch seit neuestem komme ich da nicht mehr drauf.
Der Docker ist noch Aktiv.
docker ps -a
1 |
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
|
2 |
73c0faec2801 linuxserver/nextcloud:latest "/init" 4 weeks ago Up About a minute 80/tcp, 0.0.0.0:9443->443/tcp nextcloud
|
3 |
452af8d8d56a linuxserver/mariadb:latest "/init" 4 weeks ago Up About a minute 3306/tcp nextcloud_db
|
Aber wenn ich die Nexctloud vom Browser öffnen möchte, bekomme ich nur die Meldung
1 |
Internal Server Error
|
2 |
|
3 |
The server encountered an internal error and was unable to complete your request.
|
4 |
Please contact the server administrator if this error reappears multiple times, please include the technical details below in your report.
|
5 |
More details can be found in the server log.
|
also habe ich im Log nachgeschaut (siehe Anhang). Dort sind mir ein paar sachen aufgefallen, weiß aber nciht genau was das zu bedeuten hat.
1 |
chmod: changing permissions of '/etc/logrotate.d/php-fpm83': Bad address
|
2 |
After completing the web-based installer, restart the Nextcloud container to apply default memory caching and transactional file locking configurations.
|
3 |
Alternatively, you can apply your own configurations by editing /config/www/nextcloud/config/config.php following the documentation:
|
die Ausgabe Bad address gibt es öfters. Was genau bedeutet das?
1 |
Doctrine\DBAL\Exception: Failed to connect to the database: An exception occurred in the driver: SQLSTATE[HY000] [2002] Connection refused in /app/www/public/lib/private/DB/Connection.php:233
|
Hat das irgendwas damit zu tun, warum ich nextcloud nicht öffnen kann?