Roundcube Community Forum

Release Support => Pending Issues => Topic started by: FlashT on June 12, 2008, 03:26:50 AM

Title: [0.2] Installer issue - missing files, can't install.
Post by: FlashT on June 12, 2008, 03:26:50 AM
Hi,

There is a problem with new version - it cannot be installed - at least at my machine, in step 2, database setup, got fatal error:

Fatal error: require_once() [function.require]: Failed opening required 'DB.php' in config.php on line 187

Any ideas?
Title: [0.2] Installer issue - missing files, can't install.
Post by: JohnDoh on June 12, 2008, 08:54:45 AM
looks like a bug, try latest svn-trunk.
Title: [0.2] Installer issue - missing files, can't install.
Post by: bitman on June 12, 2008, 06:24:18 PM
The whole "program/lib/DB" dir is missing.  I assume DB support was dropped in favor of MDB2.  I changed the db_backend line in db.inc.php to this:
$rcmail_config['db_backend'] = 'mdb2';and everything seems to work fine now.  Note that the new db.inc.php.dist file includes exactly that line.