Hi,
I'm using the sqlite backend, and in the process of upgrading from 0.2-alpha to 0.2-beta.
I untarred the new version, then copied the sqlite.db file, and merged the config files.
But in the new version, Only some of my users have problems with login. They are shown an empty white page when they try to login, and the error log shows this;
[06-Eki-2008 00:03:39] PHP Fatal error: Call to undefined method MDB2_Driver_Datatype_sqlite::getDBInstance() in roundcubemail-0.2-beta/program/lib/MDB2/Driver/Datatype/Common.php on line 1117
I had a look at the php files, in program/lib/MDB2.php file, the getDBInstance function is defined in MDB2_Module_Common class. There are no other definitions of getDBInstance.
Does anybody else have experienced this error, or is this a bug?