I’m updating from 8.7.4 to 8.8.0. After updating core/modules and running "/update.php", I receive the follow error:
DrupalComponentPluginExceptionPluginNotFoundException: The "group" entity type does not exist. in DrupalCoreEntityEntityTypeManager->getDefinition() (line 150 of corelibDrupalCoreEntityEntityTypeManager.php).
Any ideas? I am using the Group module, version 1.0-rc4, if that matters. (Not even clear to me if this error is related to the Group module or not…)
Here’s my full composer.json if it helps…
{ "name": "drupal-composer/drupal-project", "description": "Project template for Drupal 8 projects with composer", "type": "project", "license": "GPL-2.0-or-later", "authors": [ { "name": "", "role": "" } ], "repositories": [ { "type": "composer", "url": "https://packages.drupal.org/8" } ], "require": { "php": ">=5.6", "composer/installers": "1.7", "cweagans/composer-patches": "^1.7", "drupal/adaptivetheme": "^3.1", "drupal/admin_toolbar": "^2.0", "drupal/bootstrap": "^3.19", "drupal/business": "^1.7", "drupal/captcha": "1.2", "drupal/ckeditor_entity_link": "^1.0", "drupal/core-composer-scaffold": "^8.8", "drupal/core-recommended": "8.8", "drupal/ctools": "^3.0", "drupal/devel": "^2.1", "drupal/ds": "^3.3", "drupal/editor_advanced_link": "^1.4", "drupal/editor_file": "^1.3", "drupal/google_analytics": "^3.0", "drupal/group": "^1.0@RC", "drupal/gtranslate": "1.13", "drupal/imce": "^1.7", "drupal/owlcarousel2": "^1.0", "drupal/page_manager": "^4.0@beta", "drupal/pager": "^2.0", "drupal/panels": "4.4", "drupal/pathauto": "1.6", "drupal/recaptcha": "^2.3", "drupal/search_api": "^1.14", "drupal/search_api_attachments": "^1.0", "drupal/search_api_solr": "^4.2", "drupal/text_resize": "^1.2", "drupal/token": "^1.5", "drupal/url_to_video_filter": "^2.0", "drupal/views_bulk_operations": "4.0.1", "drupal/webform": "^5.0", "drush/drush": "^9.0.0", "kint-php/kint": "^4.1", "vlucas/phpdotenv": "^2.4", "webflo/drupal-finder": "^1.0.0", "webmozart/path-util": "^2.3", "zaporylie/composer-drupal-optimizations": "^1.0" }, "require-dev": { "drupal/core-dev": "8.8" }, "conflict": { "drupal/drupal": "*" }, "minimum-stability": "dev", "prefer-stable": true, "config": { "sort-packages": true, "allow-plugins": { "composer/installers": true, "cweagans/composer-patches": true, "drupal/console-extend-plugin": true, "drupal-composer/drupal-scaffold": true, "zaporylie/composer-drupal-optimizations": true } }, "autoload": { "classmap": [ "scripts/composer/ScriptHandler.php" ], "files": ["load.environment.php"] }, "scripts": { "pre-install-cmd": [ "DrupalProject\composer\ScriptHandler::checkComposerVersion" ], "pre-update-cmd": [ "DrupalProject\composer\ScriptHandler::checkComposerVersion" ], "post-install-cmd": [ "DrupalProject\composer\ScriptHandler::createRequiredFiles" ], "post-update-cmd": [ "DrupalProject\composer\ScriptHandler::createRequiredFiles" ] }, "extra": { "composer-exit-on-patch-failure": true, "patchLevel": { "drupal/core": "-p2" }, "enable-patching": "true", "installer-paths": { "web/core": ["type:drupal-core"], "web/core": ["type:drupal-core"], "web/libraries/{$name}": ["type:drupal-library"], "web/modules/contrib/{$name}": ["type:drupal-module"], "web/profiles/contrib/{$name}": ["type:drupal-profile"], "web/themes/contrib/{$name}": ["type:drupal-theme"], "drush/Commands/contrib/{$name}": ["type:drupal-drush"], "web/modules/custom/{$name}": ["type:drupal-custom-module"], "web/themes/custom/{$name}": ["type:drupal-custom-theme"] }, "drupal-scaffold": { "locations": { "web-root": "web/" } }, "patches": { } } }
Here’s the full error page as well when running update.php (or trying to access the site in any manner):
DrupalCoreEntityEntityTypeManager->getDefinition() (Line: 117) DrupalCoreFieldPluginFieldFieldTypeEntityReferenceItem::schema() (Line: 451) DrupalfieldEntityFieldStorageConfig->getSchema() (Line: 488) DrupalfieldEntityFieldStorageConfig->getColumns() (Line: 320) views_field_default_views_data() (Line: 772) core_field_views_data() call_user_func_array() (Line: 392) DrupalCoreExtensionModuleHandler->invoke() (Line: 191) views_views_data() call_user_func_array() (Line: 392) DrupalCoreExtensionModuleHandler->invoke() (Line: 245) DrupalviewsViewsData->getData() (Line: 162) DrupalviewsViewsData->get() (Line: 91) DrupaldsPluginDerivativeDsEntityRow->getDerivativeDefinitions() (Line: 101) DrupalComponentPluginDiscoveryDerivativeDiscoveryDecorator->getDerivatives() (Line: 87) DrupalComponentPluginDiscoveryDerivativeDiscoveryDecorator->getDefinitions() (Line: 284) DrupalCorePluginDefaultPluginManager->findDefinitions() (Line: 175) DrupalCorePluginDefaultPluginManager->getDefinitions() (Line: 146) views_theme() (Line: 447) DrupalCoreThemeRegistry->processExtension() (Line: 334) DrupalCoreThemeRegistry->build() (Line: 233) DrupalCoreThemeRegistry->get() (Line: 88) DrupalCoreUtilityThemeRegistry->initializeRegistry() (Line: 69) DrupalCoreUtilityThemeRegistry->__construct() (Line: 253) DrupalCoreThemeRegistry->getRuntime() (Line: 142) DrupalCoreThemeThemeManager->render() (Line: 431) DrupalCoreRenderRenderer->doRender() (Line: 200) DrupalCoreRenderRenderer->render() (Line: 144) DrupalCoreRenderRenderer->DrupalCoreRender{closure}() (Line: 573) DrupalCoreRenderRenderer->executeInRenderContext() (Line: 145) DrupalCoreRenderRenderer->renderRoot() (Line: 66) DrupalCoreRenderBareHtmlPageRenderer->renderBarePage() (Line: 76) DrupalCoreProxyClassRenderBareHtmlPageRenderer->renderBarePage() (Line: 196) DrupalsystemControllerDbUpdateController->handle() call_user_func_array() (Line: 115) DrupalCoreUpdateUpdateKernel->handleRaw() (Line: 76) DrupalCoreUpdateUpdateKernel->handle() (Line: 28)