

ssl_engine_kernel.c(1741): AH02275: Certificate Verification, depth 0, CRL checking mode: none (0)

ssl_engine_kernel.c(1741): AH02275: Certificate Verification, depth 1, CRL checking mode: none (0) AH01964: Connection to child 0 established (server office.REDACTED:443) proxy_util.c(2916): AH00951: HTTPS: backend socket is disconnected. mod_proxy.c(1253): AH01143: Running scheme https handler (attempt 0) mod_authz_core.c(843): AH01628: authorization result: granted (no directives) ssl_engine_kernel.c(376): AH02034: Initial (No.1) HTTPS request received for child 18 (server office.REDACTED:443) mod_socache_shmcb.c(515): AH00834: leaving socache_shmcb_store successfully Log sampled from when I try to open a document mod_socache_shmcb.c(493): AH00831: socache_shmcb_store (0xd4 -> subcache 20)


Log from the fron reverse proxy, the one running in a FreeNas jail. I am a complete docker noob as is evident
REDACTED SE HOW TO
I can probably find more info in the docker log, but I do not know how to set the log level to debug in the image. I suspect that is the clue to what is wrong, but I lack the skill to say what might be wrong. usr/local/www/nextcloud/index.php line 38 OC\Route\Router->match("/apps/richdocuments/index")ġ5. usr/local//usr/local/www/nextcloud/lib/base.php line 1008 SQLSTATE: Column not found: 1054 Unknown column 'template_destination' in 'field list' at >Ġ. Log from Nextcloud when opening a document Error: Doctrine\DBAL\Exception\InvalidFieldNameException: An exception occurred while executing 'INSERT INTO `oc_richdocuments_wopi`(`fileid`,`owner_uid`,`editor_uid`,`version`,`canwrite`,`server_host`,`token`,`expiry`,`template_destination`,`hide_download`,`direct`,`is_remote_token`,`template_id`) VALUES(?,?,?,?,?,?,?,?,?,?,?,?,?)' with params : The backend for the services is a mix of FreeNAS jails on the same box, and a Ubuntu boxĪpache 2.41, and mod_md taking care of SSLĬollabora is behind the Proxy as well, served from, Collabora is served on port 443, one among several vhosts. The proxy handles SSL termination for some services, and some services connects to the backend over SSL as well. I have more services running at home, everything behind a reverse proxy. I can also connect to the admin interface for Collabora, but navigating to anything beside the first admin page errors out. The error message from Nextcloud’s log is found below “Failed to load Collabora developer edition, please try again later” in the GUI. I get a nice green checkmark, but when I try to open a file, I get I can connect to the server just fine when I try to activate it in Nextcloud. Please let me know if there is a need for more info. I have been trying to get the Collabora docker to work for a few days, but without success.
