Closed (fixed)
Project:
Replication
Version:
8.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
6 Mar 2018 at 22:27 UTC
Updated:
27 Mar 2018 at 15:04 UTC
Jump to comment: Most recent
Hello,
Using the latest commits (specifically 43e58c1), I get the following error when running `drush updb`…
[error] Circular reference detected for service "workspace.entity_type_info", path: "workspace.entity_type_info -> multiversion.manager -> serializer -> replication.normalizer.link_item -> path.validator -> router -> router.no_access_checks -> page_manager.variant_route_filter".
[error] Circular reference detected for service "workspace.entity_type_info", path: "date.formatter -> workspace.entity_type_info -> multiversion.manager -> serializer -> replication.normalizer.link_item -> path.validator -> router -> router.no_access_checks -> page_manager.variant_route_filter".
…and running `drush entup`…
[Symfony\Component\DependencyInjection\Exception\ServiceCircularReferenceException]
Circular reference detected for service "workspace.entity_type_info", path: "drush.command.services -> config.export.commands -> config.storage.sync -> workspace.entity_type_info -> multiversion.manager -> serializer -> replication.n
ormalizer.link_item -> path.validator -> router -> router.no_access_checks -> page_manager.variant_route_filter".
Reverting to the previous commit (8f4fb5a - beta5) lets the commands complete as expected.
Let me know if you need more info.
Thanks,
•• matt
Comments
Comment #2
jeqq commentedDrupal version?
Comment #3
mattlt"drupal/core": "~8.4.5"
Comment #4
jeqq commentedFixed that in dev version. Just removed the injected service, it might be an issue in page_manager. https://cgit.drupalcode.org/replication/commit/?id=d404ece
Comment #5
mattltI can confirm that the patch has fixed my circular reference errors.
Thanks Andrei!
•• matt