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?
looks like a bug, try latest svn-trunk.
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.