centreon-archived
centreon-archived copied to clipboard
CLAPI HOST ADD error (21.10)
Hi,
Since last upgrade to 21.10, we are getting this error (API is deprecated) :
PHP Warning: Undefined array key 0 in /usr/share/centreon/www/class/centreon-clapi/centreonObject.class.php on line 580
Corrected with this few lines if no more updates are published for this API (arbitrarily defined to 1 in our case)
if (isset($contact[0]))
{
$userId = $contact[0];
}
else
{
$userId='1';
}
Regards,
BJO