Top "E-notices" questions

E_NOTICE indicate Run-time notices in PHP's error_reporting

Undefined variable: $_SESSION

I'm getting E_NOTICE errors in a core CakePHP file when it tries to reference a never-set or unset session (…

php session cakephp e-notices
How to get rid of PHP Notice: Undefined index: HTTPS in X on line 123

I just discovered that I have thousands of these errors, coming from two of the same files. I have removed …

php e-notices
APC (Alternate PHP Cache) Throwing Lots of PHP Notices

I got APC 3.1.9 setup on my Linux box running PHP 5.3.6. Caching works fine but I have noticed in our error …

php apc e-notices
Logging PHP notice errors

I have recently taken over development of a legacy system and want to be able to turn on logging of …

php logging e-notices