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.
ini_set('display_errors', '1');
.htaccess
.php.ini
at the very last end located at/etc/php5/apache2
. Is this correct? It still only gives me a 500 error message...