When I try to delete a field I get the following:

Uncaught PHP Exception Drupal\\Component\\Plugin\\Exception\\PluginNotFoundException: "The "" entity type does not exist." at /home/vbg/web/one/core/lib/Drupal/Core/Entity/EntityTypeManager.php line 130, referer: http://78.47.45.6/one/admin/structure/customer/settings/form-display

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

maen created an issue. See original summary.

heykarthikwithu’s picture

Assigned: Unassigned » heykarthikwithu

yes, this bug is reproducible, will look into this.

heykarthikwithu’s picture

complete log about this error.

The website encountered an unexpected error. Please try again later.

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

Drupal\Core\Entity\EntityManager->getDefinition(NULL)
Drupal\field_ui\Routing\FieldUiRouteEnhancer->enhance(Array, Object)
Drupal\Core\Routing\LazyRouteEnhancer->enhance(Array, Object)
Symfony\Cmf\Component\Routing\DynamicRouter->applyRouteEnhancers(Array, Object)
Symfony\Cmf\Component\Routing\DynamicRouter->matchRequest(Object)
Symfony\Cmf\Component\Routing\ChainRouter->doMatch('/admin/structure/types/manage/article/groups/node.article.form.default.group_new_fielset/delete', Object)
Symfony\Cmf\Component\Routing\ChainRouter->matchRequest(Object)
Drupal\Core\Routing\AccessAwareRouter->matchRequest(Object)
Symfony\Component\HttpKernel\EventListener\RouterListener->onKernelRequest(Object, 'kernel.request', Object)
Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch('kernel.request', Object)
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1)
Symfony\Component\HttpKernel\HttpKernel->handle(Object, 1, 1)
Drupal\Core\StackMiddleware\Session->handle(Object, 1, 1)
Drupal\Core\StackMiddleware\KernelPreHandle->handle(Object, 1, 1)
Drupal\page_cache\StackMiddleware\PageCache->pass(Object, 1, 1)
Drupal\page_cache\StackMiddleware\PageCache->handle(Object, 1, 1)
Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle(Object, 1, 1)
Drupal\Core\StackMiddleware\NegotiationMiddleware->handle(Object, 1, 1)
Stack\StackedHttpKernel->handle(Object, 1, 1)
Drupal\Core\DrupalKernel->handle(Object)
nils.destoop’s picture

Fix is ready, committing it in an hour.

  • zuuperman committed dd44303 on 8.x-1.x
    Issue #2645616 by heykarthikwithu, zuuperman: Unable to delete a...
nils.destoop’s picture

Status: Active » Fixed

Should be fixed

Status: Fixed » Closed (fixed)

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

heykarthikwithu’s picture

Assigned: heykarthikwithu » Unassigned