@inthemood
It should work if you change the file
config_local.php:
Code:
/*
* The directory containing calibre's metadata.db file, with sub-directories
* containing all the formats.
* BEWARE : it has to end with a /
*/
$config['./ebooks/'] = './';
to
Code:
/*
* The directory containing calibre's metadata.db file, with sub-directories
* containing all the formats.
* BEWARE : it has to end with a /
*/
$config['calibre_directory'] = './ebooks/';
So do not change
$config['calibre_directory'] !!!
Additionally you could rename the directory/folder
./htdocs/cops-1.0.0RC3 to
./htdocs/cops
Hope it works!