Updating my site from 8.2.7 to 8.3.1 fails in the database update. Same thing happens whether I do it with drush or through the web interface. Here is the full error output:

system module

Update add_region_to_entity_displays

Failed: Drupal\Component\Plugin\Exception\PluginNotFoundException: The "builder_formatter" plugin does not exist. in Drupal\Core\Plugin\DefaultPluginManager->doGetDefinition() (line 52 of /core/lib/Drupal/Component/Plugin/Discovery/DiscoveryTrait.php).

PHP 5.6.30 with the status page all green except for this db problem.

What extra info can I provide?

Comments

sathish33 created an issue. See original summary.

sathish33’s picture

Title: Upgrade to 8.3.0: PluginNotFoundException: The "builder_formatter" plugin does not exist » Upgrade to 8.3.1: PluginNotFoundException: The "builder_formatter" plugin does not exist
sathish33’s picture

Issue summary: View changes
sathish33’s picture

Issue summary: View changes

Version: 8.3.1 » 8.3.x-dev

Core issues are now filed against the dev versions where changes will be made. Document the specific release you are using in your issue comment. More information about choosing a version.

Version: 8.3.x-dev » 8.9.x-dev

Drupal 8.8.7 was released on June 3, 2020 and is the final full bugfix release for the Drupal 8.8.x series. Branches prior to 8.8.x are not supported, and Drupal 8.8.x will not receive any further development aside from security fixes. Sites should prepare to update to Drupal 8.9.0 or Drupal 9.0.0 for ongoing support.

Bug reports should be targeted against the 8.9.x-dev branch from now on, and new development or disruptive changes should be targeted against the 9.1.x-dev branch. For more information see the Drupal 8 and 9 minor version schedule and the Allowed changes during the Drupal 8 and 9 release cycles.

pameeela’s picture

Thanks for reporting this issue. We rely on issue reports like this one to resolve bugs and improve Drupal core.

As part of the Bug Smash Initiative, we are triaging Drupal core issues with the priority 'Major'.

@sathish33 were you able to resolve this? Since no others reported the same issue, it may have been specific to your instance?

pameeela’s picture

Issue tags: +Bug Smash Initiative

Version: 8.9.x-dev » 9.2.x-dev

Drupal 8 is end-of-life as of November 17, 2021. There will not be further changes made to Drupal 8. Bugfixes are now made to the 9.3.x and higher branches only. For more information see the Drupal core minor version schedule and the Allowed changes during the Drupal core release cycle.

Version: 9.2.x-dev » 9.3.x-dev
quietone’s picture

Status: Active » Closed (duplicate)

Even though this is a later issue I am closing it as a duplicate of #2869773: Upgrade to 8.3.0: PluginNotFoundException: The "entity_reference_autocomplete_category" plugin does not exist. They both report the error after the same update, although the have the error for different plugins.

The other issue has more discussion.