PUGX / PUGXMultiUserBundle

An extension for FOSUserBundle to handle users of different types. Compatible with Doctrine ORM.
163 stars 96 forks source link

FOSUser dependency issue #98

Closed ghost closed 8 years ago

ghost commented 8 years ago

The service "pugx_user.manager.orm_user_manager" has a dependency on a non-existent service "fos_user.entity_manager"

rvntone commented 8 years ago

I have the same problem, the last update of fos_user broke this bundle.

Coyzz commented 8 years ago

Same issue ! :(

GdotBdot commented 8 years ago

+1

kevin4486 commented 8 years ago

+1, fos_user.entity_manager has been renamed fos_user.object_manager

kevin4486 commented 8 years ago

For those with the same problem, here is a short term solution (tested with symfony 2.6):

Waiting for an official !

garak commented 8 years ago

Thanks @kevin4486 for your suggestion. Please not that the alias is still needed, since it depends on a bug in Symfony and not in this bundle