I am moving to a new Synology NAS and the first thing I wanted to move was my COPS library.
I wanted to avoid the Synocommunity package because it is an older version. I also wanted to use Apache 4.4 and PHP 7.3, so I:
- Installed webstation, Apache 4.4 and PHP 7.3
- Customised the open_basedir folder
- Copied my calibre libraries and assigned permissions (read for HTTP group)
- Extracted the latest COPS package to a subdirectory of the web folder and replaced the config_default.php and config_local.php with the one from my old installation (the path are the same on the new NAS)
The result is that I have access to the first level of the libray (for example, I can browse the author list), but when I attempt to see the list of books it start searching and I never get a result. The same if I search for a word. I see the list of authors/tags containing the words, but not the list of books.
checkconfig.php doesn't give me any error
Can anyone suggest what I am doing wrong?
Thanks in advance