Php error message on "Host and Services Status" pages

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
User avatar
tgriep
Madmin
Posts: 9190
Joined: Thu Oct 30, 2014 9:02 am

Re: Php error message on "Host and Services Status" pages

Post by tgriep »

Can you edit the /etc/php.ini file and change the following from

Code: Select all

display_errors = On
to

Code: Select all

display_errors = Off
Save the file and restart apache by running

Code: Select all

service httpd restart
This should remove the error message in the XI GUI. Let us know if this fixes it for you.
Be sure to check out our Knowledgebase for helpful articles and solutions!
evisus
Posts: 82
Joined: Tue Apr 26, 2016 1:19 pm

Re: Php error message on "Host and Services Status" pages

Post by evisus »

Oops, that simple?

The tool is still functional so I think that would be enough ....

(I never thought about that)

Thanks !!!!
User avatar
tgriep
Madmin
Posts: 9190
Joined: Thu Oct 30, 2014 9:02 am

Re: Php error message on "Host and Services Status" pages

Post by tgriep »

Try doing that change and if it works for you, let us know.
Be sure to check out our Knowledgebase for helpful articles and solutions!
evisus
Posts: 82
Joined: Tue Apr 26, 2016 1:19 pm

Re: Php error message on "Host and Services Status" pages

Post by evisus »

All in operation.

Thank you very much
Locked