-
Notifications
You must be signed in to change notification settings - Fork 119
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
Documents cannot be saved since v3.5.1 #781
Comments
Just pulled latest collabora docker image (4.2.0.3), same error... Here are the docker logs, maybe it is a collabora error?! wsd-00030-00036 2020-01-14 09:51:11.885975 [ websrv_poll ] WRN client - server version mismatch, disabling browser cache. Expected: fafb01f| wsd/FileServer.cpp:279 |
i went back to 3.5.0 and saving files is working again! |
I have a similar issue, not sure, if it is the same cause but have some more informations. First of all my Versions: Collabora App: 3.5.1 The error occurs in this situation:
In the Nextcloud Log is this:
This is in docker logs from the CODE Container:
When disabling the Versions App everything works fine... Found a similar ticket with the ONLYOFFICE App: which seems to be solved with this commit: After downgrading Collabora App to 3.5.0 everything works again even with enabled Version App....So perhaps this fix needs to be reviewed: I hope these informations help to track down the issue... |
Same issue here. Hope it can be fixed soon. UPDATE:
UPDATE 2: Maybe this helps. |
Same issue as reported in #780. A return to 3.5.0 is confirmed to work until a fix is implemented. |
Try to deactivate the "Versions" App under Apps. Helps for me |
If you want to keep 3.5.1 because of other bugfixes and want to keep the Versions app, you can try out this MySQL trigger: DELIMITER |
DROP TRIGGER IF EXISTS `temp-triggerWopiTemplate`|
CREATE TRIGGER `temp-triggerWopiTemplate`
BEFORE INSERT
ON `oc_richdocuments_wopi`
FOR EACH ROW
BEGIN
IF (NEW.`template_id`!='0')
THEN
SET NEW.`template_id`='0';
END IF;
END;
|
DELIMITER ; It replaces the template id with 0. It's hacky but it works. EDIT: Nice side effect: this solved #496 for me. My documents are now created in german, which is the language is set in Nextcloud itself. |
Everyone who encounters the getId() log error, please give #805 a try. The other issue when saving fails after creating them from a template, please upgrade to the latest Collabora version. That should fix the issue. |
This affects a NC 15.0.14 instance I manage (reverting to richdocuments 3.5.0 fixes), but not other NC 17.0.2 installations. |
@juliushaertl Which version do you refer to? I've seen this error with richdocuments 3.5.1 and loolwsd 4.0-2 which is the latest possible in a production system (updated some minutes ago). |
This should be fixed with the new 3.5.2 release. |
Hello, I'm on 3.5.2 and still experience this issue, though I never had any previous version, this is a first install. How can I install version 3.5.0 instead? |
If you are getting the error with no previous install then 3.5.0 will unlikely solve your issue. You will need to open a support ticket and post all your information as this is likely to be a permissions problem with your CODE install. |
FYI: |
Describe the bug
Documents can't be saved since v3.5.1
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Document should be saved
Screenshots
Client details:
Server details
Operating system: Ubuntu 16.04.6
Web server: Apache 2.4.18-2ubuntu3.14
PHP version: 7.0.33-0ubuntu0.16.04.7
Nextcloud version: 15.0.14
Version of the richdocuments app v3.5.1
Version of Collabora Online 4.2.0 (Docker container)
Logs
Nextcloud log (data/nextcloud.log)
The text was updated successfully, but these errors were encountered: