View Single Post
Old 05-22-2016, 05:32 PM   #1242
inthemood
Zealot
inthemood began at the beginning.
 
Posts: 130
Karma: 40
Join Date: May 2012
Location: Paris, France
Device: Kobo Aura 6", Kobo Forma 32G
Quote:
Originally Posted by mariosipad View Post
@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.
inthemood is offline   Reply With Quote