Ver Mensaje Individual
  #1 (permalink)  
Antiguo 12/06/2015, 02:19
weltxo
 
Fecha de Ingreso: abril-2013
Mensajes: 75
Antigüedad: 11 años
Puntos: 2
problemas al usar la línea de comandos

Hola amigos, estoy realizando un proyecto en symfony, y a la hora de utilizar el comando 'php app/console doctrine:schema:update --dump-sql' me imprime el siguiente error:

[Symfony\Component\Debug\Exception\ContextErrorExce ption]
Warning: date_default_timezone_get(): It is not safe to rely on the system'
s timezone settings. You are *required* to use the date.timezone setting or
the date_default_timezone_set() function. In case you used any of those me
thods and you are still getting this warning, you most likely misspelled th
e timezone identifier. We selected 'Europe/Paris' for '2.0/DST' instead


He cambiado la siguiente línea en php.ini
date.timezone = Europe/Madrid

pero el error persiste. He buscado este error por internet, pero lo cierto es que no he encontrado muchos resultados. Espero vuestra ayuda. Gracias de antemano.