Skip to content
This repository has been archived by the owner on Nov 16, 2021. It is now read-only.

The "scheduled_update" entity type does not exist. #125

Open
drfuzetto opened this issue Jul 7, 2021 · 1 comment
Open

The "scheduled_update" entity type does not exist. #125

drfuzetto opened this issue Jul 7, 2021 · 1 comment

Comments

@drfuzetto
Copy link

I have already changed my profile from Lightning to Minimal but I am still seeing this error when I tried to delete fields from an entity, like paragraphs:
Drupal\Component\Plugin\Exception\PluginNotFoundException: The "scheduled_update" entity type does not exist. in Drupal\Core\Entity\EntityTypeManager->getDefinition() (line 143 of core/lib/Drupal/Core/Entity/EntityTypeManager.php).

I don't see any references to scheduled_update in any of my configs so it must be in the database somewhere.
I tried this
drush cdel core.extension module.scheduled_update
and get "Configuration key module.scheduled_update not found."

I am on Drupal 9.2

Please advise.

@phenaproxima
Copy link
Collaborator

phenaproxima commented Jul 7, 2021

I'm not sure Lightning has ever provided a "scheduled_update" entity type. It provides scheduled update functionality, but as far as I know, nothing about it provides an entity type to facilitate that.

However, once upon a time, we did use the Scheduled Updates contrib module for this, and it did provide a scheduled_update entity type. Are you using that module, somehow? I would imagine not, since it hasn't seen a release since 2018 and doesn't support Drupal 9.

Beyond that, it's hard for me to say what's going on. Maybe post the contents of your core.extension config here, and that'll provide some clues? A backtrace from the exception might also be useful.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants