If you have a file named config_user.php and a file named config_local.php make sure that both contain the same line: $config['calibre_directory'] = './calibre_database_test/'; (or just rename config_user.php to something like config_user.php.bak. You can always change it back.
I do not know how the synology package of cops works. Never tried it.
What I do is:
- install cops (unzip a zipped file from github) in the /volume1/web/cops directory
- then copy config_default.php to config_local.php
- then edit config_local.php for the line $config['calibre_directory'] = './calibre_database_test/';
- put my database in that directory to test
- If it works I move the database to another directory and edit open_basedir and config_local.php accordingly.
This gives me a working cops.
|