-
Notifications
You must be signed in to change notification settings - Fork 152
Description
The following message accumulates/repeats every day - this is without any actual usage of the app:
"Undefined array key "node" at /var/www/nextcloud/apps/notes/lib/Service/NoteUtil.php#201"
Expected behaviour
No warnings in log
Server
- Notes app version: 4.13.1
- Nextcloud version: 32.0.6.1
- OS: Linux 6.8.0-106-generic x86_64 (Ubuntu Server 22.04)
- Web server: Nginx
- PHP version: 8.3.30
- Database: MariaDB
Nextcloud configuration:
sudo -u www-data php occ config:list system
"system": {
"instanceid": "REMOVED SENSITIVE VALUE",
"passwordsalt": "REMOVED SENSITIVE VALUE",
"secret": "REMOVED SENSITIVE VALUE",
"trusted_domains": [
"localhost",
"nextcloud.xxxxxxx.com",
"192.xxx.xxx.xx"
],
"default_phone_region": "GB",
"default_locale": "en_GB",
"default_language": "en_GB",
"memcache.local": "\OC\Memcache\Redis",
"datadirectory": "REMOVED SENSITIVE VALUE",
"dbtype": "mysql",
"version": "32.0.6.1",
"overwrite.cli.url": "https://nextcloud.orchardmusic.com",
"dbname": "REMOVED SENSITIVE VALUE",
"dbhost": "REMOVED SENSITIVE VALUE",
"dbport": "",
"dbtableprefix": "oc_",
"mysql.utf8mb4": true,
"dbuser": "REMOVED SENSITIVE VALUE",
"dbpassword": "REMOVED SENSITIVE VALUE",
"installed": true,
"app_install_overwrite": [
"integration_libretranslate",
"maps"
],
"mail_smtpmode": "smtp",
"mail_sendmailmode": "smtp",
"mail_smtphost": "REMOVED SENSITIVE VALUE",
"mail_smtpport": "xxx",
"mail_from_address": "REMOVED SENSITIVE VALUE",
"mail_domain": "REMOVED SENSITIVE VALUE",
"mail_smtpauth": 1,
"mail_smtpname": "REMOVED SENSITIVE VALUE",
"mail_smtppassword": "REMOVED SENSITIVE VALUE",
"maintenance": false,
"maintenance_window_start": 1,
"memcache.distributed": "\OC\Memcache\Redis",
"memcache.locking": "\OC\Memcache\Redis",
"redis": {
"host": "REMOVED SENSITIVE VALUE",
"port": xxxx
},
"theme": "",
"loglevel": 2,
"updater.release.channel": "stable",
"memories.db.triggers.fcu": true,
"memories.exiftool": "/var/www/nextcloud/apps/memories/bin-ext/exiftool-amd64-glibc",
"memories.vod.path": "/var/www/nextcloud/apps/memories/bin-ext/go-vod-amd64",
"enabledPreviewProviders": [
"OC\Preview\Image",
"OC\Preview\Movie",
"OC\Preview\TIFF",
"OC\Preview\HEIC"
],
"memories.gis_type": 1,
"preview_max_x": 1024,
"preview_max_y": 1024,
"memories.vod.ffmpeg": "/usr/bin/ffmpeg",
"memories.vod.ffprobe": "/usr/bin/ffprobe"
}
}
Client
- Browser (incl. version): Vivaldi 7.9.3970.41 (Official Build) (64-bit)
- OS: Linux Mint 22.3 (Zena)
Log files
{
"reqId": "O7eH1AWxKDaZYx3JbMs6",
"level": 2,
"time": "2026-03-23T11:14:57+00:00",
"remoteAddr": "xxx.xxx.xx.xxx",
"user": "NigelNext",
"app": "PHP",
"method": "GET",
"url": "/ocs/v2.php/apps/dashboard/api/v1/widgets",
"scriptName": "/ocs/v2.php",
"message": "Undefined array key "node" at /var/www/nextcloud/apps/notes/lib/Service/NoteUtil.php#201",
"userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Safari/537.36",
"version": "32.0.6.1",
"data": {
"app": "PHP"
},
"id": "69c1269097f05"
}