> First, you have to put GLPI in debug mode and have a look to the log files > if there is somme errors.
I try with this manual http://www.glpi-project.org/wiki/doku.php?id=fr:config:debug mysql> use glpi; Reading table information for completion of table and column names You can turn off this feature to get a quicker startup with -A (First command, ERROR) mysql> UPDATE glpi_config SET use_errorlog=1; ERROR 1146 (42S02): Table 'glpi.glpi_config' doesn't exist (second command, OK) mysql> UPDATE glpi_users SET use_mode=2 WHERE name='glpi'; Query OK, 1 row affected (0.00 sec) Rows matched: 1 Changed: 1 Warnings: 0 Any help? -- "When you understand why you dismiss all the other possible gods, you will understand why I dismiss yours." - Stephen F Roberts _______________________________________________ Glpi-user mailing list [email protected] https://mail.gna.org/listinfo/glpi-user
