Skip to content
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

Buggy editors availability check #880

Closed
pierreozoux opened this issue Sep 25, 2023 · 8 comments · Fixed by #874
Closed

Buggy editors availability check #880

pierreozoux opened this issue Sep 25, 2023 · 8 comments · Fixed by #874

Comments

@pierreozoux
Copy link
Contributor

We noticed that oo was deactivated after the update.

Going to the server admin and clicking save to the oo configuration tab fixed the issue.

To fix it in bash, we checked and noticed the following:

/usr/local/bin/php occ config:app:get onlyoffice settings_error --default-value=novalue 2>/dev/null' | grep SSL
SSL CA bundle not found: /tmp/oc_tmp_xxxx-.crt

and this command fixed the issue:

php occ config:app:set onlyoffice settings_error --value ''

I don't know what happened, but I wanted to document it, in case other might find this info usefull!

Cheers

@KornKalle
Copy link

KornKalle commented Sep 26, 2023

+1 We are experiencing the same thing. Thanks for this occ command. I was searching for ages for documentation about the commands available with the connector app

Nextcloud 25.0.11
OnlyOffice Enterprise 7.4.1
Connector App 7.9

@pierreozoux
Copy link
Contributor Author

This is strange, I have to do it again :/ Wondering what is happening.

@pierreozoux
Copy link
Contributor Author

It seems that this is due to this commit:
03251b8

Once in a while, the app is disabled.

It is currently impossible to disable the cron.
We changed the regularity to test only every 30d and not every 24h.

So either the check is not good, or our server is unstable.

@pierreozoux
Copy link
Contributor Author

And this is the Pull request:
Feature/editors availability check

@pierreozoux
Copy link
Contributor Author

Actually, we can disable the check with editors_check_interval set to 0.

@pierreozoux pierreozoux changed the title Bug after update from 25 to 26 Buggy editors availability check Oct 2, 2023
@pierreozoux
Copy link
Contributor Author

Ok, we have to wait this PR:
https://github.com/ONLYOFFICE/onlyoffice-nextcloud/pull/874/files

:)

@LinneyS LinneyS linked a pull request Oct 2, 2023 that will close this issue
@SergeyKorneyev
Copy link

There's another fix coming that should help with this issue: #864 (comment)

@SergeyKorneyev
Copy link

The version that includes the fixes (7.9.2/8.2.2) has just been released. Please try updating the connector and check if that helps.

@LinneyS LinneyS closed this as completed Oct 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants