Ver Mensaje Individual
  #5 (permalink)  
Antiguo 23/08/2013, 07:50
wilmer30
 
Fecha de Ingreso: enero-2010
Mensajes: 491
Antigüedad: 14 años, 3 meses
Puntos: 12
Respuesta: Extraño error al recuperar entidad con doctrine

habilité el log de errores de php y muestra este error
Cita:
[23-Aug-2013 09:47:26 America/La_Paz] PHP Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 108789761 bytes) in /opt/aplicaciones/htdocs/gdbcb/library/Application/Entity/Repositories/SeguimientoRepository.php on line 44
pero es de la impresion de la entidad que intento recuperar
Cita:
$docid = $this->em->find('Application\Entity\Documento', $doc);
var_dump($docid);
Lamentablemente no obtengo ningún otro warning o error.