mahara-contributors team mailing list archive
-
mahara-contributors team
-
Mailing list archive
-
Message #06386
[Bug 862875] A change has been merged
Reviewed: https://reviews.mahara.org/755
Committed: http://gitorious.org/mahara/mahara/commit/4eac5847d1e09a20751e54ef6e6e394b3c53fcc0
Submitter: Francois Marier (francois@xxxxxxxxxxxxxxx)
Branch: master
commit 4eac5847d1e09a20751e54ef6e6e394b3c53fcc0
Author: Piers Harding <piers@xxxxxxxxxxxxxxx>
Date: Fri Sep 30 12:40:05 2011 +1300
Simplesaml config change - auth/saml (bug #862875)
auth/saml: Fixed session store check inline with new
config structure that ssphp has.
Change-Id: I94dacd84fea8e5b30ae2cf0c99427b4a063a6e5d
Signed-off-by: Piers Harding <piers@xxxxxxxxxxxxxxx>
--
You received this bug notification because you are a member of Mahara
Contributors, which is subscribed to Mahara.
https://bugs.launchpad.net/bugs/862875
Title:
Simplesaml changed their config - auth/saml
Status in Mahara ePortfolio:
Fix Committed
Bug description:
As reported by Tomas Gudmundsson:
Rather this is a change in requirements of simplesaml. I just set up simplesaml 1.8 and mahara 1.4.0 with the folder updated from the git repo in trunk, folder : htdocs/auth/saml/.
Simplesaml changed their config and changed session.handler to
store.type. I was getting errors from mahara auth saml, that session
handler must not be phpsession, however it was null so I got the
default message, maybe consider different messages for different
errors?
Changed it, started memcache and changed line 91 in
auth/saml/index.php to
$session_handler = $saml_config->getString('store.type', false);
Now I get this error message.
Mahara: Site unavailable
A nonrecoverable error occured. This probably means you have
encountered a bug in the system
To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/862875/+subscriptions
References