Ver Mensaje Individual
  #4 (permalink)  
Antiguo 18/08/2014, 15:51
Avatar de hhs
hhs
Colaborador
 
Fecha de Ingreso: junio-2013
Ubicación: México
Mensajes: 2.995
Antigüedad: 10 años, 10 meses
Puntos: 379
Respuesta: check Autentication con annotattion

Cita:
The field Sindicato\GestionBundle\Entity\Usuario#grupoid is on the owning side of a bi-directional relationship, but the specified mappedBy association on the target-entity Sindicato\GestionBundle\Entity\Grupo# does not contain the required 'inversedBy' attribute.
Lo que te quiere decir el error es que a la entidad Grupo no contiene el inversedBy que debe de tener en una relación bidireccional en la notación ManyToMany ManyToOne.
Revisa tus entidades
__________________
Saludos
About me
Laraveles
A class should have only one reason to change.