In my php.ini file I have the following set:
error_reporting = E_ALL
I've also tried adding the following line to my php code:
ini_set('error_reporting', 'On');
However, it's still not showing error messages when I purposely put a bug into the code. Any ideas on why it's not working? I am running PHP 5.3, which should be utilizing a separate php.ini file for each subdirectory. This test PHP page is in a subdirectory off the root.
Thanks!



Reply With Quote




Bookmarks