Probleme IPX800 V5

Salut a tous au cas ou j’ai trouver c’est que je suis sur debien 12
il faut modifier le fichier : plugins / core / class / GCE_IPX800V5.class.php

Ancienne ligne (vers la ligne 325) :

$cache[$GCE_IPX800V5->getConfiguration('ip')]["io"] = GCE_IPX800V5::get($urlGet, 1);

Nouvelle ligne :

$cache[$GCE_IPX800V5->getConfiguration('ip')]["io"] = $GCE_IPX800V5->get($urlGet, 1);
Deuxième appel à modifier

Ancienne ligne (vers la ligne 339) :

$cache[$GCE_IPX800V5->getConfiguration('ip')]["ana"] = GCE_IPX800V5::get($urlGet, 1);

Nouvelle ligne :

$cache[$GCE_IPX800V5->getConfiguration('ip')]["ana"] = $GCE_IPX800V5->get($urlGet, 1);
3 « J'aime »