Author Topic: SQLite: NOT AVAILABLE  (Read 5697 times)

Offline tulipe

  • Jr. Member
  • **
  • Posts: 22
SQLite: NOT AVAILABLE
« 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


Offline SKaero

  • Administrator
  • Hero Member
  • *****
  • Posts: 5,879
    • SKaero - Custom Roundcube development
Re: SQLite: NOT AVAILABLE
« Reply #1 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.

Offline tulipe

  • Jr. Member
  • **
  • Posts: 22
Re: SQLite: NOT AVAILABLE
« Reply #2 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

Offline SKaero

  • Administrator
  • Hero Member
  • *****
  • Posts: 5,879
    • SKaero - Custom Roundcube development
Re: SQLite: NOT AVAILABLE
« Reply #3 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.

Offline tulipe

  • Jr. Member
  • **
  • Posts: 22
Re: SQLite: NOT AVAILABLE
« Reply #4 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

Offline SKaero

  • Administrator
  • Hero Member
  • *****
  • Posts: 5,879
    • SKaero - Custom Roundcube development
Re: SQLite: NOT AVAILABLE
« Reply #5 on: April 23, 2013, 07:46:14 AM »
Whats the output of phpinfo();?

Offline alec

  • Hero Member
  • *****
  • Posts: 1,365
Re: SQLite: NOT AVAILABLE
« Reply #6 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.

Offline tulipe

  • Jr. Member
  • **
  • Posts: 22
Re: SQLite: NOT AVAILABLE
« Reply #7 on: April 28, 2013, 05:10:51 AM »
thank's