Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7512007
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 29, 20262026-05-29T23:43:59+00:00 2026-05-29T23:43:59+00:00

I created a PHP script to read the error log file in a customized

  • 0

I created a PHP script to read the error log file in a customized visual format, but right now, I have the path to the error log file hard-coded in, which works fine for me, but I would like to find out if there’s a way to pull the path to the error_log automatically so it can work on any server without further configuration.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-29T23:43:59+00:00Added an answer on May 29, 2026 at 11:43 pm

    You can use ini_get to obtain the error_log path in PHP.

    $error_log = ini_get('error_log');
    

    Otherwise, you’d be relegated to using something like:

    <?php
    ob_start();
    phpinfo(INFO_CONFIGURATION);
    
    $phpinfo = ob_get_contents();
    
    ob_end_clean();
    
    preg_match('#error_log</td><td\b[^>]*>(.*?)</td>#', $phpinfo, $matches);
    $error_log = $matches[1];
    

    Note that if there is no error_log set, $error_log will return:

    <i>no value</i>
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I created a file download script in PHP, it works, but web browsers report
I have created a PHP-script to update a web server that is live inside
I have created a PHP script and I am lacking to extract the primary
I have created a dynamic list picker script using Jquery 1.3 and PHP that
I have a php script that is reading a file in (file_get_contents). I want
I have created a custom PHP script which uploads information submitted by a form
I've created a simple php email script but the problem is that I dont
I created a script that list the directories in the current directory <?php $dir
I have a PHP script that creates other PHP files based on user input.
I have php script that creates a temporary watermark image for users that are

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.