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 2014-04-10 01:08:19

enumanc
Member
Registered: 2013-10-02
Posts: 71

Webservices bug

Je suis en version GLPI 0.84.5 et en testant le plugin webservices ce matin j'ai une erreur en retour de commande du script:
# php examplexmlrpc.php

...
PHP Warning:  file_get_contents(url xmlrpc ): failed to open stream: HTTP request failed! HTTP/1.0 500 Internal Server Error
in examplexmlrpc.php on line 204


En regardant les logs apache j'ai pu voir ceci:
[Thu Apr 10 09:34:58 2014] [error] [client 127.0.0.1] PHP Fatal error:  Class 'Pparent' not found in var/www/vhosts/glpi/plugins/webservices/inc/methodinventaire.class.php on line 304

Et à la ligne 304 du script on peut voir:
            Pparent::formatDataForOutput($toformat, $resp);

En corrigeant par:
            parent::formatDataForOutput($toformat, $resp);

Ca fonctionne bien!

Offline

#2 2014-04-11 20:35:25

yllen
GLPI-DEV
From: Sillery (51)
Registered: 2008-01-14
Posts: 15,278

Re: Webservices bug


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

Board footer

Powered by FluxBB