Tyler_vbulletin3_import37092
New Member
I tried the MultiUserBundle with the last v2.0.13 of symfony and the FOSUserBundle v1.2:http://knpbundles.com/netmeansnet/NmnMultiUserBundleI have a seperate form for the users of type user-two, as indicated in the documentation.Everything works perfectly while registering the UserOne type, but I get an error message when I submit the UserTwoRegistrationForm (Symfony/web/app_dev.php/register/user-two):The error message is as follows:\[quote\] "There is no user provider for user "Acme\UserBundle\Entity\UserTwo" 500 Internal Servor Error\[/quote\]Surprisingly, the userTwo form is correctly processed to the database, but I still get this error message when the registration is confirmed: Symfony/web/app_dev.php/register/confirmedI have put my code here (fresh code using simply the minimum required Symfony v2.0.13 / FOSUserBundle v1.2 / NmnMultiUserBundle) below:https://github.com/Sydney-o9/Test-For-LeonardoHas anyone seen this before? Do you think this could be due to the new symfony version?Cheers, Sydney_o9