Questions tagged [http-status-code-500]

Use for questions where the server throws 500 Internal Server Error and the server is not in your control. For servers in your control, look through the server logs to pinpoint the actual problem

The 500 Internal Server Error is a catch-all error code that can mean literally anything. Instead, look through server logs, etc and try to pinpoint the actual problem and tag it accordingly.

The relevant section of the HTTP protocol:
http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html

More information about codes returned from IIS 7:
http://support.microsoft.com/kb/943891

745 questions
0
votes
0 answers

500 Internal Server Error in Angular with more than 50 objects

I have come across an odd issue that I don't know how to resolve. I am using Angular, PHP Slim Restful API, MySQL db. Two of my db tables have 1k + rows. When I try to query these tables I get a 500 Internal Server Error from Angular. If I drop…
Jason
  • 1,091
  • 4
  • 19
  • 40
0
votes
1 answer

Wordpress site returns status 500 but still works

http://ststephens.edu/ This site returns status code 500 (Internal Server Error) when I do wget http://ststephens.edu/ but works fine on my browser. Also as seen in this screenshot, clearly the homepage is a 500 status but the site seems…
arjoonn
  • 960
  • 1
  • 9
  • 20
0
votes
1 answer

htpasswd outsite the public html not accessible

On the webserver I use, I have multiple sites (subdomains). Some of these have an admin folder for quick edits for each site. In the admin folder I placed a .htaccess file, restricting access to it. I have placed a htpasswd file outside the…
Gyula Soós
  • 467
  • 1
  • 9
  • 23
0
votes
1 answer

Rails ajax call not converting erb elements to html

There's probably a much better title for this, but I don't what the technical terms would be Anyway, I'm performing an ajax call that appends a link to a div. The link contains erb code such as #{post.comments.count} $('#comments_<%= @post.id…
0
votes
1 answer

Ajax post with complex viewmodel data giving 500 response code

I have to send InvoiceViewModel data from view to action method through ajax. But, I am getting 500 Internal server error code. View model details I need to send from view to controller public class InvoiceViewModel { [DisplayName("Invoice…
User 4989588
  • 113
  • 3
  • 12
0
votes
0 answers

Google Cloud Messaging Shows - 500. Internal server error - When I login to the Google Account

I get the error when I try to open this link: https://developers.google.com/cloud-messaging/ Like this: It display the error only when I logged in to my Google Account. If I log out from the Google Account so it does not display the error and…
0
votes
1 answer

Parse.com notification panel returning error 500

I was doing some changes and tests in my app using Parse.com push framework, and I was sending some push tests and suddenly, when I came back to the push notifications panel in my dashboard, it returned error 500 and I really don't know whats…
0
votes
1 answer

Occasional yet persistent 500 internal server errors

I'm at my wits end with this. I have a WordPress site with a few (7) plugins and I am getting around 10 reports a day of 500 Internal Server Errors. These could happen at any time whether just browsing the site or via the administration part of the…
omega1
  • 1,031
  • 4
  • 21
  • 41
0
votes
1 answer

Cake PHP 3 | Internal Server Error 500

On the localhost it is running. But when I upload it, its throwing an 500 error. I checked: mod_rewrite (loaded - phpinfo(8)) extension intl (enabled) I tried: Deleting all the cache files Thats my .htaccess RewriteEngine…
0
votes
1 answer

Getting an internal server error when communicate two servlets

I'm trying to make a communication between two servlets by using POST method. Locally every thing works. However, when i deploy my servlets over a real servers I got an exception. How can I resolve it please ? In my first servlet1 I have: try { …
Mehdi
  • 2,160
  • 6
  • 36
  • 53
0
votes
0 answers

Slow and frequently error when get content script

I need to get content from this URL: Desktop version: http://news.go.vn/bong-da/tin-2251140/pep-guardiola-bi-mat-gap-gdtt-man-city-o-barcelona.htm Mobile version:…
Tran
  • 185
  • 2
  • 4
  • 15
0
votes
1 answer

500 Internal Server Error - Misconfigured Website

I am uploading a website to a Ubuntu 14.04 VPS for the first time. I am using Apache 2.4.7, mod_wsgi, and Django 1.8.5. I am getting a 500 Internal Server Error. I cannot figure out if the problem is in my wsgi file or configuration or my Django…
Kevin
  • 597
  • 4
  • 14
0
votes
1 answer

500 internal server error every week

One of my websites built on wordpress have 500 internal server error after every 2-3 weeks, and I have to delete .htaccess every time to fix this and a new htaccess appears after that. The strange thing about the problem is the htaccess that appears…
Azeem Akhter
  • 497
  • 7
  • 19
-1
votes
1 answer

How to fix 500 internal server error in my website?

My website qaskLive sometimes has show 500 internal server error problems : Request Timeout This request takes too long to process, it is timed out by the server. If it should not be timed out, please contact administrator of this web site to…
Mani Mow
  • 1
  • 1
-1
votes
0 answers

Internal server error while running API in Azure API management

I am following all the setps given in this document https://learn.microsoft.com/en-us/azure/api-management/authorizations-how-to-azure-ad, but while testing getting below error: HTTP/1.1 500 Internal Server Error content-length: 111 content-type:…