Hello:
I have a problem when trying to login. I can create the user using "EntityManager" but when I insert credentials and call the method "Auth :: Attempt (array ('username' => $ username, 'password' => $ password), true)" gives me an error:
Doctrine \ Common \ Persistence \ Mapping \ MappingException
Class '' does not exist
I followed all the steps in the wiki but not what happens.
Hello: I have a problem when trying to login. I can create the user using "EntityManager" but when I insert credentials and call the method "Auth :: Attempt (array ('username' => $ username, 'password' => $ password), true)" gives me an error:
Doctrine \ Common \ Persistence \ Mapping \ MappingException Class '' does not exist
I followed all the steps in the wiki but not what happens.