Questions tagged [500]
17 questions
0
votes
1 answer
Jenkins server returns 500 error
Having just installed jenkins on a debian 64bits lenny distro I started the
server but when I connect to it I get the error:
Status Code: 500
Exception: The error below occurred during context initialisation, so no further requests can be…

Fernando André
- 129
- 1
- 8
-1
votes
1 answer
Ubuntu Server PHP5 throws 500 internal server error while there are errors in the PHP file
I am trying to fix this problem for 4 days now. If there is a error in my php file it's throwing a 500 internal server error.
php.ini:
display_errors = On
Default Value: On
Development Value: On
Production Value: Off
I want it so it…