Hello,

with the older Drupal 8.2.6 Version you get an exception

AH01071: Got error 'PHP message: Uncaught PHP Exception Symfony\\Component\\DependencyInjection\\Exception\\ServiceNotFoundException: "You have requested a non-existent service "datetime.time"." at /var/www/vhosts/.../core/lib/Drupal/Component/DependencyInjection/Container.php line 157\n',

./modules/admin_toolbar/admin_toolbar_tools/src/Controller/ToolbarController.php:122 seems like the problem.

Comments

Gamewalker created an issue. See original summary.

adriancid’s picture

Title: ServiceNotFoundException(datetime.time) on ToolbarController:122 » datetime.time services is not found in ToolbarController

Hi @Gamewalker thanks for reporting, can you use the next time the Issue summary template?

The problem is that this service is only available starting from Drupal 8.3, I will submit a patch in a few minutes.

  • adriancid committed 5c4b61a on 8.x-1.x
    Issue #2975165 by Gamewalker, adriancid: datetime.time services is not...
adriancid’s picture

Status: Active » Fixed
adriancid’s picture

More info about this at https://www.drupal.org/node/2785211

Status: Fixed » Closed (fixed)

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