PHP Deprecated: issue with NagiosXI Upgrade

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
elealyngarcia
Posts: 18
Joined: Sun Apr 28, 2019 6:09 pm

PHP Deprecated: issue with NagiosXI Upgrade

Post 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?
You do not have the required permissions to view the files attached to this post.
benjaminsmith
Posts: 5324
Joined: Wed Aug 22, 2018 4:39 pm
Location: saint paul

Re: PHP Deprecated: issue with NagiosXI Upgrade

Post 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.
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.

Be sure to check out our Knowledgebase for helpful articles and solutions!
Locked