I experienced the following error:
Fatal error: Declaration of Drupal\saml_sp\SAML\SamlSPSettings::getSPMetadata($alwaysPublishEncryptionCert = false, $validUntil = null, $cacheDuration = null) must be compatible with OneLogin\Saml2\Settings::getSPMetadata($alwaysPublishEncryptionCert = false, $validUntil = null, $cacheDuration = null, $ignoreValidUntil = false) in /app/htdocs/web/modules/contrib/saml_sp/src/SAML/SamlSPSettings.php on line 22
Making the admin page for the module unusable.
This has to do with the ignoreValidUntil that has been added to the getSPMetadata function of the Settings base class.
| Comment | File | Size | Author |
|---|---|---|---|
| #4 | saml_sp-3526580-3525941.patch | 1.23 KB | ajlow |
Issue fork saml_sp-3526580
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #3
yorickdv commentedCreated MR Fixing the issue
Comment #4
ajlow commentedThank you, yorickdv for the fix and merge request. Your changes fixed the issue for me.
I've made a temporary patch with your changes while we wait for your changes to be merged.
Comment #7
jrglasgow commented