-
Notifications
You must be signed in to change notification settings - Fork 87
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unhandled exception when change group folder permissions from shell #470
Comments
I'm having the same issue, Nextcloud Docker nextcloud:16.0.0-apache, Groupfolders 4.0.3. I quickly checked and the culprit seems to be $id = $mount->getStorage()->getCache()->getId($path); Which sets Edit: The upstream method, |
Also having this issue. Doesn't work for --group too: So it's not possible to manage permission via shell (occ)? We need to wait for nextcloud to fix this issue? |
Since I cannot reproduce this with the latest version 4.1.5 (https://github.com/nextcloud/groupfolders/releases/tag/v4.1.5), I'm closing this issue. |
I tried to change permission to a groupfolder using shell command as described in the documentation using the command:
But I received this error:
I think the command is correct.
This are my configurations:
Nextcloud 16.0.1
Groupfolders 4.0.2
Ubuntu Server 19.04
PHP 7.2.19
Thanks.
The text was updated successfully, but these errors were encountered: