[Bug]: Undefined array key "storage_string_id" at /apps/files_sharing/lib/SharedStorage.php#483 #50235
Open
6 of 8 tasks
Labels
0. Needs triage
Pending check for reproducibility or if it fits our roadmap
29-feedback
30-feedback
bug
regression
Bug description
After updating from 29.0.10 to 29.0.11.1, I got lots of errors in the Nextcloud logfile, all of the same kind for a WebDAV PROPFIND operation with different filenames.
Steps to reproduce
Expected behavior
No errors in log
Nextcloud Server version
29
Operating system
Debian/Ubuntu
PHP engine version
PHP 8.2
Web server
Apache (supported)
Database engine version
MariaDB
Is this bug present after an update or on a fresh install?
Updated from a MINOR version (ex. 28.0.1 to 28.0.2)
Are you using the Nextcloud Server Encryption module?
None
What user-backends are you using?
Configuration report
List of activated Apps
Nextcloud Signing status
Nextcloud Logs
Additional info
The code at the error position is this:
I tried to find something, but the
$node
there does not contain the keystorage_string_id
, it looks like there are only the columns from the filecache table, so only the numericalstorageid
is there. I don't know where this is generated / comes from, the$this->getShare()
returns aIShare
supershare attribute, which is set via$arguments
in the constructor, so I don't know how to fix it.The text was updated successfully, but these errors were encountered: