A generic HTTP status error message, given when no more specific message is suitable
Questions tagged [internal-server-error]
1040 questions
168
votes
21 answers
ASP.NET: HTTP Error 500.19 – Internal Server Error 0x8007000d
I am replicating web application deployment and found several issues related to HTTP Error 500.19. My machine is running Windows 7 while the working development is using Windows 8. We're developing our Web Application using Visual Studio…

David
- 3,957
- 2
- 28
- 52
86
votes
6 answers
500 Internal Server Error for php file not for html
My site having 4-5 static pages only. index.html & index.php both are there. index.html is working fine. If I change to index.php, it's giving 500 Internal Server Error. I don't know where is my mistake?
Note:
If I use .htaccess file with php_flag…

KarSho
- 5,699
- 13
- 45
- 78
62
votes
10 answers
The page cannot be displayed because an internal server error has occurred on server
I've installed website on my local machine using IIS 7 successfully.
But when I've deployed it on live server, I got the following error:
"The page cannot be displayed because an internal server error has occurred"
Nothing else.
Using the same…

progproger
- 958
- 2
- 10
- 21
41
votes
6 answers
Axios POST request fails with error status code 500: Internal Server error
I'm trying to send a POST request locally with a username and password in the body through Axios.
I'm deploying a Flask app on http://127.0.0.1:5000/login, which handles the /login route. The POST request fails with the following error
POST…

M Xiao
- 553
- 1
- 7
- 14
35
votes
3 answers
How do you diagnose a 500 error on Heroku when there is no error message in the logs?
I have a Rails app on Heroku that is serving 500 errors at random intervals. Web pages will display "Internal server error" in plain text, instead of the usual "We're sorry. Something went wrong." page. When I refresh the page, it works fine.
The…

lala
- 2,052
- 6
- 24
- 33
25
votes
2 answers
jsonify is not defined - Internal Server Error
Playing around with Flask and just wanted to print out some data as JSON formatted, but I keep getting the error:
NameError: global name 'jsonify' is not defined
from flask import Flask
from flask import json
app =…

TJ Biddle
- 6,024
- 6
- 40
- 47
23
votes
8 answers
ASP.NET Core hosting - 500 internal server error
I am trying to publish as ASP.NET Core project with a hosting provider that supports ASP.NET Core. I am getting 500 Internal Server Error which I believe is very common. So I searched through the internet and various forums and then I checked the…

user6542823
- 1,396
- 2
- 14
- 24
22
votes
5 answers
ASP.NET CORE Hosting - Error Internal Server Error Handler "aspNetCore" has a bad module "AspNetCoreModule" in its module list
I'm hosting ASP.NET Core 2 site and getting below error message.
HTTP Error 500.21 - Internal Server Error
Handler "aspNetCore" has a bad module "AspNetCoreModule" in its module list
My application is using nopCommerce 4.00 and server side already…

Raju Paladiya
- 778
- 2
- 12
- 35
20
votes
4 answers
PHP not displaying errors - Internal Server Error (500)
I've set up a fresh install of Ubuntu Server 12.04 LTS on Amazon AWS with *Apache2/MySQL/PHP5. When I run a PHP script and it encounters an error I don't see any error reporting from PHP, all I see is
HTTP Error 500 (Internal Server Error): An…

iainjames88
- 315
- 1
- 2
- 6
19
votes
11 answers
Heroku giving 500 error with little information + Internal Server Error
Heroku showing this message on the page:
"internal server error"
This error is showing in console:
GET…

Himanshu Rana
- 191
- 1
- 1
- 3
19
votes
3 answers
HTTP Error 500.0 on StaticFile when using custom identity for AppPool
I have an MVC4 web application deployed on a Windows 2012 R2 server with IIS 8.5.
I configured the Application Pool to run with a custom domain account because the web application needs to call another webservice on the network with Windows…

Yann
- 425
- 1
- 5
- 16
14
votes
1 answer
When should I return HTTP Status Code 500 (Internal Server Error) from REST application to client?
I have seen people using the HTTP code 500 as a generic error code for all kind of error cases (server errors, http errors, code exceptions, expected record not found in DB, time-out exceptions etc). However I have also read and heard that this code…

Pratap
- 655
- 2
- 10
- 20
13
votes
13 answers
CodeIgniter 500 Internal Server Error
I downloaded a PHP script written using CodeIgniter. when I run it from the localhost, on going to the admin folder, it shows localhost again. Also when running from my web host, it shows a 500 Internal Server Error.
I run the site from…

acidburn23
- 200
- 1
- 2
- 8
13
votes
6 answers
Does Instagram return HTTP 500 response due to rate limiting and/or some form of request filtering?
I'm developing a tool for checking the integrity of links in a web page.
I've noticed that various Instagram URLs will return a HTTP 500 response in cases where if one were to visit the given URL in a browser one would get a HTTP 200 response…

Jon Cram
- 16,609
- 24
- 76
- 107
12
votes
5 answers
.htaccess file gives 500 internal server error
I receive 500 internal server error on my website. I think this is because of .htaccess file, but I don't know what's wrong with it.
Server: DirectAdmin, Linux-based
Contents of the .htaccess file is as the following:
# BEGIN All In One WP…

Omid1989
- 419
- 3
- 8
- 17