You are not logged in.
Pages: 1
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
Merci du retour
https://forge.indepnet.net/issues/4866
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
Pages: 1