Roundcube Community Forum

 

[0.2] Installer issue - missing files, can't install.

Started by FlashT, June 12, 2008, 03:26:50 AM

Previous topic - Next topic

FlashT

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?

JohnDoh

Roundcube Plugins: Contextmenu, SpamAssassin Prefs, and more...

bitman

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.