mahara-contributors team mailing list archive
-
mahara-contributors team
-
Mailing list archive
-
Message #67986
[Bug 1997906] A change has been merged
Reviewed: https://reviews.mahara.org/c/mahara/+/13495
Committed: https://git.mahara.org/mahara/mahara/commit/08ce93a266fdd397d6168460410519d714be709b
Submitter: "Gold <gold@xxxxxxxxxxxxxxx>"
Branch: main
commit 08ce93a266fdd397d6168460410519d714be709b
Author: Robert Lyon <robertl@xxxxxxxxxxxxxxx>
Date: Thu Nov 24 13:43:30 2022 +1300
Bug 1997906: Avoid calling Mahara libraries twice
When using LDAP
Change-Id: I452e14882a9f1b4f556d03bba9084438228c317c
Signed-off-by: Robert Lyon <robertl@xxxxxxxxxxxxxxx>
--
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
References