Quote:
Originally Posted by mariosipad
@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! 
|
Wow! You did it! Great ! IT WORKS!
I had seen that = './' - and for some reason I thought it was just an indication of how the path had to be written or something. I don't know. Now, of course, it seems so obvoius. Thank you very much for taking this time to help me.