View Single Post
Old 11-08-2011, 03:39 AM   #141
madifor
Junior Member
madifor began at the beginning.
 
Posts: 2
Karma: 10
Join Date: Nov 2011
Device: none
I have an Windows 2003 system, with php 5.3.
All other sites configured (using mysql) working like a charm but i am not able to get the php-calibre operational.

I keep getting the following error message (turned e_all on under the php config):
Fatal error: Uncaught exception 'Exception' with message 'Unable to open database: unable to open database file' in D:\....\db.php:160 Stack trace: #0 D:\....\db.php(160): SQLite3->__construct('t:\ebooks\Calib...', 1) #1 D:\....\db.php(195): MySQLite->open('t:\ebooks\Calib...') #2 D:\....\index.php(51): CalDatabase->__construct('t:\ebooks\Calib...') #3 {main} thrown in D:\....\db.php on line 160

I have started the sqlite3 executable on the web server.
A thing i don't understand why it tries to make an database file at the location where my ebooks are located (network share with write access).

Any help to get it running under iiS is appreciated.
madifor is offline   Reply With Quote