Ruben Barkow-Kuder

Results 164 comments of Ruben Barkow-Kuder

Did you try the extension on Waterfox?

Resource intensive is not a problem. More important is that there is a solution if you have the demand to delete all data in a room. Also purging all data...

Also wanted here: https://github.com/matrix-org/synapse/pull/4206

die nextnode adresse steht jeweils in den site.conf files der einzelnen communities: https://gluon.readthedocs.io/en/v2016.1/user/site.html?highlight=site#site-repos-in-the-wild

The problem still exists after the update to 19.0.2 I also discussed it in the [nextcloud help forum](https://help.nextcloud.com/t/error-when-trying-to-connect-curl-error-7-failed-to-connect-to-127-0-0-1-port-8888-connection-refused-see-https-curl-haxx-se-libcurl-c-libcurl-errors-html/85707/2?u=rubo77)

This is the app settings before I click on the submit button: ``` # docker exec next-your-nextcloudorg_db_1 mysql nextcloud -p$MYSQL_ROOT_PASSWORD -e "select * from oc_appconfig where appid='onlyoffice'" appid configkey configvalue...

## Workaround: delete the setting 'settings_error' with: docker exec next-your-nextcloudorg_db_1 mysql nextcloud -p$MYSQL_ROOT_PASSWORD -e "delete from oc_appconfig where appid='onlyoffice' AND configkey='settings_error'"

I just updated to ONLYOFFICE 6.0.0 and the problem still exists (and the workaround still works to fix it)

Can't you just call this there? `mysql nextcloud -p$MYSQL_ROOT_PASSWORD -e "delete from oc_appconfig where appid='onlyoffice' AND configkey='settings_error'"`