On 05/06/10 11:56, A.L.E.C wrote:
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.
but I thought the patch was supposed to take care of all of those? [root@cube-brew htdocs]# grep rcube_mdb2 patch.txt --- program/include/rcube_mdb2.php.orig 2009-08-04 08:22:41.000000000 +0000 +++ program/include/rcube_mdb2.php 2009-09-15 13:24:48.143636844 +0000 @@ -100,7 +100,7 @@ class rcube_mdb2 @@ -249,7 +249,7 @@ class rcube_mdb2 @@ -535,6 +535,9 @@ class rcube_mdb2 @@ -690,10 +693,19 @@ class rcube_mdb2 [root@cube-brew htdocs]#
maybe this was for the older vers of roundcube.. i.e. not the 0.3
regards, Jason
List info: http://lists.roundcube.net/users/