PHP Fatal Errors not in Error_Log, How to enable?

Try to use error_reporting(E_ALL) in your script, or, if you want to suppress notices, use error_reporting(E_ALL ^ E_NOTICE).

Try to use error_reporting(E_ALL); in your script, or, if you want to suppress notices, use error_reporting(E_ALL ^ E_NOTICE).

Setting this right in the script is quite silly, as this line may be never executed due to fatal error. The setting name itself is right though – Col. Shrapnel Oct 20 at 15:14 I have the error reporting set in htaccess and php, and tried E_ALL, but no fatal errors get logged.

– Donna Oct 20 at 15:18.

Try the next command php -i | grep error It will show info about your php configuration and you can check if it is correct.

I'll post my php config settings above, but I can't see what could be wrong. – Donna Oct 20 at 18:03.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions