HTTP 500 Errors
Posted: Wed Dec 17, 2008 7:58 pm
I'm posting this question in this area because I think my problem is a configuration problem with either Apache or PHP. It I'm wrong I apologize.
So here is the problem.
I'm running Apache 2.2.11 on windows with PHP 5.2.8 using mod_php.
I'm writing a php script, and whenever there is an error in my code, instead of getting a php error in my browser window, I get an HTTP 500 error and the page won't display.
I can go to the Apache error log and see exactly what the problem is, but this is a hassle, and I would much rather just get the errors displayed in the browser. I checked php.ini and error reporting is turned on, so I assume the problem is with my apache configuration, but I wouldn't know where to begin checking on this. To be honest I don't even know that this is an issue that can be fixed. But I would greatly appreciate any ideas anyone has. Thanks
-Jason
So here is the problem.
I'm running Apache 2.2.11 on windows with PHP 5.2.8 using mod_php.
I'm writing a php script, and whenever there is an error in my code, instead of getting a php error in my browser window, I get an HTTP 500 error and the page won't display.
I can go to the Apache error log and see exactly what the problem is, but this is a hassle, and I would much rather just get the errors displayed in the browser. I checked php.ini and error reporting is turned on, so I assume the problem is with my apache configuration, but I wouldn't know where to begin checking on this. To be honest I don't even know that this is an issue that can be fixed. But I would greatly appreciate any ideas anyone has. Thanks
-Jason