Hola necesito si alguien me puede ayudar me sale este error y no se como solucionarlo espero me ayuden gracias
Warning: strftime(): 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/vhosts/mipartyline.com/httpdocs/fotos/include/smarty/libs/Smarty_Compiler.class.php on line 400 Warning: strftime(): 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/vhosts/mipartyline.com/httpdocs/fotos/include/smarty/libs/Smarty_Compiler.class.php on line 400
Offline
ok este es el enlace donde lo tengo http://www.mipartyline.com/fotos espero me puedas ayudar gracias
Offline
Puede actualizar su php.ini
http://us3.php.net/manual/es/timezones.php
O si usted no tiene acceso a php.ini
1/ activar [extension by Piwigo Team] LocalFiles Editor Editor LocalFiles desde la pantalla [Administración> Plugins> Administrar]
2/ Abrir [Administración> Plugins> LocalFiles> Editor de configuración local y pega el siguiente código:
<?php
date_default_timezone_set( 'Europe/Paris' ) ;
?>
Offline
ddtddt ha escrito:
Puede actualizar su php.ini
http://us3.php.net/manual/es/timezones.php
O si usted no tiene acceso a php.ini
1/ activar [extension by Piwigo Team] LocalFiles Editor Editor LocalFiles desde la pantalla [Administración> Plugins> Administrar]
2/ Abrir [Administración> Plugins> LocalFiles> Editor de configuración local y pega el siguiente código:<?php
date_default_timezone_set( 'Europe/Paris' ) ;
?>
disculpa la ignorancia y como ctualizo php.ini porque ya trate la segunda opcion y no se arreglo
gracia
Offline
muneko ha escrito:
ddtddt ha escrito:
¿O es que usted vive?
yo vivo en TX, USA
date_default_timezone_set no es el de París!
lista timezone USA
http://us3.php.net/manual/fr/timezones.america.php
Offline
ddtddt ha escrito:
muneko ha escrito:
ddtddt ha escrito:
¿O es que usted vive?
yo vivo en TX, USA
date_default_timezone_set no es el de París!
lista timezone USA
http://us3.php.net/manual/fr/timezones.america.php
ok lo acabo de editar asi como esta fue este archivo el que edite
local/config/config.inc.php
para ir ahi entre en administrar/plugins/local file editor despues hy 5 pestañas que son
* Configuración local
* CSS
* Plantillas
* Idiomas
* Plugin personal
yo hice click en * Configuración local ahi aparece una ventana donde inserte este codigo
<?php
// US TimeZones based on TimeZone name
// format 'DateTime Timezone' => 'Human Friendly Timezone'
$aTimeZones = array(
'America/Puerto_Rico'=>'AST',
'EDT'=>'EDT',
'CDT'=>'CDT',
'America/Phoenix'=>'MST',
'MDT'=>'MDT',
'PDT'=>'PDT',
'America/Juneau'=>'AKDT',
'HST'=>'HST',
'Pacific/Guam'=>'ChST',
'Pacific/Samoa'=>'SST',
'Pacific/Wake'=>'WAKT',
);
// US TimeZones according to DateTime's official "List of Supported Timezones"
$aTimeZones = array(
'America/Puerto_Rico'=>'AST',
'America/New_York'=>'EDT',
'America/Chicago'=>'CDT',
'America/Boise'=>'MDT',
'America/Phoenix'=>'MST',
'America/Los_Angeles'=>'PDT',
'America/Juneau'=>'AKDT',
'Pacific/Honolulu'=>'HST',
'Pacific/Guam'=>'ChST',
'Pacific/Samoa'=>'SST',
'Pacific/Wake'=>'WAKT',
);
?>
no se si eso es lo que me decias que hiciera si es eso no me funciono amigo pero de todas formas gracias si alguien le paso lo mismo y lo pudo solucionar diganme por fa es que es muy fastidioso ese mensaje
Offline