Dear,

Recently I'm working on a carousel using display suite and Entityqueue, everything works fine until I'm going to the back-end tab to manage the display in the Entityqueue module.

The path is "/admin/structure/entityqueue/carousel_queue/display".
The Error:

The website encountered an unexpected error. Please try again later.
Error: Call to a member function getEntityTypeId() on null in Drupal\ds\Controller\DsController->contextualTab() (line 131 of modules/contrib/ds/src/Controller/DsController.php).

Drupal\ds\Controller\DsController->contextualTab(Object)
call_user_func_array(Array, Array) (Line: 123)
Drupal\Core\EventSubscriber\EarlyRenderingControllerWrapperSubscriber->Drupal\Core\EventSubscriber\{closure}() (Line: 574)
Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 124)
Drupal\Core\EventSubscriber\EarlyRenderingControllerWrapperSubscriber->wrapControllerExecutionInRenderContext(Array, Array) (Line: 97)
Drupal\Core\EventSubscriber\EarlyRenderingControllerWrapperSubscriber->Drupal\Core\EventSubscriber\{closure}()
call_user_func_array(Object, Array) (Line: 139)
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 62)
Symfony\Component\HttpKernel\HttpKernel->handle(Object, 1, 1) (Line: 57)
Drupal\Core\StackMiddleware\Session->handle(Object, 1, 1) (Line: 48)
Drupal\Core\StackMiddleware\KernelPreHandle->handle(Object, 1, 1) (Line: 98)
Drupal\page_cache\StackMiddleware\PageCache->pass(Object, 1, 1) (Line: 77)
Drupal\page_cache\StackMiddleware\PageCache->handle(Object, 1, 1) (Line: 47)
Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle(Object, 1, 1) (Line: 50)
Drupal\Core\StackMiddleware\NegotiationMiddleware->handle(Object, 1, 1) (Line: 23)
Stack\StackedHttpKernel->handle(Object, 1, 1) (Line: 628)
Drupal\Core\DrupalKernel->handle(Object) (Line: 19)

Still my custom block including the entityqueue and the display suite layout linked to it seems to work fine on the front-end.

Hope i've provided you with enough info.

Best regards

CommentFileSizeAuthor
#3 2727383-3.patch2.6 KBaspilicious
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

jochemh created an issue. See original summary.

aspilicious’s picture

Status: Active » Postponed (maintainer needs more info)

Can you try with the new release?

aspilicious’s picture

Status: Postponed (maintainer needs more info) » Needs review
FileSize
2.6 KB

We have a "path name" clash when dealing with entityqueue. I have to rename the paths to ensure a collision is less likely...

  • aspilicious committed 191d5a1 on 8.x-2.x
    Issue #2727383 by aspilicious: Display Suite + Entityqueue display...
aspilicious’s picture

Status: Needs review » Fixed

Status: Fixed » Closed (fixed)

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