Closed (fixed)
Project:
Node By Term
Version:
1.0.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
5 Oct 2023 at 02:24 UTC
Updated:
17 Oct 2023 at 13:14 UTC
Jump to comment: Most recent
Symfony\Component\DependencyInjection\Exception\ServiceNotFoundException: You have requested a non-existent service "node_by_term.vocabulary_storage". in Drupal\Component\DependencyInjection\Container->get() (line 157 of core/lib/Drupal/Component/DependencyInjection/Container.php).
Drupal\node_by_term\Controller\NodeListController::create(Object) (Line: 28)
Drupal\Core\DependencyInjection\ClassResolver->getInstanceFromDefinition('\Drupal\node_by_term\Controller\NodeListController') (Line: 116)
Drupal\Core\Controller\ControllerResolver->createController('\Drupal\node_by_term\Controller\NodeListController::nodelist') (Line: 68)
Drupal\Core\Controller\ControllerResolver->getControllerFromDefinition('\Drupal\node_by_term\Controller\NodeListController::nodelist', '/node-list') (Line: 84)
Drupal\Core\Controller\ControllerResolver->getController(Object) (Line: 165)
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 76)
Symfony\Component\HttpKernel\HttpKernel->handle(Object, 1, 1) (Line: 58)
Drupal\Core\StackMiddleware\Session->handle(Object, 1, 1) (Line: 48)
Drupal\Core\StackMiddleware\KernelPreHandle->handle(Object, 1, 1) (Line: 106)
Drupal\page_cache\StackMiddleware\PageCache->pass(Object, 1, 1) (Line: 85)
Drupal\page_cache\StackMiddleware\PageCache->handle(Object, 1, 1) (Line: 48)
Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle(Object, 1, 1) (Line: 51)
Drupal\Core\StackMiddleware\NegotiationMiddleware->handle(Object, 1, 1) (Line: 51)
Drupal\Core\StackMiddleware\StackedHttpKernel->handle(Object, 1, 1) (Line: 704)
Drupal\Core\DrupalKernel->handle(Object) (Line: 19)- Install module version 1.0.x-dev via composer
- Enable the module and click the configuration button or
| Comment | File | Size | Author |
|---|---|---|---|
| Configuration Page.png | 351.92 KB | kenyoowen |
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #2
abhishek_gupta1 commentedComment #4
abhishek_gupta1 commented@kenyoOwen, I have added new changes to fix this issue, its working fine on my local. please review the MR
Comment #5
elberHi, I reviewed the MR.
The module is working well now.
Bug is fixed
Moving to RTBC
Comment #7
bhupendra_raykhere commentedThanks everyone for your contribution
Comment #8
bhupendra_raykhere commented