Sorry. I’ve posted what I can find - I think that some files are elsewhere in a docker environment.
I’ll keep digging.
rgds
P
============================================================
Nextcloud version (eg, 26.0.1): 28.0.1
Operating system and version (eg, Ubuntu 22.04): Linux 6.1.21-v8+ aarch64
Apache or nginx version (eg, Apache 2.4.25): nginx 1.18.0 (SWAG)
PHP version (eg, 8.1): 7.4.33
Database (sqlite or MariaDB or Postgres) MariaDB
Docker (compose)
Snap
Is this the first time you’ve seen this error? yes
The issue you are facing: Errors reported but can;t display logs to attempt remedy.
Steps to replicate it:
Browse to : https://xxxxxxx.duckdns.org/settings/admin/overview
and see 50 (increasing) errors reported.
Click the link to examine log : https://xxxxxxx.duckdns.org/settings/admin/logging
and the page is empty…
…
The output of your Nextcloud log in Admin > Logging:
PASTE HERE : This is the page that’s empty
The output of your config.php file in /path/to/nextcloud**
(use https://…/settings/admin/support which auto-removes identifying information!):
Operating system: Linux 6.1.21-v8+ #1642 SMP PREEMPT Mon Apr 3 17:24:16 BST 2023 aarch64
Webserver: nginx/1.24.0 (fpm-fcgi)
Database: mysql 10.11.5
PHP version: 8.2.13
Modules loaded: Core, date, libxml, pcre, zlib, filter, hash, json, random, readline, Reflection, SPL, session, zend_test, cgi-fcgi, bcmath, bz2, ctype, curl, dom, fileinfo, ftp, gd, gmp, iconv, standard, intl, ldap, mbstring, openssl, pcntl, PDO, pgsql, posix, imap, SimpleXML, sockets, sodium, sqlite3, sysvsem, xml, xmlwriter, zip, exif, mysqlnd, pdo_pgsql, pdo_sqlite, Phar, xmlreader, pdo_mysql, apcu, msgpack, igbinary, redis, memcached, imagick, mcrypt, smbclient, libsmbclient, Zend OPcache
Nextcloud version: 28.0.1 - 28.0.1.1
Updated from an older Nextcloud/ownCloud or fresh install:
Where did you install Nextcloud from: unknown
Signing status
List of activated apps
Enabled:
- activity: 2.20.0
- bruteforcesettings: 2.8.0
- calendar: 4.6.1
- cloud_federation_api: 1.11.0
- comments: 1.18.0
- contacts: 5.5.0
- contactsinteraction: 1.9.0
- dashboard: 7.8.0
- dav: 1.29.1
- federatedfilesharing: 1.18.0
- federation: 1.18.0
- files: 2.0.0
- files_pdfviewer: 2.9.0
- files_reminders: 1.1.0
- files_sharing: 1.20.0
- files_trashbin: 1.18.0
- files_versions: 1.21.0
- firstrunwizard: 2.17.0
- logreader: 2.13.0
- lookup_server_connector: 1.16.0
- nextcloud_announcements: 1.17.0
- notifications: 2.16.0
- oauth2: 1.16.3
- password_policy: 1.18.0
- passwords: 2023.12.31
- photos: 2.4.0
- privacy: 1.12.0
- provisioning_api: 1.18.0
- recognize: 6.0.1
- recommendations: 2.0.0
- related_resources: 1.3.0
- serverinfo: 1.18.0
- settings: 1.10.1
- sharebymail: 1.18.0
- support: 1.11.0
- survey_client: 1.16.0
- systemtags: 1.18.0
- tasks: 0.15.0
- text: 3.9.1
- theming: 2.3.0
- twofactor_backupcodes: 1.17.0
- user_status: 1.8.1
- viewer: 2.2.0
- weather_status: 1.8.0
- workflowengine: 2.10.0
Disabled:
- admin_audit
- circles: 27.0.1
- encryption
- files_external
- files_rightclick: 1.6.0
- suspicious_login
- twofactor_totp
- updatenotification: 1.17.0
- user_ldap
Configuration (config/config.php)
{
“datadirectory”: “REMOVED SENSITIVE VALUE”,
“instanceid”: “REMOVED SENSITIVE VALUE”,
“passwordsalt”: “REMOVED SENSITIVE VALUE”,
“secret”: “REMOVED SENSITIVE VALUE”,
“trusted_domains”: [
“192.168.0.31:450”,
“nextcloud.phreatic.duckdns.org”
],
“dbtype”: “mysql”,
“version”: “28.0.1.1”,
“overwrite.cli.url”: “https://nextcloud.phreatic.duckdns.org”,
“overwritehost”: “nextcloud.phreatic.duckdns.org”,
“overwiteprotocol”: “https”,
“dbname”: “REMOVED SENSITIVE VALUE”,
“dbhost”: “REMOVED SENSITIVE VALUE”,
“dbport”: “”,
“dbtableprefix”: “oc_”,
“mysql.utf8mb4”: true,
“dbuser”: “REMOVED SENSITIVE VALUE”,
“dbpassword”: “REMOVED SENSITIVE VALUE”,
“installed”: true,
“trusted_proxies”: “REMOVED SENSITIVE VALUE”,
“default_phone_region”: “GB”,
“mail_from_address”: “REMOVED SENSITIVE VALUE”,
“mail_smtpmode”: “smtp”,
“mail_sendmailmode”: “smtp”,
“mail_domain”: “REMOVED SENSITIVE VALUE”,
“mail_smtphost”: “REMOVED SENSITIVE VALUE”,
“mail_smtpport”: “465”,
“mail_smtpauth”: 1,
“mail_smtpname”: “REMOVED SENSITIVE VALUE”,
“mail_smtppassword”: “REMOVED SENSITIVE VALUE”,
“mail_smtpsecure”: “ssl”,
“memcache.local”: “\OC\Memcache\APCu”,
“filelocking.enabled”: “true”,
“memcache.locking”: “\OC\Memcache\APCu”,
“loglevel”: 2,
“maintenance”: false,
“upgrade.disable-web”: true
}
Cron Configuration: Array
(
[backgroundjobs_mode] => cron
[lastcron] => 1703439602
)
External storages: files_external is disabled
Encryption: no
User-backends:
OC\User\Database
Browser: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36 Edg/120.0.0.0
for Docker/Podman list environment variables ( run “docker inspect {container name}”)**
PASTE HERE:
The output of your Apache/nginx/system log in /var/log/____: Sorry I can’t find this
For Docker/Podman post STDOUT of the container (run docker logs {container name})
PASTE HERE
errors in nextcloud.log in /var/www/ or as admin user in top right menu, filtering for errors.
Sorry, I can’t find this.