fosuserbundle - Symfony 2.7 / 3 - Doctrine: You have requested a non-existent service "fos_user.doctrine_registry" -
doing composer update today getting following error:
[symfony\component\dependencyinjection\exception\servicenotfoundexception] have requested non-existent service "fos_user.doctrine_registry".
when composer executing cache:clear --no-warmup
command.
search found answer related converting doctrine mongodb solutions not working me. using doctrine. i've tried fosuserbundle dev-master, dev-master@dev, 2.0.0-alpha1 , 2.0.0-alpha3.
any other suggestions? composer update working fine couple of days ago.
issue created here: https://github.com/friendsofsymfony/fosuserbundle/issues/2048
short term fix (worked me symfony 3.0.* ) :
services: fos_user.doctrine_registry: alias: doctrine
Comments
Post a Comment