You are not logged in.
Hola, el error se genera en el horario de apertura del ticket si bien ya tengo modificado el horario en todos lados todavía no se soluciona:
Dentro del GLPI ya lo tengo configurado asi:
Hora del servidor:
dentro del php.ini lo tengo de la siguiente forma:
date.timezone = America/Argentina/Buenos_Aires
en la base de datos ejecute el siguiente comando:
GRANT SELECT ON `mysql`.`time_zone_name` TO 'glpi'@'localhost';
pero me tira un error:
ERROR 1064 (42000): You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ''glpi'.'time_zone_name' TO 'glpi'@'localhost'' at line 1
en el .htaccess le agregue:
php_value date.timezone America/Argentina/Buenos_Aires
Last edited by famiq (2022-07-20 17:07:09)
Offline