Quote:
Originally Posted by theducks
All. Server is not a standalone. You need the other pieces to populate the DB anyway.
|
In fact I want to store the database in my WS2012E and populate the DB using calibre on my desktop PC (It's ok).
But, I have a problem to implement the calibre server on my IIS 8 (WS2012E). I installed php 5.4.9 and it's working.
However, I have a problem with the sqlite3 database. I activated the following extionsion in php:
- extension=php_pdo_sqlite.dll
- extension=php_sqlite3.dll
but I have an error (http 500) when I tried to access to the remote server access.
Do you have an idea to resolve my problem?
best regards