Something went wrong while setting issue due date.
removing the test in fusiondirectory web setup for the database library
Closed
removing the test in fusiondirectory web setup for the database library
Hello,
we need to remove the check for the mdb2 module
/* Check if MDB2 module is available */
$N = msgPool::checkingFor(_("MDB2"));
$D = _("FusionDirectory requires this module to communicate with several supported databases.");
$S = msgPool::installPearModule("MDB2");
$R = ((@include_once("PEAR.php")) && (@include_once("MDB2.php")));
$M = class_available("databaseManagement");
if ($M) {
$D .= "<br/>"._("If you do not want to install MDB2 and won't use databases, remove the class_databaseManagement.inc file.");
}
$this->basic_checks[] = array("NAME" => $N , "DESC" => $D , "RESULT" => $R , "SOLUTION" => $S , "MUST" => $M );
as it is confusing and we are removing the plugins that need database support
Cheers
(from redmine: issue id 3990, created on 2015-08-10, closed on 2015-08-12)
- Changesets:
- Revision e8e0d2ef by Côme Chilliet on 2015-08-10T12:39:49.000Z:
Fixes #3990 Removed check for MDB2
- Revision e48aedf6 by Côme Chilliet on 2015-08-10T12:40:06.000Z:
Fixes #3990 Removed check for MDB2
- Custom Fields:
- Bug in version: 1.0.8.9
- Uploads: