Skip to content
GitLab
    • Explore Projects Groups Topics Snippets
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • fusiondirectory fusiondirectory
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Issues 39
    • Issues 39
    • List
    • Boards
    • Service Desk
    • Milestones
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Container Registry
    • Terraform modules
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • fusiondirectoryfusiondirectory
  • fusiondirectoryfusiondirectory
  • Issues
  • #3990
Something went wrong while setting issue due date.
Closed
Open
Issue created 9 years ago by bmortier@bmortierMaintainer
  • New related issue

  • New related issue

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:
    • 0001-Fixes-3990-Removed-check-for-MDB2.patch

    Tasks

    0

    No tasks are currently assigned. Use tasks to break down this issue into smaller parts.

    Linked items
    0

    Link issues together to show that they're related. Learn more.

    Activity


    • bmortier
      bmortier @bmortier · 9 years ago
      Author Maintainer

      hello,

      applied to 1.0.9 and develop

      Cheers

      (from redmine: written on 2015-08-10)

      By bmortier on 2017-09-02T15:22:10 (imported from GitLab)

    • bmortier
      bmortier @bmortier · 9 years ago
      Author Maintainer

      I just did an install, and I not see any issue

      Close issue

      (from redmine: written on 2015-08-12)

      By Jonathan Swaelens on 2017-09-02T15:22:10 (imported from GitLab)

    • bmortier closed 7 years ago

      closed

      By Jonathan Swaelens on 2017-09-02T15:22:10 (imported from GitLab)

    • bmortier added Removed label 6 years ago

      added Removed label

      By bmortier on 2018-10-08T15:56:16 (imported from GitLab)

    Please register or sign in to reply
    Assignee
    bmortier's avatar
    bmortier
    Assign to
    Labels
    0
    None
    0
    None
      Assign labels
    • Manage project labels

    Milestone
    No milestone
    None
    Due date
    None
    None
    None
    Time tracking
    No estimate or time spent
    Confidentiality
    Not confidential
    Not confidential

    You are going to turn on confidentiality. Only project members with at least the Reporter role, the author, and assignees can view or be notified about this issue.

    Lock issue
    Unlocked
    0
    0 Participants
    Reference:

    Menu

    Explore Projects Groups Topics Snippets