Well it took some time but we figured out how to set the error handling in the ini file to E_ALL, E_ERROR, E_WARNING etc.
We had everything setup and working then we had to restart the server and it for some reason, reset the ini file back to the way it was. SO we went back to the ini file and set it back up but now it does not work.
We even set it to just E_ALL. And nothing. We just get a white page.
Any ideas? We were trying to just use E_PARSE (parse errors), E_ERROR (fatal errors), E_WARNING (warnings)
like so:
E_PARSE | E_ERROR | E_WARNING
Like I said it worked in the beginning. But now even just having E_ALL is not working. Tell me we don't have to reboot the server for this to work...we have restarted the server a few times now and it is not working. The file is not getting reset when we make the changes in cpanel so lesson learned.
thank you for any help with this.