You are not logged in.

Announcement

 Téléchargez la dernière version stable de GLPI      -     Et vous, que pouvez vous faire pour le projet GLPI ? :  Contribuer
 Download last stable version of GLPI                      -     What can you do for GLPI ? :  Contribute

#1 2012-12-10 06:57:11

ellertalexandre
Member
Registered: 2012-12-09
Posts: 5

FusionInventory : Erreur 500 dans libintegrity.php

Bonjour,

En voulant exécuter la fonction "Contrôle d'intégrité des données" depuis l'interface web de GLPI (Plugins -> FusionInventory puis inventory -> controle d'intégrité des données), j'obtiens systématiquement l'erreur suivante :

PHP Fatal error:  Call to a member function cleanGLPI() on a non-object in /usr/share/glpi/plugins/fusinvinventory/front/libintegrity.php on line 54

Voici le code qui se trouve aux alentours de la ligne 54 :

 51 $pfLibintegrity = new PluginFusinvinventoryLibintegrity();
 52 if (!empty($_POST)) {
 53    if (isset($_POST['clean'])) {
 54       $PluginFusinvinventoryLibintegrity->cleanGLPI();
 55    }

Est-ce un bug ou une mauvaise configuration PHP/apache/OS de mon côté ?
Merci de votre aide.

Environnement :
Debian squeeze 6 x86_64
GLPI 0.83.6
FusionInventory 0.83-2.1 (même problème constaté avec la version 0.83-1)

Offline

#2 2012-12-10 08:59:31

ddurieux
Plugins Dev
From: Propières, France
Registered: 2005-06-17
Posts: 7,521

Re: FusionInventory : Erreur 500 dans libintegrity.php

En effet, voici la correction : http://forge.fusioninventory.org/issues/1902

Offline

Board footer

Powered by FluxBB