← Back to team overview

mahara-contributors team mailing list archive

[Bug 1997906] Re: LDAP not working in correctly in 22.10

 

** Changed in: mahara/22.10
       Status: Fix Committed => Fix Released

** Changed in: mahara
       Status: Fix Committed => Fix Released

-- 
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:
  Fix Released
Status in Mahara 22.10 series:
  Fix Released
Status in Mahara 23.04 series:
  Fix Released

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



References