In my PHP.ini, I have it set to log errors to a file, and display_errors is OFF.
However, my errors are NEVER being logged... anyone know what common issues are, or what could be preventing them from being logged?
There's definitely no overwritting issues in my code (I wrote the code, and I've never changed anything related to errors via the code...).
Thanks.
phpinfo()
is your friend here to tell you whichini
file is used.