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

mattlt created an issue. See original summary.

jeqq’s picture

Drupal version?

mattlt’s picture

"drupal/core": "~8.4.5"

jeqq’s picture

Status: Active » Fixed

Fixed 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

mattlt’s picture

I can confirm that the patch has fixed my circular reference errors.

Thanks Andrei!

•• matt

Status: Fixed » Closed (fixed)

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