Roundcube Community Forum

Release Support => Release Discussion => Topic started by: tulipe on April 22, 2013, 06:52:38 AM

Title: SQLite: NOT AVAILABLE
Post by: tulipe on April 22, 2013, 06:52:38 AM
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

Title: Re: SQLite: NOT AVAILABLE
Post by: SKaero on April 22, 2013, 01:45:47 PM
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.
Title: Re: SQLite: NOT AVAILABLE
Post by: tulipe on April 22, 2013, 04:49:37 PM
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
Title: Re: SQLite: NOT AVAILABLE
Post by: SKaero on April 22, 2013, 04:56:52 PM
You also need the php sqlite pdo extension, I believe its the php5-sqlite package for debian.
Title: Re: SQLite: NOT AVAILABLE
Post by: tulipe on April 23, 2013, 05:13:26 AM
Hi,
I just check it; php5-sqlite is already installed???
Please can i run RC with this error???
Thank's
Title: Re: SQLite: NOT AVAILABLE
Post by: SKaero on April 23, 2013, 07:46:14 AM
Whats the output of phpinfo();?
Title: Re: SQLite: NOT AVAILABLE
Post by: alec on April 23, 2013, 08:07:00 AM
You need php5-pdo-sqlite ot sth. Also, if you don't use sqlite but mysql or postgres, you don't need this module.
Title: Re: SQLite: NOT AVAILABLE
Post by: tulipe on April 28, 2013, 05:10:51 AM
thank's