You are not logged in.
Pages: 1
Bonjour,
Je vos contacts car j'ai un souci avec les fuseaux horaires sous GLPI 9.5.6
je ne voie pas les fuseaux horaires sur GLPI j'ai juste un petit signe orange
j'ai tout essayé les commandes :
mysql_tzinfo_to_sql /usr/share/zoneinfo | mysql -p -u root
php bin/console glpi:migration:timestamps
Je ne trouve aucune table qui traite des times zonent dans ma bdd,
je suis un peu embêté car je ne trouve pas de solution ailleurs c'est pour cela que je vous sollicite,
Est-ce que si je passe en version 10 cela va résoudre ce problème car j'ai l'impression qu'à cause de ce souci les actions automatiques ne fonctionnent pas
Cordialement,
Offline
Hi QuentinF
https://glpi-install.readthedocs.io/de/ … zones.html
GRANT SELECT ON `mysql`.`time_zone_name` TO 'glpi'@'localhost';
FLUSH PRIVILEGES;
and then: php bin/console glpi:migration:timestamps
--
GLPI 10.0.7
GLPI-Inventory 1.2.1
Ubuntu Server 20.04 LTS
Offline
Merci ta réponse m'a aider à solutionner mon probleme
Offline
Hello
i have this message :
ERROR 1146 (42S02): Table 'db_glpi.time_zone_name' doesn't exist
how i can fix this ?
Offline
i import Time zone sql into my db sso now i got this error
ERROR 1133 (28000): Can't find any matching row in the user table
i very don't know how i can fix this
Offline
https://forum.glpi-project.org/viewtopic.php?id=278929 or https://glpi-install.readthedocs.io/de/ … zones.html
or maybe it will be helpful: https://stackoverflow.com/questions/565 … esnt-exist
Last edited by WebGreg (2022-09-12 13:35:17)
--
GLPI 10.0.7
GLPI-Inventory 1.2.1
Ubuntu Server 20.04 LTS
Offline
Hello
i find my error i want to grant acces to user of glpi and we need to grant acces to user of DB so for me it was call admindb_glpi so now my time zone working
thank anyway for help
Offline
Pages: 1