SYNOLOGY from package to 1.1.3
I have had cops running from the package for the past year and a half but had troubles with the ebook reader with large chapter so I upgraded to 1.1.3 using the instructions at
https://github.com/seblucas/cops/wiki/Howto---Synology I also upgraded to php 7.4. The old package was removed.
Unfortunately, something broke in the upgrade and I'm not sure where. (When I try to downgrade I get the same errors) I am running calibre 5.8.1 to create the databases and epub files.
Symptoms of the break:
I don't see thumbnail previews of any of the books (I can however, see the text data on the books and I can download the epub files)
The epub web reader throws the following error
This page contains the following errors:
error on line 3 at column 6: XML declaration allowed only at the start of the document
Below is a rendering of the page up to the first error.
It does this for all books that I try to view.
checkconfig.php comes back ok for all libraries
The only errors I get in the webserver logs are the following (when fetching a book list)
2020/12/27 21:54:24 [error] 24368#24368: *8884 upstream prematurely closed connection while reading upstream, client: 192.168.11.80, server: _, request: "GET /cops/fetch.php?id=6139&db=0 HTTP/1.1", upstream: "http://unix:/run/webstation_default.sock:/cops/fetch.php?id=6139&db=0", host: "192.168.11.7", referrer: "http://192.168.11.7/cops/index.php?page=7&id=472&db=0"
2020/12/27 21:54:25 [error] 24369#24369: *8904 upstream prematurely closed connection while reading upstream, client: 192.168.11.80, server: _, request: "GET /cops/fetch.php?id=6221&db=0 HTTP/1.1", upstream: "http://unix:/run/webstation_default.sock:/cops/fetch.php?id=6221&db=0", host: "192.168.11.7", referrer: "http://192.168.11.7/cops/index.php?page=7&id=472&db=0"
Any suggestions on how to dig into this would be appreciated.
Thank