You are not logged in.
Bonjour,
Après migration de la version 0.83.7 en version 0.84.4, la vue personnelle n'affiche aucune information et le petit curseur circulaire "en cours de chargement" tourne indéfiniment.
Voici le contenu du journal sql-errors.log
2014-02-05 11:13:32
*** MySQL query error:
***
SQL: UPDATE `glpi_users`
SET `password` = \'\'
WHERE `name` = \'glpi\'
Error: Unknown column 'password' in 'field list'
Backtrace :
/var/w w w/html/glpi_test/inc/user.class.php :1552 DBmysql->query()
/var/w w w/html/glpi_test/inc/auth.class.php :645 User->blankPassword()
/var/w w w/html/glpi_test/login.php :72 Auth->Login()
/var/w w w/html/glpi_test/login.php
2014-02-05 11:13:33
*** MySQL query error:
***
SQL: SELECT COUNT(*) AS cpt
FROM `glpi_users` WHERE `name`=\'glpi\' AND (`password` = SHA1(\'glpi\') OR `password` = MD5(\'glpi\'))
AND `is_active` = \'1\'
Error: Unknown column 'password' in 'where clause'
Backtrace :
/var/w w w/html/glpi_test/inc/db.function.php :328 DBmysql->query()
/var/w w w/html/glpi_test/inc/user.class.php :3669 countElementsInTable()
/var/w w w/html/glpi_test/inc/central.class.php :152 User::checkDefaultPasswords()
/var/w w w/html/glpi_test/inc/central.class.php :77 Central::showMyView()
/var/w w w/html/glpi_test/inc/commonglpi.class.php :284 Central::displayTabContentForItem()
/var/w w w/html/glpi_test/ajax/common.tabs.php :71 CommonGLPI::displayStandardTab()
/var/w w w/html/glpi_test/ajax/common.tabs.php
J'ai tenté une optimisation/réparation de la base à l'aide des commandes suivantes mais le problème persiste toujours :
mysqlcheck -r glpi_test -u root -p
mysqlcheck -oA -u root -p
Pour information les utilisateurs sont authentifiés sur un AD 2003 R2.
Configuration serveur :
CentOS 6.4
Apache/2.2.15
PHP 5.3.3
MySQL 5.1.71
Merci d'avance pour votre aide.
Last edited by christophebarbu (2014-02-05 16:43:52)
Offline