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
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 - Last Check Time Not Updating
Viewed 17784 times since Tue, Jan 6, 2015
Nagios XI - STRICT_TRANS_TABLES
Viewed 6376 times since Thu, Nov 16, 2017
NRPE - Agent and Plugin Explained
Viewed 56930 times since Fri, Jul 14, 2017
Nagios XI - Notification Problems
Viewed 25844 times since Tue, Jan 27, 2015
Nagios XI - Windows Memory Usage - Physical
Viewed 14947 times since Tue, Jan 26, 2016
CCM says unapplied changes exist, but none listed
Viewed 4599 times since Mon, Feb 27, 2017
Nagios XI - mysql_error out of range value for column
Viewed 5589 times since Tue, Aug 14, 2018
Nagios XI - Issues with mod_gearman and Performance Data Newlines: "\n"
Viewed 3568 times since Tue, Feb 2, 2016
Nagios XI - Error while converting SVG
Viewed 3835 times since Thu, Aug 3, 2017
Nagios XI - Common Upgrade Failures And Solutions
Viewed 10684 times since Thu, Jun 29, 2017