Últimas noticias

Responder

Escribe tu mensaje y envíalo

Haz clic sobre la zona sombreada de la imagen para enviar tu mensaje.

Atrás

Resumir tema (los más nuevos primero)

muneko
31-12-2011 22:07:28

pero la pregunta es como ingreso al php.ini

ddtddt
31-12-2011 10:50:09

¿Tiene usted acceso a php.ini de tu servidor?

si

añadir

date.timezone = America/Los_Angeles

y vuelva a cargar la configuración de Apache:

muneko
31-12-2011 01:34:23

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

ddtddt
31-12-2011 01:15:42

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

muneko
30-12-2011 23:43:25

ddtddt ha escrito:

¿O es que usted vive?

yo vivo en TX, USA

ddtddt
30-12-2011 20:34:13

¿O es que usted vive?

muneko
30-12-2011 19:31:08

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:144 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

ddtddt
30-12-2011 09:23:20

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:144 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' ) ;
?>

muneko
30-12-2011 03:15:54

ok este es el enlace donde lo tengo http://www.mipartyline.com/fotos espero me puedas ayudar gracias

ddtddt
26-12-2011 10:23:52

¿Me puede dar enlace de su galería?

Probablemente un error en los datos de una foto

muneko
25-12-2011 23:11:45

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

Pie del foro

Desarrolado por FluxBB

github twitter newsletter Donar Piwigo.org © 2002-2024 · Contacto