The "paragraph" entity type does not exist error after uninstallation due to left key_value entries

Created on 17 August 2020, almost 4 years ago
Updated 8 December 2023, 7 months ago

The Paragraphs module was installed on the site, then it was decided to abandon its use.
After removing the module, an error began to appear on each cron pass.
How to get rid of this error?

Drupal\Component\Plugin\Exception\PluginNotFoundException: The "paragraph" entity type does not exist. in Drupal\Core\Entity\EntityTypeManager->getDefinition() (line 150 of /core/lib/Drupal/Core/Entity/EntityTypeManager.php).

πŸ› Bug report
Status

Active

Version

1.0

Component

Code

Created by

πŸ‡·πŸ‡ΊRussia DD 85

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

Comments & Activities

Not all content is available!

It's likely this issue predates Contrib.social: some issue and comment data are missing.

  • πŸ‡ΊπŸ‡ΈUnited States Trigve Hagen Lodi CA

    Search for paragraph in your database. It will be a left over in your key_value table. At least it was for me.

    SELECT * FROM `drupal10`.`key_value` WHERE (CONVERT(`collection` USING utf8) LIKE '%paragraph%' OR CONVERT(`name` USING utf8) LIKE '%paragraph%' OR CONVERT(`value` USING utf8) LIKE '%paragraph%')

Production build 0.69.0 2024