-
Notifications
You must be signed in to change notification settings - Fork 29
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
Flushing the document server fails for group folders #110
Comments
Maybe files created using a share link simply don't have an owner? |
It seems to work using this modified
|
It looks like this issue was fixed recently by commit nextcloud/server@3443a00. So hopefully we just have to wait for an official release which includes that commit. |
Else this can error out on storages that do not have an owner (e.g. groupfolders). Signed-off-by: Roeland Jago Douma <[email protected]>
The modification in
|
@icewind1991, do you have a suggestion how to examine or fix the problem in |
Removing the files which cause the problem in
|
The fix is now part of the latest stable release, so this issue can be closed. |
the only thing that helped me was setup document server in with docker |
Flushing the document server is essential to get changes made in OnlyOffice written back to the Nextcloud filesystem. It no longer works as soon as group folders are involved. This does not only affect the files modified in the group folder, but also all other files which were edited in OnlyOffice. Possibly related issues with the same of other reasons which prevent flushing of changes: #12, #79, #96, #100, #107 .
Steps to reproduce the issue:
group
.group/demo
.group/demo
with a link which allows read/write access.test
in the shared subfolder using the link.test
with OnlyOffice.Now flushing with
sudo -u www-data php occ documentserver:flush
no longer works. It fails with an unhandled exception:The text was updated successfully, but these errors were encountered: