In the Identity Provider class, the use statement links to a non-existent class:

use Drupal\light_saml_idp\lightsaml\model\metadata\KeyDescriptor;

The correct path, with correct capitalization, without namespace should be:

use LightSaml\Model\Metadata\KeyDescriptor;

This fixes a fatal error on admin/config/people/light_saml_idp/metadata.

CommentFileSizeAuthor
#2 3062265-1.patch659 bytesMrHaroldA
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

MrHaroldA created an issue. See original summary.

MrHaroldA’s picture

Status: Active » Needs review
FileSize
659 bytes

This patch fixes the use statement.

PhilippVerpoort’s picture

I can confirm the patch in #2 resolves the issue.

StefanPr’s picture

Status: Needs review » Reviewed & tested by the community

  • MrHaroldA committed 3761c2c on 8.x-1.x
    Issue #3062265 by MrHaroldA: Error: Class 'Drupal\light_saml_idp\...
MrHaroldA’s picture

MrHaroldA’s picture

Status: Reviewed & tested by the community » Fixed

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.