Author Topic: [0.2] Installer issue - missing files, can't install.  (Read 2740 times)

Offline FlashT

  • Newbie
  • *
  • Posts: 2
[0.2] Installer issue - missing files, can't install.
« 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?

Offline JohnDoh

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 2,850
[0.2] Installer issue - missing files, can't install.
« Reply #1 on: June 12, 2008, 08:54:45 AM »
looks like a bug, try latest svn-trunk.
Roundcube Plugins: Contextmenu, SpamAssassin Prefs, and moreā€¦

Offline bitman

  • Newbie
  • *
  • Posts: 5
[0.2] Installer issue - missing files, can't install.
« Reply #2 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:
Code: [Select]
$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.