Amigos buenas noches, queria comentarles lo siguiente: Acabo de instalar dolibarr 7 sobre windows (lo instale manualmente ya que tengo corriendo appserv para correr otros servicios) por lo cual lo hice manualmente y ya pude instalarlo y todo.
El problema viene cuando empece a configurar la organizacion ya que me da problemas para elegir el pais Mexico y el peso mexicano como moneda y me da el siguiente error al darle click en el dashboard:
Warning: getdate(): 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. in C:\AppServ\www\dolibarr\htdocs\core\lib\functions.lib.php on line 1883
La verdad no se nada de php y esas cosas, si pudieran tenerme paciencia y darme una ayudadita, les agradeceria mucho!!
problema despues de instalacion dolibarr 7
Amigos buenas noches, queria comentarles lo siguiente: Acabo de instalar dolibarr 7 sobre windows (lo instale manualmente ya que tengo corriendo appserv para correr otros servicios) por lo cual lo hice manualmente y ya pude instalarlo y todo.
El problema viene cuando empece a configurar la organizacion ya que me da problemas para elegir el pais Mexico y el peso mexicano como moneda y me da el siguiente error al darle click en el dashboard:
Warning: getdate(): 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. in C:\AppServ\www\dolibarr\htdocs\core\lib\functions.lib.php on line 1883
La verdad no se nada de php y esas cosas, si pudieran tenerme paciencia y darme una ayudadita, les agradeceria mucho!!
El problema viene cuando empece a configurar la organizacion ya que me da problemas para elegir el pais Mexico y el peso mexicano como moneda y me da el siguiente error al darle click en el dashboard:
Warning: getdate(): 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. in C:\AppServ\www\dolibarr\htdocs\core\lib\functions.lib.php on line 1883
La verdad no se nada de php y esas cosas, si pudieran tenerme paciencia y darme una ayudadita, les agradeceria mucho!!
Traduciendo tenemos.
Warning: getdate(): 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. in
Advertencia: getdate (): no es seguro depender de la configuración de la zona horaria del sistema. * Se requiere * que use la configuración de fecha.tiempo o la función date_default_timezone_set (). En caso de que haya utilizado alguno de esos métodos y aún reciba esta advertencia, es probable que haya escrito mal el identificador de zona horaria. Seleccionamos la zona horaria 'UTC' por el momento, pero configure date.timezone para seleccionar su zona horaria. en
Como solucionarlo?
edite su php.ini y defina el time zone
( una manera sencilla de tener a la mano toda la info de php instalado es crear un script info.php
y colocarlo en directorio web disponible, ahi aparecera toda la informacion)
<?php
phpinfo();
?>
si busca en el foro seguro encontrara mas informacion, esto es muy basico
para mas referencia
http://php.net/manual/es/function.date- ... ne-set.php
https://www.google.co.jp/search?ei=xLBV ... DtBunTLl9I
Warning: getdate(): 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. in
Advertencia: getdate (): no es seguro depender de la configuración de la zona horaria del sistema. * Se requiere * que use la configuración de fecha.tiempo o la función date_default_timezone_set (). En caso de que haya utilizado alguno de esos métodos y aún reciba esta advertencia, es probable que haya escrito mal el identificador de zona horaria. Seleccionamos la zona horaria 'UTC' por el momento, pero configure date.timezone para seleccionar su zona horaria. en
Como solucionarlo?
edite su php.ini y defina el time zone
( una manera sencilla de tener a la mano toda la info de php instalado es crear un script info.php
y colocarlo en directorio web disponible, ahi aparecera toda la informacion)
<?php
phpinfo();
?>
si busca en el foro seguro encontrara mas informacion, esto es muy basico
para mas referencia
http://php.net/manual/es/function.date- ... ne-set.php
https://www.google.co.jp/search?ei=xLBV ... DtBunTLl9I
