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 - Apply Configuration Fails - Backend login to the Core Configuration failed
Viewed 27215 times since Tue, Aug 2, 2016
Nagios XI - Error while converting SVG
Viewed 5475 times since Thu, Aug 3, 2017
Nagios XI - Crashed Database Tables
Viewed 66845 times since Tue, Jan 27, 2015
Web Browser Reports 330 Error Content Encoding
Viewed 9438 times since Tue, Mar 7, 2017
Nagios XI - SourceGuardian Errors 2009R1.2C
Viewed 5368 times since Tue, Feb 2, 2016
SSL Certificate does not validate properly
Viewed 6512 times since Wed, Jan 20, 2021
Nagios XI - Debugging Bandwidth Performance Graphs
Viewed 17948 times since Tue, Jan 27, 2015
Nagios XI - Migrate Performance Data
Viewed 14541 times since Tue, Jan 26, 2016
Enabling Oracle Linux Optional Repository
Viewed 20728 times since Mon, May 14, 2018
Nagios XI - STRICT_TRANS_TABLES
Viewed 10025 times since Thu, Nov 16, 2017