Skip to content

Unable to update to v1.57.0 with active PHP 8.4 #2106

Description

@martinwilco

ncp-update terminates with the following error when trying to update from v1.56.0 to v1.57.0:

sudo ncp-update
Downloading updates
Performing updates


  There are no commands defined in the "app_api:daemon" namespace.


NextcloudPi updated to version v1.56.0
Configuring serverid ...
Installing PHP APCU ...
OK:1 http://deb.debian.org/debian trixie-backports InRelease
OK:2 https://github.armbian.com/configng stable InRelease
OK:3 https://security.debian.org trixie-security InRelease
OK:4 https://deb.debian.org/debian trixie InRelease
OK:5 https://deb.debian.org/debian trixie-updates InRelease
OK:6 https://netcup-03.armbian.com/apt trixie InRelease
Paketlisten werden gelesen… Fertig
Paketlisten werden gelesen… Fertig
Abhängigkeitsbaum wird aufgebaut… Fertig
Statusinformationen werden eingelesen… Fertig
E: Paket php8.3-apcu kann nicht gefunden werden.
E: Mittels des Musters »php8.3-apcu« konnte kein Paket gefunden werden.
E: Mittels regulärem Ausdruck »php8.3-apcu« konnte kein Paket gefunden werden.
Error while applying update 1.57.0. Exiting...

Currently php8.4 is used, including php8.4-apcu. php8.3 is not installed.

System information

NextcloudPi diagnostics

NextcloudPi version  v1.56.0
NextcloudPi image
OS                   Armbian 26.2.1 trixie. 6.1.115-vendor-rk35xx (aarch64)
automount            yes
USB devices          sda
datadir              /opt/ncdata/data
data in SD           yes
data filesystem      ext2/ext3
data disk usage      1,2T/1,8T
rootfs usage         1,2T/1,8T
swapfile             /var/swap
dbdir                /var/lib/mysql
Nextcloud check      ok
Nextcloud version    32.0.8.2
HTTPD service        up
PHP service          up
MariaDB service      up
Redis service        up
HPB service          up
Postfix service      up
Internet check       ok
Public IPv4          ***REMOVED SENSITIVE VALUE***
Public IPv6          ***REMOVED SENSITIVE VALUE***
Port 80              open
Port 443             open
IP                   ***REMOVED SENSITIVE VALUE***
Gateway              ***REMOVED SENSITIVE VALUE***
Interface            enP3p49s0
Certificates         ***REMOVED SENSITIVE VALUE***
NAT loopback         no
Uptime               10min

Nextcloud configuration

{
    "system": {
        "passwordsalt": "***REMOVED SENSITIVE VALUE***",
        "secret": "***REMOVED SENSITIVE VALUE***",
        "trusted_domains": {
            "1": "192.168.178.10",
            "3": "***REMOVED SENSITIVE VALUE***",
            "14": "cloud",
            "11": "***REMOVED SENSITIVE VALUE***"
        },
        "trusted_proxies": "***REMOVED SENSITIVE VALUE***",
        "overwrite.cli.url": "***REMOVED SENSITIVE VALUE***",
        "overwriteprotocol": "https",
        "datadirectory": "***REMOVED SENSITIVE VALUE***",
        "version": "32.0.8.2",
        "dbtype": "mysql",
        "dbhost": "***REMOVED SENSITIVE VALUE***",
        "dbname": "***REMOVED SENSITIVE VALUE***",
        "dbuser": "***REMOVED SENSITIVE VALUE***",
        "dbpassword": "***REMOVED SENSITIVE VALUE***",
        "dbport": "",
        "dbtableprefix": "oc_",
        "mysql.utf8mb4": true,
        "installed": true,
        "instanceid": "***REMOVED SENSITIVE VALUE***",
        "memcache.local": "\\OC\\Memcache\\Redis",
        "memcache.locking": "\\OC\\Memcache\\Redis",
        "redis": {
            "host": "***REMOVED SENSITIVE VALUE***",
            "port": 0,
            "timeout": 0,
            "password": "***REMOVED SENSITIVE VALUE***"
        },
        "tempdirectory": "\/opt\/ncdata\/data\/tmp",
        "preview_max_x": "2048",
        "preview_max_y": "2048",
        "jpeg_quality": "60",
        "maintenance": false,
        "maintenance_window_start": 2,
        "logfile": "\/opt\/ncdata\/data\/nextcloud.log",
        "loglevel": 2,
        "log_type": "file",
        "htaccess.RewriteBase": "\/",
        "default_language": "de_DE",
        "default_locale": "de_DE",
        "default_phone_region": "DE",
        "remember_login_cookie_lifetime": 1296000,
        "session_lifetime": 86400,
        "session_keepalive": false,
        "auto_logout": true,
        "mail_smtpmode": "smtp",
        "mail_smtpauthtype": "LOGIN",
        "mail_from_address": "***REMOVED SENSITIVE VALUE***",
        "mail_domain": "***REMOVED SENSITIVE VALUE***",
        "mail_sendmailmode": "smtp",
        "mail_smtpsecure": "ssl",
        "mail_smtpauth": 1,
        "mail_smtphost": "***REMOVED SENSITIVE VALUE***",
        "mail_smtpport": "465",
        "mail_smtpname": "***REMOVED SENSITIVE VALUE***",
        "mail_smtppassword": "***REMOVED SENSITIVE VALUE***",
        "twofactor_enforced": "true",
        "twofactor_enforced_groups": [],
        "twofactor_enforced_excluded_groups": [
            "admin",
            "guest_app"
        ],
        "forbidden_filename_basenames": [
            "con",
            "prn",
            "aux",
            "nul",
            "com0",
            "com1",
            "com2",
            "com3",
            "com4",
            "com5",
            "com6",
            "com7",
            "com8",
            "com9",
            "com\u00b9",
            "com\u00b2",
            "com\u00b3",
            "lpt0",
            "lpt1",
            "lpt2",
            "lpt3",
            "lpt4",
            "lpt5",
            "lpt6",
            "lpt7",
            "lpt8",
            "lpt9",
            "lpt\u00b9",
            "lpt\u00b2",
            "lpt\u00b3"
        ],
        "forbidden_filename_characters": [
            "\/",
            "\\",
            "*",
            "?",
            "\"",
            "<",
            ">",
            "|",
            ":"
        ],
        "forbidden_filename_extensions": [
            " ",
            ".",
            ".filepart",
            ".part"
        ],
        "app_install_overwrite": [],
        "theme": "",
        "enabledPreviewProviders": [
            "OC\\Preview\\BMP",
            "OC\\Preview\\GIF",
            "OC\\Preview\\JPEG",
            "OC\\Preview\\Krita",
            "OC\\Preview\\MarkDown",
            "OC\\Preview\\MP3",
            "OC\\Preview\\OpenDocument",
            "OC\\Preview\\PNG",
            "OC\\Preview\\TXT",
            "OC\\Preview\\XBitmap",
            "OC\\Preview\\HEIC",
            "OC\\Preview\\Movie",
            "OC\\Preview\\MKV",
            "OC\\Preview\\MP4",
            "OC\\Preview\\AVI",
            "OC\\Preview\\PDF"
        ],
        "config_preset": 2,
        "serverid": 340,
        "data-fingerprint": "09af23da465a026996d98af17c9858b4"
    }
}

HTTPd logs

[Mon Apr 06 10:50:47.081118 2026] [authz_host:error] [pid 5141:tid 5141] [client 192.168.178.204:53964] AH01753: access check of 'localhost' to /ncp-output.php failed, reason: unable to get the remote host name
[Mon Apr 06 10:50:47.095957 2026] [authz_host:error] [pid 5143:tid 5143] [client 192.168.178.204:15713] AH01753: access check of 'localhost' to /ncp-output.php failed, reason: unable to get the remote host name
[Mon Apr 06 10:53:29.709574 2026] [proxy_fcgi:error] [pid 5141:tid 5141] [client 192.168.178.204:53964] AH01067: Failed to read FastCGI header
[Mon Apr 06 10:53:29.709699 2026] [proxy_fcgi:error] [pid 5141:tid 5141] (104)Connection reset by peer: [client 192.168.178.204:53964] AH01075: Error dispatching request to :4443:
[Mon Apr 06 10:53:29.728695 2026] [proxy_fcgi:error] [pid 5143:tid 5143] [client 192.168.178.204:15713] AH01067: Failed to read FastCGI header
[Mon Apr 06 10:53:29.728765 2026] [proxy_fcgi:error] [pid 5143:tid 5143] (104)Connection reset by peer: [client 192.168.178.204:15713] AH01075: Error dispatching request to :4443:
[Mon Apr 06 10:53:29.790048 2026] [mpm_prefork:notice] [pid 5133:tid 5133] AH00170: caught SIGWINCH, shutting down gracefully
[Mon Apr 06 10:53:30.678303 2026] [ssl:warn] [pid 1212:tid 1212] AH01909: localhost:4443:0 server certificate does NOT include an ID which matches the server name
[Mon Apr 06 10:53:30.683360 2026] [ssl:error] [pid 1212:tid 1212] AH02218: ssl_stapling_init_cert: no OCSP URI in certificate and no SSLStaplingForceURL set [subject: CN=cloud.mwserver.myfritz.link / issuer: CN=E8,O=Let's Encrypt,C=US / serial: 068C8C9661A1784BF197D28D3680849A64F9 / notbefore: Mar  5 18:56:53 2026 GMT / notafter: Jun  3 18:56:52 2026 GMT]
[Mon Apr 06 10:53:30.683396 2026] [ssl:error] [pid 1212:tid 1212] AH02604: Unable to configure certificate localhost:4443:0 for stapling
[Mon Apr 06 10:53:30.729109 2026] [ssl:warn] [pid 1304:tid 1304] AH01909: localhost:4443:0 server certificate does NOT include an ID which matches the server name
[Mon Apr 06 10:53:30.729875 2026] [ssl:error] [pid 1304:tid 1304] AH02218: ssl_stapling_init_cert: no OCSP URI in certificate and no SSLStaplingForceURL set [subject: CN=cloud.mwserver.myfritz.link / issuer: CN=E8,O=Let's Encrypt,C=US / serial: 068C8C9661A1784BF197D28D3680849A64F9 / notbefore: Mar  5 18:56:53 2026 GMT / notafter: Jun  3 18:56:52 2026 GMT]
[Mon Apr 06 10:53:30.729938 2026] [ssl:error] [pid 1304:tid 1304] AH02604: Unable to configure certificate localhost:4443:0 for stapling
[Mon Apr 06 10:53:30.734577 2026] [http2:warn] [pid 1304:tid 1304] AH10034: The mpm module (prefork.c) is not supported by mod_http2. The mpm determines how things are processed in your server. HTTP/2 has more demands in this regard and the currently selected mpm will just not do. This is an advisory warning. Your server will continue to work, but the HTTP/2 protocol will be inactive.
[Mon Apr 06 10:53:30.930594 2026] [mpm_prefork:notice] [pid 1304:tid 1304] AH00163: Apache/2.4.66 (Debian) OpenSSL/3.5.5 configured -- resuming normal operations
[Mon Apr 06 10:53:30.930655 2026] [core:notice] [pid 1304:tid 1304] AH00094: Command line: '/usr/sbin/apache2'
[Mon Apr 06 10:54:03.038096 2026] [authz_host:error] [pid 1365:tid 1365] [client 192.168.178.204:36783] AH01753: access check of 'localhost' to /ncp-output.php failed, reason: unable to get the remote host name
[Mon Apr 06 10:54:03.091662 2026] [authz_host:error] [pid 1361:tid 1361] [client 192.168.178.204:62834] AH01753: access check of 'localhost' to /ncp-output.php failed, reason: unable to get the remote host name
[Mon Apr 06 10:54:03.381822 2026] [authz_host:error] [pid 1365:tid 1365] [client 192.168.178.204:36783] AH01753: access check of 'localhost' to /ncp-output.php failed, reason: unable to get the remote host name
[Mon Apr 06 10:54:03.398185 2026] [authz_host:error] [pid 1361:tid 1361] [client 192.168.178.204:62834] AH01753: access check of 'localhost' to /ncp-output.php failed, reason: unable to get the remote host name

Database logs

tail: '/var/log/mysql/*.log' kann nicht zum Lesen geöffnet werden: Datei oder Verzeichnis nicht gefunden

Nextcloud logs

{"reqId":"xNlrzN0SuAZdmFXSFUAA","level":2,"time":"2026-04-06T08:05:02+00:00","remoteAddr":"","user":"--","app":"PHP","method":"","url":"--","scriptName":"/var/www/nextcloud/cron.php","message":"opendir(/var/www/nextcloud-bkp_20260213_1770961867): Failed to open directory: Permission denied at /var/www/nextcloud/lib/private/Files/Storage/Local.php#130","userAgent":"--","version":"32.0.8.2","occ_command":["/var/www/nextcloud/cron.php"],"data":{"app":"PHP"}}
{"reqId":"xNlrzN0SuAZdmFXSFUAA","level":2,"time":"2026-04-06T08:05:02+00:00","remoteAddr":"","user":"--","app":"PHP","method":"","url":"--","scriptName":"/var/www/nextcloud/cron.php","message":"opendir(/media/Backup/ncp-backups/nextcloud-bkp_20260406_1775437201): Failed to open directory: Permission denied at /var/www/nextcloud/lib/private/Files/Storage/Local.php#130","userAgent":"--","version":"32.0.8.2","occ_command":["/var/www/nextcloud/cron.php"],"data":{"app":"PHP"}}
{"reqId":"xNlrzN0SuAZdmFXSFUAA","level":2,"time":"2026-04-06T08:05:02+00:00","remoteAddr":"","user":"--","app":"PHP","method":"","url":"--","scriptName":"/var/www/nextcloud/cron.php","message":"opendir(/home/martinwilco): Failed to open directory: Permission denied at /var/www/nextcloud/lib/private/Files/Storage/Local.php#130","userAgent":"--","version":"32.0.8.2","occ_command":["/var/www/nextcloud/cron.php"],"data":{"app":"PHP"}}
{"reqId":"xNlrzN0SuAZdmFXSFUAA","level":2,"time":"2026-04-06T08:05:02+00:00","remoteAddr":"","user":"--","app":"files","method":"","url":"--","scriptName":"/var/www/nextcloud/cron.php","message":"User MW-Cloud still has unscanned files after running background scan, background scan might be stopped prematurely","userAgent":"--","version":"32.0.8.2","occ_command":["/var/www/nextcloud/cron.php"],"data":{"app":"files"}}
{"reqId":"o16VNUQ1d422D3IVI0Hz","level":2,"time":"2026-04-06T08:20:02+00:00","remoteAddr":"","user":"--","app":"PHP","method":"","url":"--","scriptName":"/var/www/nextcloud/cron.php","message":"opendir(/var/www/nextcloud-bkp_20260213_1770961867): Failed to open directory: Permission denied at /var/www/nextcloud/lib/private/Files/Storage/Local.php#130","userAgent":"--","version":"32.0.8.2","occ_command":["/var/www/nextcloud/cron.php"],"data":{"app":"PHP"}}
{"reqId":"o16VNUQ1d422D3IVI0Hz","level":2,"time":"2026-04-06T08:20:02+00:00","remoteAddr":"","user":"--","app":"PHP","method":"","url":"--","scriptName":"/var/www/nextcloud/cron.php","message":"opendir(/media/Backup/ncp-backups/nextcloud-bkp_20260406_1775437201): Failed to open directory: Permission denied at /var/www/nextcloud/lib/private/Files/Storage/Local.php#130","userAgent":"--","version":"32.0.8.2","occ_command":["/var/www/nextcloud/cron.php"],"data":{"app":"PHP"}}
{"reqId":"o16VNUQ1d422D3IVI0Hz","level":2,"time":"2026-04-06T08:20:02+00:00","remoteAddr":"","user":"--","app":"PHP","method":"","url":"--","scriptName":"/var/www/nextcloud/cron.php","message":"opendir(/home/martinwilco): Failed to open directory: Permission denied at /var/www/nextcloud/lib/private/Files/Storage/Local.php#130","userAgent":"--","version":"32.0.8.2","occ_command":["/var/www/nextcloud/cron.php"],"data":{"app":"PHP"}}
{"reqId":"o16VNUQ1d422D3IVI0Hz","level":2,"time":"2026-04-06T08:20:02+00:00","remoteAddr":"","user":"--","app":"files","method":"","url":"--","scriptName":"/var/www/nextcloud/cron.php","message":"User MW-Cloud still has unscanned files after running background scan, background scan might be stopped prematurely","userAgent":"--","version":"32.0.8.2","occ_command":["/var/www/nextcloud/cron.php"],"data":{"app":"files"}}
{"reqId":"adNxf6T1kZ4tbpSbZ7U-YwAAAAI","level":3,"time":"2026-04-06T08:40:32+00:00","remoteAddr":"77.8.196.115","user":"Mathias","app":"no app in context","method":"PROPFIND","url":"/remote.php/dav/files/Mathias/","scriptName":"/remote.php","message":"Uncaught exception","userAgent":"Mozilla/5.0 (Windows) mirall/33.0.2 (build 20260331) (Nextcloud, windows-10.0.26200 ClientArchitecture: x86_64 OsArchitecture: x86_64)","version":"32.0.8.2","clientReqId":"856c7650-73e7-4481-97b6-edf0bf7add24","exception":{"Exception":"OCA\\DAV\\Exception\\ServerMaintenanceMode","Message":"Das System befindet sich im Wartungsmodus.","Code":0,"Trace":[{"file":"/var/www/nextcloud/3rdparty/sabre/event/lib/WildcardEmitterTrait.php","line":89,"function":"checkMaintenanceMode","class":"OCA\\DAV\\Connector\\Sabre\\MaintenancePlugin","type":"->"},{"file":"/var/www/nextcloud/3rdparty/sabre/dav/lib/DAV/Server.php","line":456,"function":"emit","class":"Sabre\\DAV\\Server","type":"->"},{"file":"/var/www/nextcloud/apps/dav/lib/Connector/Sabre/Server.php","line":212,"function":"invokeMethod","class":"Sabre\\DAV\\Server","type":"->"},{"file":"/var/www/nextcloud/apps/dav/lib/Server.php","line":426,"function":"start","class":"OCA\\DAV\\Connector\\Sabre\\Server","type":"->"},{"file":"/var/www/nextcloud/apps/dav/appinfo/v2/remote.php","line":22,"function":"exec","class":"OCA\\DAV\\Server","type":"->"},{"file":"/var/www/nextcloud/remote.php","line":151,"args":["/var/www/nextcloud/apps/dav/appinfo/v2/remote.php"],"function":"require_once"}],"File":"/var/www/nextcloud/apps/dav/lib/Connector/Sabre/MaintenancePlugin.php","Line":65,"message":"Uncaught exception","exception":{},"CustomMessage":"Uncaught exception"}}
{"reqId":"adNxgfn86H1FwZMzLLG3AAAAAAM","level":3,"time":"2026-04-06T08:40:33+00:00","remoteAddr":"170.133.22.83","user":"MartinWilco","app":"no app in context","method":"PROPFIND","url":"/remote.php/dav/files/MartinWilco/","scriptName":"/remote.php","message":"Uncaught exception","userAgent":"Mozilla/5.0 (Windows) mirall/33.0.0 (build 20260323) (Nextcloud, windows-10.0.26200 ClientArchitecture: x86_64 OsArchitecture: x86_64)","version":"32.0.8.2","clientReqId":"4d59f9d8-5876-4414-b96d-aeff2ccca4c3","exception":{"Exception":"OCA\\DAV\\Exception\\ServerMaintenanceMode","Message":"Das System befindet sich im Wartungsmodus.","Code":0,"Trace":[{"file":"/var/www/nextcloud/3rdparty/sabre/event/lib/WildcardEmitterTrait.php","line":89,"function":"checkMaintenanceMode","class":"OCA\\DAV\\Connector\\Sabre\\MaintenancePlugin","type":"->"},{"file":"/var/www/nextcloud/3rdparty/sabre/dav/lib/DAV/Server.php","line":456,"function":"emit","class":"Sabre\\DAV\\Server","type":"->"},{"file":"/var/www/nextcloud/apps/dav/lib/Connector/Sabre/Server.php","line":212,"function":"invokeMethod","class":"Sabre\\DAV\\Server","type":"->"},{"file":"/var/www/nextcloud/apps/dav/lib/Server.php","line":426,"function":"start","class":"OCA\\DAV\\Connector\\Sabre\\Server","type":"->"},{"file":"/var/www/nextcloud/apps/dav/appinfo/v2/remote.php","line":22,"function":"exec","class":"OCA\\DAV\\Server","type":"->"},{"file":"/var/www/nextcloud/remote.php","line":151,"args":["/var/www/nextcloud/apps/dav/appinfo/v2/remote.php"],"function":"require_once"}],"File":"/var/www/nextcloud/apps/dav/lib/Connector/Sabre/MaintenancePlugin.php","Line":65,"message":"Uncaught exception","exception":{},"CustomMessage":"Uncaught exception"}}
{"reqId":"kIzJZKFvUbM8DgJ3BEWZ","level":2,"time":"2026-04-06T08:45:02+00:00","remoteAddr":"","user":"--","app":"PHP","method":"","url":"--","scriptName":"/var/www/nextcloud/cron.php","message":"opendir(/var/www/nextcloud-bkp_20260213_1770961867): Failed to open directory: Permission denied at /var/www/nextcloud/lib/private/Files/Storage/Local.php#130","userAgent":"--","version":"32.0.8.2","occ_command":["/var/www/nextcloud/cron.php"],"data":{"app":"PHP"}}
{"reqId":"kIzJZKFvUbM8DgJ3BEWZ","level":2,"time":"2026-04-06T08:45:02+00:00","remoteAddr":"","user":"--","app":"PHP","method":"","url":"--","scriptName":"/var/www/nextcloud/cron.php","message":"opendir(/media/Backup/ncp-backups/nextcloud-bkp_20260406_1775437201): Failed to open directory: Permission denied at /var/www/nextcloud/lib/private/Files/Storage/Local.php#130","userAgent":"--","version":"32.0.8.2","occ_command":["/var/www/nextcloud/cron.php"],"data":{"app":"PHP"}}
{"reqId":"kIzJZKFvUbM8DgJ3BEWZ","level":2,"time":"2026-04-06T08:45:02+00:00","remoteAddr":"","user":"--","app":"PHP","method":"","url":"--","scriptName":"/var/www/nextcloud/cron.php","message":"opendir(/home/martinwilco): Failed to open directory: Permission denied at /var/www/nextcloud/lib/private/Files/Storage/Local.php#130","userAgent":"--","version":"32.0.8.2","occ_command":["/var/www/nextcloud/cron.php"],"data":{"app":"PHP"}}
{"reqId":"kIzJZKFvUbM8DgJ3BEWZ","level":2,"time":"2026-04-06T08:45:02+00:00","remoteAddr":"","user":"--","app":"files","method":"","url":"--","scriptName":"/var/www/nextcloud/cron.php","message":"User MW-Cloud still has unscanned files after running background scan, background scan might be stopped prematurely","userAgent":"--","version":"32.0.8.2","occ_command":["/var/www/nextcloud/cron.php"],"data":{"app":"files"}}
{"reqId":"adN0x_dLFSHeqetfkYALNAAAAAg","level":3,"time":"2026-04-06T08:54:31+00:00","remoteAddr":"77.8.196.115","user":"Mathias","app":"no app in context","method":"PROPFIND","url":"/remote.php/dav/files/Mathias/","scriptName":"/remote.php","message":"Uncaught exception","userAgent":"Mozilla/5.0 (Windows) mirall/33.0.2 (build 20260331) (Nextcloud, windows-10.0.26200 ClientArchitecture: x86_64 OsArchitecture: x86_64)","version":"32.0.8.2","clientReqId":"cdc72675-4ff1-4883-ab7b-a9c0d7a7b3c2","exception":{"Exception":"OCA\\DAV\\Exception\\ServerMaintenanceMode","Message":"Das System befindet sich im Wartungsmodus.","Code":0,"Trace":[{"file":"/var/www/nextcloud/3rdparty/sabre/event/lib/WildcardEmitterTrait.php","line":89,"function":"checkMaintenanceMode","class":"OCA\\DAV\\Connector\\Sabre\\MaintenancePlugin","type":"->"},{"file":"/var/www/nextcloud/3rdparty/sabre/dav/lib/DAV/Server.php","line":456,"function":"emit","class":"Sabre\\DAV\\Server","type":"->"},{"file":"/var/www/nextcloud/apps/dav/lib/Connector/Sabre/Server.php","line":212,"function":"invokeMethod","class":"Sabre\\DAV\\Server","type":"->"},{"file":"/var/www/nextcloud/apps/dav/lib/Server.php","line":426,"function":"start","class":"OCA\\DAV\\Connector\\Sabre\\Server","type":"->"},{"file":"/var/www/nextcloud/apps/dav/appinfo/v2/remote.php","line":22,"function":"exec","class":"OCA\\DAV\\Server","type":"->"},{"file":"/var/www/nextcloud/remote.php","line":151,"args":["/var/www/nextcloud/apps/dav/appinfo/v2/remote.php"],"function":"require_once"}],"File":"/var/www/nextcloud/apps/dav/lib/Connector/Sabre/MaintenancePlugin.php","Line":65,"message":"Uncaught exception","exception":{},"CustomMessage":"Uncaught exception"}}
{"reqId":"adN0yMpbxf37IjIgMDR-QgAAAAY","level":3,"time":"2026-04-06T08:54:32+00:00","remoteAddr":"170.133.22.83","user":"MartinWilco","app":"no app in context","method":"PROPFIND","url":"/remote.php/dav/files/MartinWilco/","scriptName":"/remote.php","message":"Uncaught exception","userAgent":"Mozilla/5.0 (Windows) mirall/33.0.0 (build 20260323) (Nextcloud, windows-10.0.26200 ClientArchitecture: x86_64 OsArchitecture: x86_64)","version":"32.0.8.2","clientReqId":"acadd1c7-df2b-48d7-9cea-e7e970f211c9","exception":{"Exception":"OCA\\DAV\\Exception\\ServerMaintenanceMode","Message":"Das System befindet sich im Wartungsmodus.","Code":0,"Trace":[{"file":"/var/www/nextcloud/3rdparty/sabre/event/lib/WildcardEmitterTrait.php","line":89,"function":"checkMaintenanceMode","class":"OCA\\DAV\\Connector\\Sabre\\MaintenancePlugin","type":"->"},{"file":"/var/www/nextcloud/3rdparty/sabre/dav/lib/DAV/Server.php","line":456,"function":"emit","class":"Sabre\\DAV\\Server","type":"->"},{"file":"/var/www/nextcloud/apps/dav/lib/Connector/Sabre/Server.php","line":212,"function":"invokeMethod","class":"Sabre\\DAV\\Server","type":"->"},{"file":"/var/www/nextcloud/apps/dav/lib/Server.php","line":426,"function":"start","class":"OCA\\DAV\\Connector\\Sabre\\Server","type":"->"},{"file":"/var/www/nextcloud/apps/dav/appinfo/v2/remote.php","line":22,"function":"exec","class":"OCA\\DAV\\Server","type":"->"},{"file":"/var/www/nextcloud/remote.php","line":151,"args":["/var/www/nextcloud/apps/dav/appinfo/v2/remote.php"],"function":"require_once"}],"File":"/var/www/nextcloud/apps/dav/lib/Connector/Sabre/MaintenancePlugin.php","Line":65,"message":"Uncaught exception","exception":{},"CustomMessage":"Uncaught exception"}}
{"reqId":"iOIUUjjV7RIWTl8NjU1i","level":2,"time":"2026-04-06T09:00:01+00:00","remoteAddr":"","user":"--","app":"PHP","method":"","url":"--","scriptName":"/var/www/nextcloud/cron.php","message":"opendir(/var/www/nextcloud-bkp_20260213_1770961867): Failed to open directory: Permission denied at /var/www/nextcloud/lib/private/Files/Storage/Local.php#130","userAgent":"--","version":"32.0.8.2","occ_command":["/var/www/nextcloud/cron.php"],"data":{"app":"PHP"}}
{"reqId":"iOIUUjjV7RIWTl8NjU1i","level":2,"time":"2026-04-06T09:00:01+00:00","remoteAddr":"","user":"--","app":"PHP","method":"","url":"--","scriptName":"/var/www/nextcloud/cron.php","message":"opendir(/media/Backup/ncp-backups/nextcloud-bkp_20260406_1775437201): Failed to open directory: Permission denied at /var/www/nextcloud/lib/private/Files/Storage/Local.php#130","userAgent":"--","version":"32.0.8.2","occ_command":["/var/www/nextcloud/cron.php"],"data":{"app":"PHP"}}
{"reqId":"iOIUUjjV7RIWTl8NjU1i","level":2,"time":"2026-04-06T09:00:01+00:00","remoteAddr":"","user":"--","app":"PHP","method":"","url":"--","scriptName":"/var/www/nextcloud/cron.php","message":"opendir(/home/martinwilco): Failed to open directory: Permission denied at /var/www/nextcloud/lib/private/Files/Storage/Local.php#130","userAgent":"--","version":"32.0.8.2","occ_command":["/var/www/nextcloud/cron.php"],"data":{"app":"PHP"}}
{"reqId":"iOIUUjjV7RIWTl8NjU1i","level":2,"time":"2026-04-06T09:00:01+00:00","remoteAddr":"","user":"--","app":"files","method":"","url":"--","scriptName":"/var/www/nextcloud/cron.php","message":"User MW-Cloud still has unscanned files after running background scan, background scan might be stopped prematurely","userAgent":"--","version":"32.0.8.2","occ_command":["/var/www/nextcloud/cron.php"],"data":{"app":"files"}}

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions