Roundcube Community Forum

 

SQLite: NOT AVAILABLE

Started by tulipe, April 22, 2013, 06:52:38 AM

Previous topic - Next topic

tulipe

Hi all,
I have just upgrade frrom RC-0.8.6 to RC-0.9.0, and when i run : https://ip-address/installer/ i have the error: SQLite:  NOT AVAILABLE
I check on my packages on debian squeeze
dpkg -l "sqlite"
ii  sqlite         2.8.17-6       command line interface for SQLite
There is a version 2.8 for sqlite installed on my server.
Is this error affect the operation of  RC and my email server.
Thank's for helping me


SKaero

RoundCube 0.9.x uses the pdo drivers to connect to the database so you need sqlite pdo package. I'm not sure how exactly the sqlite pdo package works I think it maybe sqlite3 only so you may have to upgrade sqlite as well.

tulipe

Hi,
I  installed sqlite3 but i have the same problem.
Tell me please if this error affect roudcubemail ??? or it's optional
Thank's for help

SKaero

You also need the php sqlite pdo extension, I believe its the php5-sqlite package for debian.

tulipe

Hi,
I just check it; php5-sqlite is already installed???
Please can i run RC with this error???
Thank's

SKaero

Whats the output of phpinfo();?

alec

You need php5-pdo-sqlite ot sth. Also, if you don't use sqlite but mysql or postgres, you don't need this module.

tulipe