You are not logged in.
Pages: 1
Topic closed
Bonjour,
Je suis en GLPI 0.84.8, plugin reports en 1.7.2. J'utilise OCS 2.1.2.
Dans les fichiers sql_log de mon serveur, j'ai deux erreurs dés que j'utilise le rapport doublon.
La première: Error: Table 'glpiprod.glpi_ocslinks' doesn't exist
[*]2014-10-29 16:24:43
*** MySQL query error:
***
SQL: SELECT `last_ocs_update`
FROM `glpi_ocslinks`
WHERE `computers_id` = \'99703\'
Error: Table 'glpiprod.glpi_ocslinks' doesn't exist
Backtrace :
/var/www/html/glpi/plugins/reports/report/doublons/doublons.php :358 DBmysql->query()
/var/www/html/glpi/plugins/reports/report/doublons/doublons.php :301 getLastOcsUpdate()
/var/www/html/glpi/plugins/reports/report/doublons/doublons.php[/*]
La deuxième : Error: Table 'glpiprod.glpi_computers_devicenetworkcards' doesn't exist
2014-10-29 16:33:32
*** MySQL query error:
***
SQL: SELECT A.`id` AS AID, A.`name` AS Aname,
AA.`specificity` AS Aaddr, A.`entities_id` AS entity,
B.`id` AS BID, B.`name` AS Bname,
BB.`specificity` AS Baddr
FROM `glpi_computers` A,
`glpi_computers` B,
`glpi_computers_devicenetworkcards` AA,
`glpi_computers_devicenetworkcards` BB WHERE ( 1 )
AND AA.`computers_id` = A.`id`
AND BB.`computers_id` = B.`id`
AND AA.`specificity` = BB.`specificity`
AND AA.`specificity` NOT IN (\'\',\'44:45:53:54:42:00\',\'BA:D0:BE:EF:FA:CE\',\'00:53:45:00:00:00\',\'80:00:60:0F:E8:00\')
AND B.`id` > A.`id`
AND A.`entities_id` = B.`entities_id`
AND A.`is_template` = \'0\'
AND B.`is_template` = \'0\'
AND A.`is_deleted` = \'0\'
AND B.`is_deleted` = \'0\'
Error: Table 'glpiprod.glpi_computers_devicenetworkcards' doesn't exist
Backtrace :
/var/www/html/glpi/plugins/reports/report/doublons/doublons.php :274 DBmysql->query()
/var/www/html/glpi/plugins/reports/report/doublons/doublons.php
Est ce que ces erreurs seront résolus suite à la correction du bug 4891 prévu en 1.7.3https://forge.indepnet.net/issues/4891 ?
Je viens de voir le signalement qui traite du soucis d'affichage du bouton action. : http://www.glpi-project.org/forum/viewt … p?id=36226
Pouvez vous me confirmer que le soucis ne vient pas de ma BDD ...
La table glpi_ocslink et glpi_computers_devicenetworkcards ont elles étés remplacés ?
Merci pour vos réponses,
Plateforme en exploitation : GLPI 10.0.3 + GLPiinventory 10.0.3sur Fedora 36
PHP 8.1.11 ,Apache/2.4.54, mysql 8
Offline
Déjà corrigé. Il faut utiliser le tarball du plugin en attendant la nouvelle version
CentOS 6.5 - CentOS 7.x
PHP 5.6 - PHP 7.x - MySQL 5.6 - MariaDB 10.2 + APC + oOPcache
GLPI from 0.72 to dev version
Certifiée ITIL (ITV2F, ITILF, ITILOSA)
Offline
Déjà corrigé. Il faut utiliser le tarball du plugin en attendant la nouvelle version
Merci pour la rapidité de ta réponses.
Donc tu me confirme que l'absence de ces tables ne provient pas d'une erreur de migration ?
Last edited by fabibus (2014-10-29 17:48:00)
Plateforme en exploitation : GLPI 10.0.3 + GLPiinventory 10.0.3sur Fedora 36
PHP 8.1.11 ,Apache/2.4.54, mysql 8
Offline
Depuis que OCS est sorti du coeur de GLPI, le plugin report ne gère plus les tables spécifiques de ce plugin.
CentOS 6.5 - CentOS 7.x
PHP 5.6 - PHP 7.x - MySQL 5.6 - MariaDB 10.2 + APC + oOPcache
GLPI from 0.72 to dev version
Certifiée ITIL (ITV2F, ITILF, ITILOSA)
Offline
Depuis que OCS est sorti du coeur de GLPI, le plugin report ne gère plus les tables spécifiques de ce plugin.
Merci Yllen, ça me rassure ! J'ai eu peur d'avoir ratée ma mise à jour...
Plateforme en exploitation : GLPI 10.0.3 + GLPiinventory 10.0.3sur Fedora 36
PHP 8.1.11 ,Apache/2.4.54, mysql 8
Offline
Pages: 1
Topic closed