PUGX / PUGXMultiUserBundle

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

Unrecognized options "handler" under "fos_user.profile.form" #9

Closed Sydney-o9 closed 11 years ago

Sydney-o9 commented 11 years ago

FOSUserBundle has been refactored recently.

This update seems to be the problem.

ejkayani07 commented 11 years ago

few hours ago FOSuserBundle changed. there is no more handler under profile configuration. i had same problem with sonatauser extending fosuserbundle and the solution is to remove that handler

leopro commented 11 years ago

At the moment I can't update the bundle; you can use the 1.4 branch

Sydney-o9 commented 11 years ago

Thanks @leopro. Unfortunately, using the 1.4 branch is not possible as the handlers need to be removed as well.

leopro commented 11 years ago

Why?

Sydney-o9 commented 11 years ago

Not sure Leo, but it looks like the logic inside the register controller of the FOSUserBundle has been remodeled, and we can't use the registration handler as well as the profile handler.

leopro commented 11 years ago

Fosub 1.3.* was remodeled ?

Sydney-o9 commented 11 years ago

No, you're right, that version of Fosub was not remodeled. Only the master version.

leopro commented 11 years ago

https://github.com/PUGX/PUGXMultiUserBundle/pull/11