View Single Post
Old 01-04-2013, 09:37 AM   #200
Kevnancy
Member
Kevnancy began at the beginning.
 
Posts: 23
Karma: 10
Join Date: Jan 2013
Device: kobo glo
I tried:

config_local.php:
Code:
$config['calibre_directory'] = './';
base.php:
Code:
self::$db = new PDO('sqlite:'. './Ebook/metadata.db');
And I put the Ebook folder (containing metadat.db) in the calibre folder (C:\Program Files\Calibre2)

Always the same error....
Kevnancy is offline   Reply With Quote