Page 2 of 2

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

Posted: Tue Nov 29, 2016 6:02 pm
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.

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

Posted: Wed Nov 30, 2016 7:54 am
by evisus
Oops, that simple?

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

(I never thought about that)

Thanks !!!!

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

Posted: Wed Nov 30, 2016 11:25 am
by tgriep
Try doing that change and if it works for you, let us know.

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

Posted: Fri Dec 09, 2016 10:36 am
by evisus
All in operation.

Thank you very much