Re: Php error message on "Host and Services Status" pages
Posted: Tue Nov 29, 2016 6:02 pm
Can you edit the /etc/php.ini file and change the following from
to
Save the file and restart apache by running
This should remove the error message in the XI GUI. Let us know if this fixes it for you.
Code: Select all
display_errors = OnCode: Select all
display_errors = Off
Code: Select all
service httpd restart