I've used drupal 8. I tried to install commerce and composer manager module, i got this error message:

Symfony\Component\DependencyInjection\Exception\ServiceNotFoundException: The service "param_converter.entity_revision" has a dependency on a non-existent service "entity_type.manager". in Symfony\Component\DependencyInjection\Compiler\CheckExceptionOnInvalidReferenceBehaviorPass->processReferences() (line 58 of core/vendor/symfony/dependency-injection/Compiler/CheckExceptionOnInvalidReferenceBehaviorPass.php).

Comments

phponwebsites created an issue. See original summary.

bojanz’s picture

Unsure this is caused by Composer Manager. What happens when you clear the cache?

param_converter.entity_revision comes from the Entity API module, but entity_type.manager is a core service and should never be missing.

bojanz’s picture

Status: Active » Closed (cannot reproduce)
bojanz’s picture