View Single Post
Old 05-22-2016, 01:13 PM   #1241
mariosipad
Guru
mariosipad is clearly one to watchmariosipad is clearly one to watchmariosipad is clearly one to watchmariosipad is clearly one to watchmariosipad is clearly one to watchmariosipad is clearly one to watchmariosipad is clearly one to watchmariosipad is clearly one to watchmariosipad is clearly one to watchmariosipad is clearly one to watchmariosipad is clearly one to watch
 
Posts: 726
Karma: 10738
Join Date: Nov 2012
Device: iPad & iPhone with Marvin 2 + 3 & Kobo Glo HD
@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!
mariosipad is offline   Reply With Quote