SocalNick / ScnSocialAuthDoctrineORM

An extension of ScnSocialAuth that provides integration with Doctrine ORM
BSD 3-Clause "New" or "Revised" License
8 stars 20 forks source link

Error create UserProviderMapperFactory #14

Closed vincequeiroz closed 10 years ago

vincequeiroz commented 10 years ago

Update the modules DoctrineModule 0.8.0 and DoctrineORMModule 0.8.0, and create the service UserProviderMapper but the alias zfcuser_doctrine_em can not be found, if I switch to full name doctrine.entitymanager.orm_default the application works. Have you tested this problem?

https://github.com/SocalNick/ScnSocialAuthDoctrineORM/blob/master/src/ScnSocialAuthDoctrineORM/Service/UserProviderMapperFactory.php#L27

vincequeiroz commented 10 years ago

Solution https://github.com/ZF-Commons/ZfcUserDoctrineORM/pull/65

SocalNick commented 10 years ago

Sorry, I don't actually use ScnSocialAuthDoctrineORM. Hopefully, https://github.com/ZF-Commons/ZfcUserDoctrineORM/pull/65 gets merged.