Esto es lo que sale cuando entro a la web:
Citar
PHP Error:
Message: date(): 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.
Reporting File: /home/chazy/WebServer/Apache/htdocs/system/core/Logger.php
Line: 206
Message: date(): 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.
Reporting File: /home/chazy/WebServer/Apache/htdocs/system/core/Logger.php
Line: 206
La primera vez, tenia la función comentada y era normal, pero la descomente y le añadi mi zona horaria:
Citar
date.timezone = "Europe/Madrid"
He probado de muchas maneras, sin comillas tambien... pero no consigo corregir el error. Se supone que el error indica que no se ha especificado una zona horaria, pero esque si esta en el php.ini
Uso ubuntu 13.04 con apache 2.4.6 y php 5.5.1. Lo he compilado yo. El php funciona correctamente y tengo todo lo que necesito activado, pero esa funcion es obligatoria creo y se tiene que activar...
Aqui podeis ver el phpinfo() -> http://84.120.113.146/test.php
Gracias.
saludos
gAb1