Hola tengo un problema con piwigo.
He instalado la versión 2.3.1 y me he encontrado que me salen una serie de Warnings creo que de php, a ver si alguien me puede echar una mano, entiendo que son fallos de configuración de php ya que hay mas gente utilizando piwigo
Esta instalado en una maquina con Fedora 14, php 5.3.8 y mysql 5.1.58
Warning: 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 'Europe/Berlin' for 'CET/1.0/no DST' instead in /var/www/html/fotos-anondiaz/piwigo/admin/intro.php on line 128
Warning: mktime(): 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 'Europe/Berlin' for 'CET/1.0/no DST' instead in /var/www/html/fotos-anondiaz/piwigo/include/functions.inc.php on line 520
Warning: 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 'Europe/Berlin' for 'CET/1.0/no DST' instead in /var/www/html/fotos-anondiaz/piwigo/include/functions.inc.php on line 520
Vamos a arreglar la "zona horaria", primera edición.
Un valor de configuración no se encuentra en su php.ini (en mi equipo, que se encuentra en / etc/php5/apache2/php.ini). Añadir:
date.timezone = America/Los_Angeles
y vuelva a cargar la configuración de Apache:
/etc/init.d/apache2 force-reload
Si no eres el administrador del servidor, consulte con su proveedor de hosting para solucionar el problema.
Offline
Ok, Muchas Gracias
Funciona perfectamente.
Por mi se puede dar por cerrado.
holaaa, ami tambien me marca ese error y ya probe el codigo que has mostrado anterior mente y me genera lo mismo, no se que mas hacer.