Weathermap cacti

androu2015 Messages postés 2 Date d'inscription   Statut Membre Dernière intervention   -  
 Utilisateur anonyme -
Bonjour a tous actuellement je travail sur un logiciel de supervision dans cacti dont le weathermap ne fonctionne pas voici le message d'erreur qu'il affiche The editor has not been enabled yet. You need to set ENABLED=true at the top of editor.php

Before you do that, you should consider using FilesMatch (in Apache) or similar to limit who can access the editor. There is more information in the install guide section of the manual.
Puisse quelqu'un avoir l'amabilité de m'aider a résoudre ce problème la.

1 réponse

Utilisateur anonyme
 
Bonjour,

En haut du fichier editor.php, essayez de modifier
$ENABLED=false;
en
$ENABLED=true;
.

Cordialement,

Hello,

At the top of file editor.php, try changing
$ENABLED=false;
to
$ENABLED=true;
.

Best regards,


MG
0