Page 1 of 1

PHP Deprecated: issue with NagiosXI Upgrade

Posted: Tue May 05, 2020 10:13 pm
by elealyngarcia
Hi We have this issue when we perform an upgrade with our NagiosXI 5.5.11 running in PHP7.2

php deprecated: __autoload() is deprecated, use spl_autoload_register() instead in /usr/local/nagios/nagios xi/html/includes/phpmailer/PHPMailerAutoload.php on line 45

Is this will be an issue or a way to clear this problem?

Re: PHP Deprecated: issue with NagiosXI Upgrade

Posted: Wed May 06, 2020 1:38 pm
by benjaminsmith
Hi @elealyngarcia,

We are using phpmailer version 5.2.27 in Nagios XI, and this error is just pointing out that a particular function has been deprecated in the newer version of PHP you are using on the server, and it shouldn't be an issue.

Let me know if you have any questions.