Problem/Motivation

Hi,
I'm getting this error while executing update.php in my drupal site.

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

Steps to reproduce

  • Execute update.php in the latest Drupal 8 site.

Drupal Verson : 8.9.13
PHP Version : 7.2.19

CommentFileSizeAuthor
#3 3207182.patch719 byteslarowlan

Comments

akhilavnair created an issue. See original summary.

akhilavnair’s picture

Status: Active » Needs work
larowlan’s picture

Version: 3.1.0 » 3.x-dev
Status: Needs work » Needs review
StatusFileSize
new719 bytes

This would indicate that your config was saved before we added a config schema.

The attached should resolve

  • larowlan committed a53b433 on 3.x
    Issue #3207182 by larowlan: The "0" entity type does not exist. in...

  • larowlan committed 8e878fd on 8.x-2.x
    Issue #3207182 by larowlan: The "0" entity type does not exist. in...
larowlan’s picture

Status: Needs review » Fixed

This will go out as 3.1.1, 3.0.2 and 8.x-2.6

larowlan’s picture

Version: 3.x-dev » 8.x-2.x-dev
akhilavnair’s picture

Hi larowlan,

This works fine, thanks for the patch.

Status: Fixed » Closed (fixed)

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