Contextual filter type error with Hierarchy: Is Sibling of

Created on 19 January 2025, 3 months ago

Problem/Motivation

I am trying to display all child elements of the same parent element.
I tried to access them using views-contextual filter:Hierarchy: Is Sibling of .
When I want to display sibling items on a block, I get the following error.

Any idea, please ? Thanks

TypeError: Drupal\entity_hierarchy\Storage\QueryBuilder::findDescendants(): Argument #1 ($entity) must be of type Drupal\Core\Entity\ContentEntityInterface, null given, called in /var/www/html/d10site/web/modules/contrib/entity_hierarchy/src/Plugin/views/argument/HierarchyIsSiblingOfEntity.php on line 30 in Drupal\entity_hierarchy\Storage\QueryBuilder->findDescendants() (line 148 of /var/www/html/d10site/web/modules/contrib/entity_hierarchy/src/Storage/QueryBuilder.php).

Details

#0 /var/www/html/d10site/web/modules/contrib/entity_hierarchy/src/Plugin/views/argument/HierarchyIsSiblingOfEntity.php(30): Drupal\entity_hierarchy\Storage\QueryBuilder->findDescendants()
#1 /var/www/html/d10site/web/core/modules/views/src/ViewExecutable.php(1171): Drupal\entity_hierarchy\Plugin\views\argument\HierarchyIsSiblingOfEntity->query()
#2 /var/www/html/d10site/web/core/modules/views/src/ViewExecutable.php(1327): Drupal\views\ViewExecutable->_buildArguments()
#3 /var/www/html/d10site/web/core/modules/views/src/ViewExecutable.php(1451): Drupal\views\ViewExecutable->build()
#4 /var/www/html/d10site/web/core/modules/views/src/ViewExecutable.php(1514): Drupal\views\ViewExecutable->execute()
#5 /var/www/html/d10site/web/core/modules/views/src/Plugin/views/display/DisplayPluginBase.php(2467): Drupal\views\ViewExecutable->render()
#6 /var/www/html/d10site/web/core/modules/views/src/ViewExecutable.php(1722): Drupal\views\Plugin\views\display\DisplayPluginBase->preview()
#7 /var/www/html/d10site/web/core/modules/views_ui/src/ViewUI.php(617): Drupal\views\ViewExecutable->preview()
#8 /var/www/html/d10site/web/core/modules/views_ui/src/ViewPreviewForm.php(63): Drupal\views_ui\ViewUI->renderPreview()
#9 /var/www/html/d10site/web/core/lib/Drupal/Core/Entity/EntityForm.php(107): Drupal\views_ui\ViewPreviewForm->form()
#10 /var/www/html/d10site/web/core/modules/views_ui/src/ViewFormBase.php(42): Drupal\Core\Entity\EntityForm->buildForm()
#11 [internal function]: Drupal\views_ui\ViewFormBase->buildForm()
#12 /var/www/html/d10site/web/core/lib/Drupal/Core/Form/FormBuilder.php(536): call_user_func_array()
#13 /var/www/html/d10site/web/core/lib/Drupal/Core/Form/FormBuilder.php(375): Drupal\Core\Form\FormBuilder->retrieveForm()
#14 /var/www/html/d10site/web/core/lib/Drupal/Core/Form/FormBuilder.php(633): Drupal\Core\Form\FormBuilder->rebuildForm()
#15 /var/www/html/d10site/web/core/lib/Drupal/Core/Form/FormBuilder.php(326): Drupal\Core\Form\FormBuilder->processForm()
#16 /var/www/html/d10site/web/core/lib/Drupal/Core/Controller/FormController.php(73): Drupal\Core\Form\FormBuilder->buildForm()
#17 [internal function]: Drupal\Core\Controller\FormController->getContentResult()
#18 /var/www/html/d10site/web/core/lib/Drupal/Core/EventSubscriber/EarlyRenderingControllerWrapperSubscriber.php(123): call_user_func_array()
#19 /var/www/html/d10site/web/core/lib/Drupal/Core/Render/Renderer.php(638): Drupal\Core\EventSubscriber\EarlyRenderingControllerWrapperSubscriber->Drupal\Core\EventSubscriber\{closure}()
#20 /var/www/html/d10site/web/core/lib/Drupal/Core/EventSubscriber/EarlyRenderingControllerWrapperSubscriber.php(121): Drupal\Core\Render\Renderer->executeInRenderContext()
#21 /var/www/html/d10site/web/core/lib/Drupal/Core/EventSubscriber/EarlyRenderingControllerWrapperSubscriber.php(97): Drupal\Core\EventSubscriber\EarlyRenderingControllerWrapperSubscriber->wrapControllerExecutionInRenderContext()
#22 /var/www/html/d10site/vendor/symfony/http-kernel/HttpKernel.php(181): Drupal\Core\EventSubscriber\EarlyRenderingControllerWrapperSubscriber->Drupal\Core\EventSubscriber\{closure}()
#23 /var/www/html/d10site/vendor/symfony/http-kernel/HttpKernel.php(76): Symfony\Component\HttpKernel\HttpKernel->handleRaw()
#24 /var/www/html/d10site/web/core/lib/Drupal/Core/StackMiddleware/Session.php(53): Symfony\Component\HttpKernel\HttpKernel->handle()
#25 /var/www/html/d10site/web/core/lib/Drupal/Core/StackMiddleware/KernelPreHandle.php(48): Drupal\Core\StackMiddleware\Session->handle()
#26 /var/www/html/d10site/web/core/lib/Drupal/Core/StackMiddleware/ContentLength.php(28): Drupal\Core\StackMiddleware\KernelPreHandle->handle()
#27 /var/www/html/d10site/web/core/modules/big_pipe/src/StackMiddleware/ContentLength.php(32): Drupal\Core\StackMiddleware\ContentLength->handle()
#28 /var/www/html/d10site/web/core/modules/page_cache/src/StackMiddleware/PageCache.php(116): Drupal\big_pipe\StackMiddleware\ContentLength->handle()
#29 /var/www/html/d10site/web/core/modules/page_cache/src/StackMiddleware/PageCache.php(90): Drupal\page_cache\StackMiddleware\PageCache->pass()
#30 /var/www/html/d10site/web/modules/contrib/advban/src/AdvbanMiddleware.php(57): Drupal\page_cache\StackMiddleware\PageCache->handle()
#31 /var/www/html/d10site/web/core/modules/ban/src/BanMiddleware.php(50): Drupal\advban\AdvbanMiddleware->handle()
#32 /var/www/html/d10site/web/core/lib/Drupal/Core/StackMiddleware/ReverseProxyMiddleware.php(48): Drupal\ban\BanMiddleware->handle()
#33 /var/www/html/d10site/web/core/lib/Drupal/Core/StackMiddleware/NegotiationMiddleware.php(51): Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle()
#34 /var/www/html/d10site/web/core/lib/Drupal/Core/StackMiddleware/AjaxPageState.php(36): Drupal\Core\StackMiddleware\NegotiationMiddleware->handle()
#35 /var/www/html/d10site/web/core/lib/Drupal/Core/StackMiddleware/StackedHttpKernel.php(51): Drupal\Core\StackMiddleware\AjaxPageState->handle()
#36 /var/www/html/d10site/web/core/lib/Drupal/Core/DrupalKernel.php(741): Drupal\Core\StackMiddleware\StackedHttpKernel->handle()
#37 /var/www/html/d10site/web/index.php(19): Drupal\Core\DrupalKernel->handle()
#38 {main}
πŸ’¬ Support request
Status

Active

Version

5.0

Component

Code (module)

Created by

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

  • Issue created by @pearls
  • πŸ‡¦πŸ‡ΊAustralia larowlan πŸ‡¦πŸ‡ΊπŸ.au GMT+10

    Hi @pearls - thanks for logging this issue.
    Can you share your view configuration - just the contextual filter if possible.

    I'm fairly certain you need to use a revision ID if the entity-type is revisionable.

    Lee

  • Hi Lee,
    Yes , You're right. It'a about revisions.

    I created two test.

    First one
    Parent:Course
    Child:Lesson
    Create new revision option: No

    It worked perfect.

    Then I created new one
    Second example
    Parent:Teacher
    Child:Student
    Create new revision option: Checked

    When I create a lesson-course or class-teacher contents I saw the same error.
    The same error appears in some of the contents(lessons) in the first example, which I do not understand.

    I also created another block with revision id but the result is the same.

    Then I deleted class-teacher contents and also content types.
    Just only first example remained.

    Now I can see sibling lessons again.

    I couldn't understand why another type of content being revisable would cause an error.

    So, any advice please. Thanks

  • πŸ‡¦πŸ‡ΊAustralia larowlan πŸ‡¦πŸ‡ΊπŸ.au GMT+10

    This is a duplicate of ✨ Unable to display list of children in views Needs work but for 5.x

    Do you have scope to apply patches for Drupal core? If so the patch on #2847233: Allow entity field value as argument_default β†’ will give you a new option under 'default value' and rather than 'content ID from URL' choose 'Field value from content entity' and then choose revision ID.

    Longer term I think the best approach would be similar to what ✨ Unable to display list of children in views Needs work does but for 5.x

  • I tried your advices. This patch is not for v5 and there has been no progress after a long time..It didn't work.
    Also I tried this module ( Views Default Argument: Entity Field Values β†’ - similar to your advice).

    After three days, my searches and different attempts have not yielded any results.
    I guess I have to go back to book module.
    I have given up.
    Thank you very much for your support.

  • πŸ‡¦πŸ‡ΊAustralia larowlan πŸ‡¦πŸ‡ΊπŸ.au GMT+10

    The patch for #2847233: Allow entity field value as argument_default β†’ is for Drupal core. I'm using it on a university site to achieve what you're attempting.

    I don't have time to work on a more solid fix (aka ✨ Unable to display list of children in views Needs work ) at present. But if we can get something working with the core patch (like I have), that might be enough.

    Feel free to ping me on slack if that helps.

Production build 0.71.5 2024