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 6121967
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T15:50:40+00:00 2026-05-23T15:50:40+00:00

My local windows webserver (IIS) doesn’t log php errors to log file.The php53_errors.log file

  • 0

My local windows webserver (IIS) doesn’t log php errors to log file.The php53_errors.log file is always empty. http://prntscr.com/2aels How to fix it? I think something goes wrong with permission settings. But it shows errors on browser window. And, one more question:Notices like “Undefined index”.. Are they really important?

  • 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-23T15:50:40+00:00Added an answer on May 23, 2026 at 3:50 pm

    Read the last part of your question:

    Notices like “Undefined index”.. Are they really important?

    It depends on your definition of ‘important’.

    The easy answer is no, they’re not important. That’s the reason they’re classified as notices rather than warnings. It’s okay to ignore them.

    However you should still pay attention to them, and try to fix them where possible.

    For example, the notice you quoted “Undefined index”. This is caused (as I’m sure you’re aware) by referencing an array element that hasn’t yet been defined.

    It is best practice to prevent this notice from being raised by using isset(), because if you do that, then when you do still get the notice, you’ll know it is important – maybe you made a typo in your variable name or array index? The code will still run, but it won’t work properly, and getting the notice might be the first clue you have of that. If that notice is suppressed or drowned out by legitimate ones, you’ll never spot it.

    Most ‘notices’ raised by PHP are on a similar level to that — they indicate that something might be wrong, but PHP doesn’t know for sure. If you write your code defensively to prevent notices from being raised when you’re happy with the code, then you can afford to pay more attention to the ones that do still crop up.

    Hope that helps.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I know how to set up a local webserver using xampp on windows... I
I want to test some PHP on my local machine running Windows XP Professional.
I am developing ASP.Net project (framework 2.0) on local machine (Windows 7). IIS 7.5
I have a wcf application hosted in a windows service running a local windows
This code runs on my local RoR/Windows 7 (64-bit): sql = ActiveRecord::Base.connection() last_pk =
How to instal in SVN repository server on Windows local Machine.?
Is it possible to store passwords on the local system (Windows XP) that can
How do I find the local path on Windows in a command prompt?
XAMPP makes configuring a local LAMP stack for windows a breeze. So it's quite
I built a windows service on my local machine. when I install and run

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.