• English日本語한국어
  • Log inStart now

Checking loaded configuration files directory

Problem

The newrelic module appears in your phpinfo() page but no data is appearing in your UI and your does not appear there.

Solution

The newrelic.ini file may not have been read from the configuration file because it may not appear in a directory where PHP expects it to be. To determine where your newrelic.ini should appear:

  1. In your phpinfo() page, look at the first section of the page.
  2. Check to see if newrelic.ini is listed in the section labeled Additional .ini files parsed
  3. Check to see your newrelic.ini file exists in the directory identified in the section labelled Scan this dir for addition .ini files or Additional .ini files parsed and verify that permissions are suitable for your web server to read it.

If newrelic.ini is not the name of your configuration file, check that the file to which you have added your license key and other configuration parameters is listed as having been read. Verify that the permissions on the file provide access for your webserver.

Sample phpinfo() showing top of page: Verify that the configuration file is being read by checking the top section for the Configuration File Path, the Loaded Configuration Files and the Addition .ini files parsed locations if data does not appear on your APM Summary page within a few minutes after configuration and restarting your webserver and PHP.

Copyright © 2024 New Relic Inc.

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.