0

I tried to install the FOSUserBundle on Symfony 2.2 without any success. I followed all the steps described here but always getting this error :

MappingException: The class 'Acme\UserBundle\Entity\User' was not found in the chain configured namespaces FOS\UserBundle\Entity

j0k
  • 22,600
  • 28
  • 79
  • 90
user765060
  • 44
  • 7

1 Answers1

4

You have missed out step 5 in the article. Where you have to change the user_class based on your bundle configuration where you have to create a user entity similar to step 3 in the https://github.com/FriendsOfSymfony/FOSUserBundle/blob/master/Resources/doc/index.md

chirag7jain
  • 1,485
  • 3
  • 26
  • 43