You are not logged in.
[Wed Jun 19 14:54:05 2024][info] target server0: server http:// X.X.X.X/
[Wed Jun 19 14:54:05 2024][info] sending prolog request to server0
[Wed Jun 19 14:54:05 2024][error] [http client] can't uncompress content starting with:
xVJ(,J,SR2TQ*.I,)-rj
[Wed Jun 19 14:54:05 2024][error] No supported answer from server at http:// X.X.X.X/
[Wed Jun 19 14:54:05 2024][info] target server0: next run: Wed Jun 19 15:10:05 2024 - http:// X.X.X.X/
Last edited by bstauss (2024-06-25 11:31:18)
Offline
Bonsoir @bstauss
Cela ressemble à un sujet soumis dernièrement sur le Forum : >> inventaire avec agent glpi <<
L'éventuel fichier
../glpi/inc/downstream.php
n'est peut-être pas correctement formaté.
Cordialement,
Last edited by homebrewtainy (2024-06-19 19:49:35)
Creuser, creuser... creuser.
GLPI 10.0.16 [ Linux el 9.4 | Apache/2.4.xx | mysql 15.1 MariaDB 10.5.xx | PHP 8.3.x ] - Apache HTTPS r-proxy [ Linux el 9.4 | Apache/2.4.xx ]
GLPI Inventory 1.3.5 | Data Injection 2.13.5 | Treeview (Arborescence) 1.10.2 | Behaviors (Comportements) 2.7.3
-- Any exchange not written in French comes from an automatic translation. --
Offline
bonjour,
Merci de m'avoir répondu.
Voici mon fichier downstream.php:
<?php
define('GLPI_CONFIG_DIR', '/etc/glpi/');
if (file_exists(GLPI_CONFIG_DIR . '/local_define.php')) {
require_once GLPI_CONFIG_DIR . '/local_define.php';
}
?>
sur mon fichier je n'ai pas d'espace ou de retour à la ligne comme dit dans le sujet que tu m'a envoyer.
Je ne pense donc pas que le problème vienne de se fichier.
Offline
Bonsoir @bstauss,
Essaye plutôt ceci :
<?php
define('GLPI_CONFIG_DIR', '/etc/glpi/');
if (file_exists(GLPI_CONFIG_DIR . '/local_define.php')) {
require_once GLPI_CONFIG_DIR . '/local_define.php';
}
sans le
?>
à la fin ;-)
L'explication ici : https://www.php.net/manual/en/language. … hptags.php
Last edited by homebrewtainy (2024-06-20 19:45:11)
Creuser, creuser... creuser.
GLPI 10.0.16 [ Linux el 9.4 | Apache/2.4.xx | mysql 15.1 MariaDB 10.5.xx | PHP 8.3.x ] - Apache HTTPS r-proxy [ Linux el 9.4 | Apache/2.4.xx ]
GLPI Inventory 1.3.5 | Data Injection 2.13.5 | Treeview (Arborescence) 1.10.2 | Behaviors (Comportements) 2.7.3
-- Any exchange not written in French comes from an automatic translation. --
Offline
C'etait bien sa merci
Offline