i am having trouble seeing PHP Errors with my new Web Server.
Everytime i have an error message i am getting the message ‘HTTP-Error 500 (Internal Server Error)’
Is there any way to enable the error reporting? The error_reporting(E_ALL); line does not work.
You need to check the error logs that correspond to your web server. Ensure that you have allowed your web server write privileges to the directory of your log files. You can find the location of your log files by checking th
error_logvariable in your php.ini file.See here for more information.