View Single Post
Old 05-06-2012, 08:13 PM   #19
micster
Enthusiast
micster began at the beginning.
 
Posts: 39
Karma: 10
Join Date: May 2012
Device: none
Doh! I fixed my problem and it was pretty stupid...

In the config_local.php file I had the variable:
PHP Code:
$config['calibre_directory'] = '/var/www/books'
When it should have been:
PHP Code:
$config['calibre_directory'] = '/var/www/books/'
Notice the '/' at the end? Such a small thing that took me several hours to find.
micster is offline   Reply With Quote