THIS KNOWLEDGE BASE HAS BEEN ARCHIVED AND IS NO LONGER BEING UPDATED
Please visit library.nagios.com/docs for the latest and most up-to-date documentation.
Home » Categories » Products » Nagios XI » Troubleshooting » Common Problems

Turning Off PHP Notices and Deprecated Messages

Problem Description

There are PHP notices and deprecated messages filling up the /var/log/httpd/ssl_error_log file.

Resolving The Problem

This problem can be eliminated by updating the php.ini file. The advisory messages do not indicate a fatal error.

To determine the location of your php.ini file, execute the following command:

find /etc -name php.ini

If there are multiple results then the one in the apache directory is the one that needs changing.

The following entry in the php.ini file will disable those notices:

// Turn off Notices and Deprecated Warnings
error_reporting = E_ALL & ~E_DEPRECATED & ~E_NOTICE & ~E_WARNING

Remember to re-start Apache after making any changes.

systemctl restart httpd


Special Offer For Knowledgebase Visitors! Get a huge discount on Nagios Log Server by clicking below.

Get 60% Off Nagios Log Server!

Did you know? Nagios provides complete monitoring of: Windows, Linux, UNIX, Servers, Websites, SNMP, DHCP, DNS, Email, Storage, Files, Apache, IIS, EC2, and more!

0 (0)
Article Rating (No Votes)
Rate this article
  • Icon PDFExport to PDF
  • Icon MS-WordExport to MS Word
Attachments Attachments
There are no attachments for this article.
Related Articles RSS Feed
Nagios XI - Resolving "Cannot connect to database" Error - Core Config Manager
Viewed 9608 times since Mon, Jan 25, 2016
Nagios XI - Performance Graph Problems
Viewed 31070 times since Fri, Dec 19, 2014
Nagios XI - How To Delete A Data Source From An RRD File
Viewed 15509 times since Wed, Apr 27, 2016
Nagios XI - Problems Using Nagios XI With Proxies
Viewed 16203 times since Mon, Jan 25, 2016
Nagios XI - Problems with $ Signs in the Check Command
Viewed 10779 times since Tue, Jan 26, 2016
Nagios XI - Scheduled Reports Not Running
Viewed 6816 times since Thu, Aug 10, 2017
Nagios XI - Running Out Of Disk Space On The Nagios XI VM
Viewed 26457 times since Tue, Jan 27, 2015
OpenSSL causes issue with check_nrpe plugin with NSClient++
Viewed 13151 times since Fri, Apr 30, 2021
Nagios XI - SQL Error [nagiosxi] : ERROR: syntax error
Viewed 9435 times since Sun, Sep 10, 2017
Nagios XI - Error while converting SVG
Viewed 5514 times since Thu, Aug 3, 2017