Hello All,
I have a wired problem. When I set display_errors to 0 on production enviroment then AJAX request to some PHP script returns apache server error 500 and nothing works. When I set it to 1 then response is 200 and everything seems to be fine.
Question is what is the connection between display_errors and server error number. I don't get it and php.com doesn't explain this at all.
Moreover I have set error_log but there is no erros logged in either display_errors is set 1 or 0. Does anybody have this problem before?