Symfony2.5 + FOSUserBundle check path apparently not found
问题 I started a new Symfony app on which I use the FOSUserBundle. I installed it, loaded the bundle and configured it. Here's my configuration.yml : fos_user: db_driver: orm firewall_name: main user_class: Myapp\UserBundle\Entity\User and my security.yml : security: encoders: FOS\UserBundle\Model\UserInterface: sha512 role_hierarchy: ROLE_ADMIN: ROLE_USER ROLE_SUPER_ADMIN: ROLE_ADMIN providers: fos_userbundle: id: fos_user.user_provider.username in_memory: memory: ~ firewalls: dev: pattern: ^/(_