View Single Post
Old 07-24-2013, 03:17 PM   #508
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
Code:
    $config['calibre_directory'] = 'D:\Websites\Name\Library\calibre';
should be:

Code:
    $config['calibre_directory'] = 'D:\Websites\Name\Library\calibre\';
with a '\' at the end.

If tis does not work try
Code:
    $config['calibre_directory'] = "D:/Websites/Name/Library/calibre/";
mariosipad is offline   Reply With Quote