Ver Mensaje Individual
  #6 (permalink)  
Antiguo 21/08/2013, 09:41
Avatar de GatorV
GatorV
$this->role('moderador');
 
Fecha de Ingreso: mayo-2006
Ubicación: /home/ams/
Mensajes: 38.567
Antigüedad: 17 años, 11 meses
Puntos: 2135
Respuesta: Problemas al subir a un servidor Linux

Si te fijas el error:
Código:
'Ocurrió un error al registrar los Destinatarios Internos exception 'Doctrine\ORM\Proxy\ProxyException' with message 'Your proxy directory must be writable.' in /opt/aplicaciones/htdocs/gdbcb/library/Doctrine/ORM/Proxy/ProxyException.php:32
Te dice que tu directorio de proxy no puede escribir, ese es el directorio que tienes que configurar y darle permisos al mismo usuario que usa PHP.

Saludos.