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

Popular posts from this blog

php - Wordpress website dashboard page or post editor content is not showing but front end data is showing properly -

How to get the ip address of VM and use it to configure SSH connection dynamically in Ansible -

javascript - Get parameter of GET request -