1
我已按照FOSUserBundle
的安裝說明進行操作。我正在使用Symfony 2.0和FOSUserBundle
鎖定到1.2.0。當我試圖訪問profile.change-password
,我得到了如下的錯誤無法加載類型「fos_user_change_password_form」+ FOSUserBundle
未能加載類型 「fos_user_change_password_form」
Symfony\Component\Form\Exception\FormException: Could not load type "fos_user_change_password_form" (uncaught exception) at /vendor/symfony/src/Symfony/Component/Form/FormFactory.php line 383
在config.yml
文件我有:
change_password:
form:
type: fos_user_change_password
handler: fos_user.change_password.form.handler.default
name: fos_user_change_password_form
validation_groups: [ChangePassword]
有什麼建議嗎?