Hi all,
I'm trying to install Roundcube but struggling. Any help would be appreciated.
I'm trying to get it working with SQLite, since I don't want to upgrade PHP from 5.2.17 at this point, and don't want to run PostgreSQL on the server.
I installed SQLite version 2.8.17. When I enter "sqlite" on the command line I get the interface, so it's working.
I ran the 2 commands specified in the INSTALL file to set up the sqlite.db file.
The installer reports:
SQLite: OK SQLite (v2): NOT AVAILABLE (See http://www.php.net/manual/en/ref.pdo-sqlite.php)
I'm guessing this is to do with the PHP drivers for SQLite. When I run phpinfo it appears that the SQLite PDO is there, but maybe I'm wrong. It says:
to SQLite 3.x.
So it seems that's ok, but maybe not?
Any advice appreciated, or let me know if further info is needed.
Thanks in advance, Nigel