You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have followed the installation instruction from the doc (using dkan-tools, dktl get 8.7.3, dktl install).
The Drupal core seems to be working (user login, admin interface).
However, when trying to add a new node (Admin > Content > Add content), the Save action yields the following error: Uncaught PHP Exception Symfony\\Component\\DependencyInjection\\Exception\\ServiceNotFoundException: "You have requested a non-existent service "dkan_api.controller"." at /site/drupal/docroot/core/lib/Drupal/Component/DependencyInjection/Container.php line 153, referer: http://10.0.3.129/node/add/data
I don't know how to debug the Dependency Injection problem, how to check what service/controllers are loaded or not, if there is a cache to update and so on.
Can anyone help with this problem?
The text was updated successfully, but these errors were encountered:
If not, does anyone know how to disable DKAN to avoid this error (which prevents the creation of nodes), until a solution is found?
(the DKAN modules are cannot be disabled from the admin interface)
@jfgigand Thank you for reporting this issue. I will try to reproduce and get back to you. FYI, we have paid very little attention to the GUI this far, and have mostly focused on interacting with DKAN through the API endpoint. That approach might not serve your use case, but it is the most stable path to do things.
Hi,
I have followed the installation instruction from the doc (using dkan-tools,
dktl get 8.7.3
,dktl install
).The Drupal core seems to be working (user login, admin interface).
However, when trying to add a new node (Admin > Content > Add content), the Save action yields the following error:
Uncaught PHP Exception Symfony\\Component\\DependencyInjection\\Exception\\ServiceNotFoundException: "You have requested a non-existent service "dkan_api.controller"." at /site/drupal/docroot/core/lib/Drupal/Component/DependencyInjection/Container.php line 153, referer: http://10.0.3.129/node/add/data
For information:
I don't know how to debug the Dependency Injection problem, how to check what service/controllers are loaded or not, if there is a cache to update and so on.
Can anyone help with this problem?
The text was updated successfully, but these errors were encountered: