PUGX / PUGXMultiUserBundle

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

Error after composer install today #124

Closed rtoledof closed 7 years ago

rtoledof commented 7 years ago

After made the composer install and update the FosUser bundle I have this error.

Type error: Argument 1 passed to FOS\UserBundle\Doctrine\UserManager::__construct() must implement interface FOS\UserBundle\Util\PasswordUpdaterInterface, instance of Symfony\Component\Security\Core\Encoder\EncoderFactory given, called in /home/rolando/Public/new_gateway/vendor/pugx/multi-user-bundle/PUGX/MultiUserBundle/Doctrine/UserManager.php on line 47

In composer I have

"friendsofsymfony/user-bundle": "2.0.@dev", "pugx/multi-user-bundle": "3.0.@dev",

garak commented 7 years ago

I see a lot of other BCs. I'm afraid that you need to stick FOSUserBundle to a previous commit (or a previous tag)

rtoledof commented 7 years ago

In you repository which tag I should be use??

garak commented 7 years ago

I was talking about FOSUserbundle's tags. Here there's no tag (not event a commit) compatible with such recent BCs

rtoledof commented 7 years ago

Ok I already use the commit was working before and it's working now. Thanks