IDP edit form has a fatal error

Created on 13 May 2024, 8 months ago
Updated 27 May 2024, 8 months ago

The IdP edit form is failing with a fatal error:

The website encountered an unexpected error. Please try again later.
TypeError: Argument 1 passed to Drupal\saml_sp\Form\IdpForm::__construct() must be an instance of Drupal\saml_sp\Form\MessengerInterface, instance of Drupal\Core\Messenger\Messenger given, called in /path/to/web/modules/contrib/saml_sp/src/Form/IdpForm.php on line 29 in Drupal\saml_sp\Form\IdpForm->__construct() (line 39 of modules/contrib/saml_sp/src/Form/IdpForm.php).

There is a missing use statement in IdpForm.php:

use Drupal\Core\Messenger\MessengerInterface;

πŸ› Bug report
Status

Fixed

Version

4.0

Component

Code

Created by

πŸ‡ΊπŸ‡ΈUnited States brad.bulger

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Merge Requests

Comments & Activities

Production build 0.71.5 2024