Cita:
Me tira el siguiente error:php app/console doctrine:schema:create
Cita:
DateTime::__construct(): 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 methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone.
Mi php.ini según phpinfo() es:DateTime::__construct(): 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 methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone.
Cita:
Y ahí mismo tengo configurado el timezone de esta forma:Configuration File (php.ini) Path : /etc/php5/apache2
Cita:
En qué esta fallando ?. Agradecería cualquier tipo de ayuda.[Date]
; Defines the default timezone used by the date functions
; http://php.net/date.timezone
date.timezone = America/Buenos_Aires
;date.timezone = "UTC"
; Defines the default timezone used by the date functions
; http://php.net/date.timezone
date.timezone = America/Buenos_Aires
;date.timezone = "UTC"
Desde ya, muchas gracias.