The Basics
- Nextcloud Server version (e.g., 29.x.x):
- 30.0.2
- Operating system and version (e.g., Ubuntu 24.04):
- Unraid 6.12.14
- Web server and version (e.g, Apache 2.4.25):
-Unraid - DuckDNS - NGINX - Reverse proxy and version _(e.g. nginx 1.27.2)
- NGINX
-
PHP version (e.g, 8.3):
- Is this the first time you’ve seen this error? (Yes / No):
- Happens permanently since Nextcloud installation last Saturday
- When did this problem seem to first start?
- Together with installation
- Installation method (e.g. AIO, NCP, Bare Metal/Archive, etc.)
- Nextcloud Docker (linuxserver repository)
- Are you using Cloudflare, mod_security, or similar? (Yes / No)
- No
Summary of the issue you are facing:
I receive every second different errors in the log that the file “application.php” cannot be reached.
History: I don’t know if this is relevant (I am currently learning how all this works) - I had installed Nextcloud AIO on Unraid before but after an update of Unraid it didn’t work anymore. So I uninstalled it and didn’t manage to reinstall it properly again. So now I have this more “classical” installation, using NGINX and DuckDNS.
Steps to replicate it (hint: details matter!):
Happens permanently
Log entries
Nextcloud
These two errors repeat several times per second:
{"reqId":"D4I2Q6Nj2STuJv5eKM5Q","level":3,"time":"2024-12-02T14:51:51+00:00","remoteAddr":"95.61.55.178","user":"admin","app":"PHP","method":"GET","url":"/apps/logreader/api/poll?lastReqId=J291avbDFtswH3TaNBXe","message":"include(/config/www/nextcloud/apps/viewer/composer/composer/../../lib/AppInfo/Application.php): Failed to open stream: No such file or directory at /app/www/public/lib/composer/composer/ClassLoader.php#576","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36 Edg/130.0.0.0","version":"30.0.2.2","data":{"app":"PHP"},"id":"674dc9874a326"}
{"reqId":"fFiN26NUDrFVMkybCZdp","level":3,"time":"2024-12-02T14:52:35+00:00","remoteAddr":"95.61.55.178","user":"admin","app":"PHP","method":"GET","url":"/apps/logreader/api/poll?lastReqId=nKwiZIJDSXrNYYvkMV4n","message":"include(): Failed opening '/config/www/nextcloud/apps/viewer/composer/composer/../../lib/AppInfo/Application.php' for inclusion (include_path='/app/www/public/3rdparty/pear/archive_tar:/app/www/public/3rdparty/pear/console_getopt:/app/www/public/3rdparty/pear/pear-core-minimal/src:/app/www/public/3rdparty/pear/pear_exception:/app/www/public/apps') at /app/www/public/lib/composer/composer/ClassLoader.php#576","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36 Edg/130.0.0.0","version":"30.0.2.2","data":{"app":"PHP"},"id":"674dc9b358276"}
Web Browser
Web server / Reverse Proxy
Configuration
Nextcloud
{
"system": {
"datadirectory": "***REMOVED SENSITIVE VALUE***",
"instanceid": "***REMOVED SENSITIVE VALUE***",
"passwordsalt": "***REMOVED SENSITIVE VALUE***",
"secret": "***REMOVED SENSITIVE VALUE***",
"default_phone_region": "DE",
"trusted_domains": [
"192.168.178.74:444",
"cloud.santiolli.duckdns.org"
],
"dbtype": "mysql",
"version": "30.0.2.2",
"overwrite.cli.url": "https:\/\/192.168.178.74:444",
"dbname": "***REMOVED SENSITIVE VALUE***",
"dbhost": "***REMOVED SENSITIVE VALUE***",
"dbport": "",
"dbtableprefix": "oc_",
"mysql.utf8mb4": true,
"dbuser": "***REMOVED SENSITIVE VALUE***",
"dbpassword": "***REMOVED SENSITIVE VALUE***",
"installed": true,
"mail_smtpmode": "smtp",
"mail_smtpsecure": "ssl",
"mail_sendmailmode": "smtp",
"mail_from_address": "***REMOVED SENSITIVE VALUE***",
"mail_domain": "***REMOVED SENSITIVE VALUE***",
"mail_smtphost": "***REMOVED SENSITIVE VALUE***",
"mail_smtpauth": 1,
"mail_smtpport": "465",
"mail_smtpname": "***REMOVED SENSITIVE VALUE***",
"mail_smtppassword": "***REMOVED SENSITIVE VALUE***",
"memcache.local": "\\OC\\Memcache\\APCu",
"filelocking.enabled": true,
"memcache.locking": "\\OC\\Memcache\\APCu",
"upgrade.disable-web": true,
"maintenance_window_start": 1,
"maintenance": false,
"ldapProviderFactory": "OCA\\User_LDAP\\LDAPProviderFactory"
}
}
Apps
Enabled:
- activity: 3.0.0
- admin_audit: 1.20.0
- app_api: 4.0.0
- bruteforcesettings: 3.0.0
- circles: 30.0.0
- cloud_federation_api: 1.13.0
- comments: 1.20.1
- contactsinteraction: 1.11.0
- dashboard: 7.10.0
- dav: 1.31.1
- encryption: 2.18.0
- federatedfilesharing: 1.20.0
- federation: 1.20.0
- files: 2.2.0
- files_downloadlimit: 3.0.0
- files_external: 1.22.0
- files_pdfviewer: 3.0.0
- files_reminders: 1.3.0
- files_sharing: 1.22.0
- files_trashbin: 1.20.1
- files_versions: 1.23.0
- firstrunwizard: 3.0.0
- logreader: 3.0.0
- lookup_server_connector: 1.18.0
- nextcloud_announcements: 2.0.0
- notifications: 3.0.0
- oauth2: 1.18.1
- password_policy: 2.0.0
- photos: 3.0.2
- privacy: 2.0.0
- provisioning_api: 1.20.0
- recommendations: 3.0.0
- related_resources: 1.5.0
- serverinfo: 2.0.0
- settings: 1.13.0
- sharebymail: 1.20.0
- support: 2.0.0
- survey_client: 2.0.0
- systemtags: 1.20.0
- text: 4.1.0
- theming: 2.5.0
- twofactor_backupcodes: 1.19.0
- updatenotification: 1.20.0
- user_ldap: 1.21.0
- user_status: 1.10.0
- viewer: 3.0.0
Disabled: - suspicious_login: 8.0.0
- twofactor_nextcloud_notification: 4.0.0
- twofactor_totp: 12.0.0-dev
Tips for increasing the likelihood of a response
- Use the
preformatted text
formatting option in the editor for all log entries and configuration output. - If screenshots are useful, feel free to include them.
- If possible, also include key error output in text form so it can be searched for.
- Try to edit log output only minimally (if at all) so that it can be ran through analyzers / formatters by those trying to help you.