Home »
Categories
» Products » Nagios XI » Troubleshooting » Common Problems |
Turning Off PHP Notices and Deprecated Messages |
Article Number: 912 | Rating: Unrated | Last Updated by bsmith on Fri, Oct 22, 2021 at 9:11 AM
|
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.
Did you know? Nagios provides complete monitoring of: Windows, Linux, UNIX, Servers, Websites, SNMP, DHCP, DNS, Email, Storage, Files, Apache, IIS, EC2, and more!
|
Posted by: rspielman on Wed, Oct 20, 2021 at 9:45 AM. This article has been viewed 4406 times. Filed Under: Common Problems |
Have a question? Try our Forums! | Give Feedback |
0 (0)
Article Rating (No Votes)
Rate this article
|
| |
|
Attachments
There are no attachments for this article.
| Related Articles 
Nagios XI - Downloading A System Profile
Viewed 8560 times since Wed, Jul 19, 2017
Nagios XI - Missing localhost Alerts
Viewed 6870 times since Sun, Nov 5, 2017
|
|