I did a core update from drupal 8.27 to 8.3.2 i am getting error
Drupal\Component\Plugin\Exception\PluginNotFoundException: The "integer" plugin does not exist. in Drupal\Core\Plugin\DefaultPluginManager->doGetDefinition()
What might be causing it and how can i get rid of this error.
Comments
Comment #2
yash_khandelwalComment #3
cilefen commented@adityaj We need a little more information. Did /update.php proceed without errors? What action is taken that triggers the error?
Comment #4
aaronbauman"drush up" from Drupal 8.2.7 to 8.3.5 exhibited this error.
many of the update procedures ran smoothly, but drupal is choking with the following updates pending:
I've run updb 3 times.
The full error message is:
Comment #5
adityaj commented@cilefen steps to recreate error "integer plugin not found" in step #3
Comment #6
adityaj commentedComment #7
adityaj commentedComment #8
nicrodgersFor those who are getting this after running drush updb, have you also ran drush entup? If not, try running drush entup and then drush updb again.
Comment #9
adityaj commented@nicrodgers
I did try entup too and then drush updb and getting same error
Comment #10
adityaj commentedWhen i do a fresh install of drupal 8.27 and update to 8.35 i don't get any error. Above error is in existing site which is already configured and have multiple contributed module installed
Comment #11
cilefen commentedComment #12
xjmIt's really hard to diagnose errors like this without more specific steps to reproduce the problem. Try documenting things like your installed contributed modules, database, PHP version, etc. so that you and others encountering the error can see if there's a common thread.
Comment #13
xjmI think this is likely a duplicate of #2869773: Upgrade to 8.3.0: PluginNotFoundException: The "entity_reference_autocomplete_category" plugin does not exist.
Comment #15
adityaj commentedWork around suggested by incrn8(comment #6) on https://www.drupal.org/node/2783367 works fine for me.
Comment #16
voleger#2903161: Fix incorrect FieldFormatter id for "weight" field in base field definition in display options
Comment #17
volegerAs an option just try to add this code in enabled custom module in your project.
If it does not help, check out may be some other display options in other modules that use incorrect plugin id.
Comment #18
andypostthe related fixed in 8.4 #2903161: Fix incorrect FieldFormatter id for "weight" field in base field definition in display options
feel free to reopen if possible to reproduce