This message means, that your PHP does not provide SQL support. As far as I know, SQLite is only available with PHP5.
Use phpinfo() to get details about your PHP installation and the included extensions.
Thomas
Auke Kok wrote:
Hi guys,
first of all, please add some descriptive information to the INSTALL file that points to proper documentation on how to initialize these databases. Mysql has plenty, but sqlite has none by itself - only needs to be one line of text.
Second, after installing and setting up the DB I get the following after logging in:
<b>DB Error in /var/roundcubemail/program/include/rcube_db.inc (63):</b> DB Error: extension not found<br /><br /> <b>Fatal error</b>: Call to undefined function: query() in <b>/var/roundcubemail/program/include/rcube_db.inc</b> on line <b>124</b><br />
php-4.4.0, pear has SQLite 1.0.3, and I'm running apache-2.0.5x.
Any clues? I cant get google to turn me up with helpful info.
Auke