Exception detected!

The identifier id is missing for a query of AppBundle\Entity\Usuario

500 Internal Server Error - ORMException

Stack Trace

  1. in vendor/doctrine/orm/lib/Doctrine/ORM/ORMException.php at line 294  -
    1.      */
    2.     public static function missingIdentifierField($className$fieldName)
    3.     {
    4.         return new self("The identifier $fieldName is missing for a query of " $className);
    5.     }
    6.     /**
  2. at ORMException ::missingIdentifierField ('AppBundle\Entity\Usuario', 'id')
    in vendor/doctrine/orm/lib/Doctrine/ORM/EntityManager.php at line 403  +
  3. at EntityManager ->find ('AppBundle\Entity\Usuario', null, null, null)
    in vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php at line 154  +
  4. at EntityRepository ->find (null)
    in src/AppBundle/Controller/DefaultController.php at line 1131  +
  5. at DefaultController ->signuppaymentAction (object(Request))
  6. at call_user_func_array (array(object(DefaultController), 'signuppaymentAction'), array(object(Request)))
    in vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php at line 139  +
  7. at HttpKernel ->handleRaw (object(Request), '1')
    in vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php at line 62  +
  8. at HttpKernel ->handle (object(Request), '1', true)
    in vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php at line 169  +
  9. at Kernel ->handle (object(Request))
    in web/app.php at line 29  +

Logs  -

Stack Trace (Plain Text)  +