Jump to content

[SOLVED] Undefined Variable Silliness


ricosalomar

Recommended Posts

Undefined variable is a Notice , yes?

Not a Fatal Error, not a Warning.

 

IMO, PHP's error reporting level is too high.

Undefined variables could be checked all the time in normal situations, and shouldn't really be sent to the screen unless you really intend it to.

 

Dig my reply to this post, where the problem may have been that the level was too low.

http://www.phpfreaks.com/forums/index.php/topic,170596.0.html

 

error_reporting(7) (same as error_reporting(E_ERROR | E_WARNING | E_PARSE) )

is a good level for reporting true problems, and not silly notices

Link to comment
Share on other sites

Bibby, you are correct, they are notices, not errors. But my log is so full of them, it'd be nice to slim it down a bit.

 

btherl, the log points to that code, by line #. My code is loaded with similar calls to PHP_SELF.

 

Thorpe, I'll try that.

 

cooldude832, this is the way it should look, thanks.

 

BTW, the page(s) render correctly, and function correctly. I just wanted to get to the bottom of the logs.

Thank you all for your help.

-Rico

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.