View Single Post
Old 01-03-2013, 09:34 AM   #194
Kevnancy
Member
Kevnancy began at the beginning.
 
Posts: 23
Karma: 10
Join Date: Jan 2013
Device: kobo glo
Dear all,

I have some difficulties to install the calibre OPDS server.

I'm using WS2012E with php 5.4.9 and metadata.db file is on the following folder:

Z:\ServerFolders\Ebook

When I try to access to OPDS server from the address: 192.168.0.11:8080, I have an error: "This page contains an error: document is empty" and for the page source code, I have:

Code:
xception 'PDOException' with message 'SQLSTATE[HY000] [14] unable to open database file' in C:\Program Files\Calibre2\Calibre Server\base.php:429
Stack trace:
#0 C:\Program Files\Calibre2\Calibre Server\base.php(429): PDO->__construct('sqlite:./metada...')
#1 C:\Program Files\Calibre2\Calibre Server\author.php(40): Base::getDb()
#2 C:\Program Files\Calibre2\Calibre Server\base.php(241): Author::getCount()
#3 C:\Program Files\Calibre2\Calibre Server\index.php(24): Page->InitializeContent()
#4 {main}exception 'PDOException' with message 'SQLSTATE[HY000] [14] unable to open database file' in C:\Program Files\Calibre2\Calibre Server\base.php:429
Stack trace:
#0 C:\Program Files\Calibre2\Calibre Server\base.php(429): PDO->__construct('sqlite:./metada...')
#1 C:\Program Files\Calibre2\Calibre Server\author.php(40): Base::getDb()
#2 C:\Program Files\Calibre2\Calibre Server\base.php(241): Author::getCount()
#3 C:\Program Files\Calibre2\Calibre Server\index.php(24): Page->InitializeContent()
#4 {main}
I think it's an error of configuration, but I can't to resolve it...

Thanks for your help
Kevnancy is offline   Reply With Quote