Ticket #1485145 (closed Bugs: fixed)

Opened 2 months ago

Last modified 3 days ago

DB->MDB2 not noted in UPGRADING/db.inc.php.dist

Reported by: sthen Owned by:
Priority: 5 Milestone: 0.2-beta
Component: Documentation Version: 0.2-alpha
Severity: major Keywords:
Cc:

Description

Users who have db_backend='db' will get a blank screen at login and 500 error, The removal of DB should be noted in UPGRADING, the "only db or mdb2 are supported" in db.inc.php.dist should be updated, and maybe a cleaner error message could be displayed on the login page if DB.php is not available, this is rather fiddly to track down...

[20-Jun-2008 11:07:27] PHP Warning: include_once(DB.php) [<a href='function.include-once'>function.include-once</a>]: failed to open stream: No such file or directory in /roundcubemail/program/include/iniset.php on line 76 [20-Jun-2008 11:07:27] PHP Warning: include_once() [<a href='function.include'>function.include</a>]: Failed opening 'DB.php' for inclusion (include_path='/roundcubemail/:/roundcubemail/program:/roundcubemail/program/lib:/roundcubemail/program/include:.:/pear/lib:/var/www/pear/lib') in /roundcubemail/program/include/iniset.php on line 76 [20-Jun-2008 11:07:27] PHP Fatal error: Class 'DB' not found in /roundcubemail/program/include/rcube_db.php on line 66

Change History

Changed 3 days ago by alec

  • status changed from new to closed
  • resolution set to fixed

Fixed in r1681. PEAR::DB has been removed completely.

Note: See TracTickets for help on using tickets.