Bonjour,
Aujourd'hui, j'ai voulu installé Centreon qui est un outil graphique pour Nagios écrit en php. Il utilise PEAR.
Son installation s'est bien passé et arrivé à la page d’accueil, j'obtiens des erreur PEAR.
Je suppose que j'ai un problème au niveau de PEAR car toutes les erreurs sont en relation avec PEAR.
Voici quelques exemples :
(J'en ai 10 fois plus si vous souhaitez !! :p)
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9
10
11
12
13
14 Strict Standards: is_a(): Deprecated. Please use the instanceof operator in /usr/local/lib/php/DB.php on line 594 Strict Standards: Non-static method DB::isError() should not be called statically, assuming $this from incompatible context in /usr/local/lib/php/DB.php on line 551 Strict Standards: is_a(): Deprecated. Please use the instanceof operator in /usr/local/lib/php/DB.php on line 594 Strict Standards: Non-static method DB::isError() should not be called statically, assuming $this from incompatible context in /usr/local/lib/php/DB.php on line 557 Strict Standards: is_a(): Deprecated. Please use the instanceof operator in /usr/local/lib/php/DB.php on line 594 Strict Standards: Non-static method PEAR::isError() should not be called statically, assuming $this from incompatible context in /appl/monitoring/centreon/www/class/centreonDB.class.php on line 179 Strict Standards: is_a(): Deprecated. Please use the instanceof operator in /usr/local/lib/php/PEAR.php on line 252
Merci si vous avez une piste. =)
Partager