- Issue created by @sethhill
- πΊπΈUnited States sethhill
Incorporated these changes in a MR at π Fatal error when testing drupal 11 Active to consolidate fatal error fixes. Marking this as duplicate.
Configuration forms at admin/config/people/oidc and admin/config/people/oidc/realms are throwing errors in D11:
TypeError: Drupal\oidc\Form\RealmsConfigForm::__construct(): Argument #2 ($typedConfigManager) must be of type Drupal\Core\Config\TypedConfigManagerInterface, Drupal\oidc\OpenidConnectRealm\OpenidConnectRealmManager given, called in /var/www/html/web/modules/contrib/oidc/src/Form/RealmsConfigForm.php on line 128 in Drupal\oidc\Form\RealmsConfigForm->__construct() (line 111 of modules/contrib/oidc/src/Form/RealmsConfigForm.php).
Active
2.0
Code
Incorporated these changes in a MR at π Fatal error when testing drupal 11 Active to consolidate fatal error fixes. Marking this as duplicate.