Problem/Motivation

Trying to enable "Paragraphs Editor Enhancements for Paragraphs Sets" module from UI causes fatal error:

Drupal\Core\Extension\Exception\UnknownExtensionException: The module paragraphs_sets does not exist or is not installed. in Drupal\Core\Extension\ExtensionList->getExtensionInfo() (line 346 of /drupal/core/lib/Drupal/Core/Extension/ExtensionList.php).

Steps to reproduce

Install latest Drupal core (9.3.x).
Select only "Paragraphs Editor Enhancements for Paragraphs Sets" on /admin/modules.

Proposed resolution

-

Remaining tasks

-

User interface changes

-

API changes

-

Data model changes

-

Comments

sokru created an issue. See original summary.

stborchert’s picture

I've tested this with a fresh install on Drupal 9.2.10 and can confirm this error. I think I already know what that could be.

  • 60c55d0 committed on 8.x-1.x
    Issue #3213157: Fatal error when enabling paragraphs_ee_sets module
    
stborchert’s picture

Status: Active » Fixed

Got it ... the old (and now not useful anymore) hook_requirements() causes the error. I've removed it and now it's working again.

Status: Fixed » Closed (fixed)

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