- Status changed to Closed: duplicate
over 1 year ago 7:32pm 20 April 2023 - πΊπΈUnited States AaronBauman Philadelphia
Closing this in favor of older version of same.
The module does not fully work on Drupal 9 with PHP8
Set up on Drupal9 with PHP8 and try to log in getting error page.
The issue is with the requirement drupalauth/simplesamlphp-module-drupalauth this looks for 1.8 versions the root version isn't marked as php8 compatible so composer picks up a beta which says it is.
The only change with 1.9 is that is is explicitly PHP8 compatible so changing the requirement to that should be safe.
You can also fudge it with composer require composer require "drupalauth/simplesamlphp-module-drupalauth:1.9.1 as 1.8.1"
Update the composer.json to use the new version.
None
None
None
Closed: duplicate
1.0
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
Closing this in favor of older version of same.