On Thu, 06 May 2010 11:48:47 -0400, Jason Welsh jason@monsterjam.org wrote:
DB Schema: NOT OK(Cannot read the schema file: ../SQL/pdoSqlite.initial.sql)
I cannot find this pdoSqlite.initial.sql
you can just rename sqlite.initial.sql file to pdoSqlite.initial.sql
I made my database with sqlite -init SQL/sqlite.initial.sql sqlite.db
and I get this error in my logs.
All because we don't support pdoSqlite driver. You'll need to add 'pdosqlite' driver name in some places in rcube_mdb2 class. Search for 'sqlite' string.