Roundcube Community Forum

Release Support => Pending Issues => Topic started by: maxime on February 28, 2007, 09:08:26 AM

Title: SQLite Problem
Post by: maxime on February 28, 2007, 09:08:26 AM
OK,

I've read that SQLite support requires PHP 5 and initial setup with SQLite 2.8.

Under IIS, I have installed PHP 5.2.1 and checked that it is running correctly (using ISAPI mode), with a simple page.

I have created the initial sqlite.db database using SQLite 2.8.17, under the root of the RoundCube web site.

However, I keep getting the following error in the logs:
DB Error: extension not found in \\program\include\rcube_db.inc on line 105

My php.ini says that "extension_dir= \PHP\ext" where I can clearly find many dynamic link libraries, and notably php_sqlite.dll and php_pdo_sqlite.dll.

Has anybody successfully setup RoundCube with SQLite ?