Closed ChristophWurst closed 2 days ago
As far as I can tell caused by https://github.com/nextcloud/groupfolders/pull/2754 so cc @come-nc.
Hint: might be related to deleting from trash
$path is __groupfolders/trash
so yes looks like that is the case
Added a test to delete from trashbin and it works, @ChristophWurst Do you have steps to reproduce?
Seing hundreds of these erros on v28.0.8 after upgrade from 27.0.11 (GF version 16.0.7).
{
"reqId": "yBA1OqBrxZ9SIQy323Qv",
"level": 3,
"time": "2024-07-19T09:57:33+02:00",
"remoteAddr": "37.28.52.27",
"user": "cbarth",
"app": "PHP",
"method": "PROPFIND",
"url": "/remote.php/dav/trashbin/cbarth/trash/",
"message": "Trying to access array offset on value of type null at /var/www/nextcloud/apps/groupfolders/lib/ACL/ACLManager.php#120",
"userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0",
"version": "28.0.8.1",
"data": {
"app": "PHP"
},
"id": "669b951a3bb40"
}
Maybe we could backport https://github.com/nextcloud/groupfolders/pull/2813 ?
Maybe we could backport #2813 ?
It was backported, do you know if this bug can be closed? I never managed to reproduce myself.
This is not logged anymore, hence closing.
How to use GitHub
Steps to reproduce
Expected behaviour
?
Actual behaviour
Server configuration
Operating system:
Web server:
Database:
PHP version:
Nextcloud version: 28.0.2
Group folders version:
Updated from an older Nextcloud/ownCloud or fresh install:
Where did you install Nextcloud from:
Are you using external storage, if yes which one: local/s3/smb/sftp/...
Are you using encryption: yes/no
Are you using an external user-backend, if yes which one: LDAP/ActiveDirectory/Webdav/Saml/...
Client configuration
Browser:
Operating system:
Logs
Web server error log
Web server error log
``` Insert your webserver log here ```Nextcloud log (data/nextcloud.log)
Nextcloud log
``` Insert your Nextcloud log here ```Browser log
Browser log
``` Insert your browser log here, this could for example include: a) The javascript console log b) The network log c) ... ```