← Back to team overview

mahara-contributors team mailing list archive

[Bug 1997906] [NEW] LDAP not working in correctly in 22.10

 

Public bug reported:

We now get a:

PHP Fatal error:  Cannot redeclare group_user_access() (previously
declared in /var/www/html/lib/group.php:38) in
/var/www/html/lib/group.php on line 38

This is because we are already including the lib/group.php file earlier
in the chain of loading things in some instances.

We need to adjust the require() calls to require_once()

** Affects: mahara
     Importance: High
         Status: In Progress

** Affects: mahara/22.10
     Importance: High
         Status: In Progress

** Affects: mahara/23.04
     Importance: High
         Status: In Progress

** Changed in: mahara
       Status: New => In Progress

** Changed in: mahara
   Importance: Undecided => High

** Also affects: mahara/23.04
   Importance: High
       Status: In Progress

** Also affects: mahara/22.10
   Importance: Undecided
       Status: New

** Changed in: mahara/22.10
   Importance: Undecided => High

** Changed in: mahara/23.04
    Milestone: None => 23.04.0

** Changed in: mahara/22.10
    Milestone: None => 22.10.1

** Changed in: mahara/22.10
       Status: New => In Progress

-- 
You received this bug notification because you are a member of Mahara
Contributors, which is subscribed to Mahara.
Matching subscriptions: mahara-contributors
https://bugs.launchpad.net/bugs/1997906

Title:
  LDAP not working in  correctly in 22.10

Status in Mahara:
  In Progress
Status in Mahara 22.10 series:
  In Progress
Status in Mahara 23.04 series:
  In Progress

Bug description:
  We now get a:

  PHP Fatal error:  Cannot redeclare group_user_access() (previously
  declared in /var/www/html/lib/group.php:38) in
  /var/www/html/lib/group.php on line 38

  This is because we are already including the lib/group.php file
  earlier in the chain of loading things in some instances.

  We need to adjust the require() calls to require_once()

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1997906/+subscriptions



Follow ups