i am using FOSUserBundle
and i have created and activated the user now when i log in
using following url
http://localhost/symfony/web/app_dev.php/login
i am getting following erro for it , i dont know why is this happening
here is my routes, it seems its pointing to DefaultController
but i dont know where FOSUSerBundle
supposed to point after login
_welcome:
pattern: /
defaults: { _controller: AcmeDemoBundle:Welcome:index }
_demo_secured:
resource: "@AcmeDemoBundle/Controller/SecuredController.php"
type: annotation
_demo:
resource: "@AcmeDemoBundle/Controller/DemoController.php"
type: annotation
prefix: /demo
_demo:
resource: "@AcmeDemoBundle/Controller/WSChat.php"
type: annotation
prefix: /chat
_demo:
resource: "@AcmeDemoBundle/Controller/OpenPubSub.php"
type: annotation
prefix: /pubusb
fos_user_security:
resource: "@FOSUserBundle/Resources/config/routing/security.xml"
fos_user_profile:
resource: "@FOSUserBundle/Resources/config/routing/profile.xml"
prefix: /profile
fos_user_register:
resource: "@FOSUserBundle/Resources/config/routing/registration.xml"
prefix: /register
fos_user_resetting:
resource: "@FOSUserBundle/Resources/config/routing/resetting.xml"
prefix: /resetting
fos_user_change_password:
resource: "@FOSUserBundle/Resources/config/routing/change_password.xml"
prefix: /profile