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
1 answer

http 500 error on get_headers method

My site went down recently and the hosting company helped recover it. After that i keep getting this error on one of my pages. [22-Oct-2017 02:54:03 UTC] PHP Fatal error: Cannot redeclare get_headers() in…
codeNinja
  • 1,442
  • 3
  • 25
  • 61
0
votes
1 answer

TYPO3: OPcache activation causes server error in TYPO3 backend

I have some trouble with TYPO3 and opcache activation and hope someone can help me :). Environment details: PHP 7.1.10 OPcache Version: 7.1.10 TYPO3 7.6.23 Alfahosting (Business XL (SSD)) Situation: If I enable PHP7 without opcache option then…
Fox
  • 623
  • 8
  • 35
0
votes
0 answers

500 Internal Server Error xampp codeignider and google adwords?

when i try to execute a module that need to use google adwords tha website don't do anything so i see in the inspect the element and say that have a 500 Internal Server Error, i search o sometimes say the is temporal error butt have two days with…
0
votes
0 answers

HTTP ERROR 500 in PHP but syntax is correct

I have the following code and a program is trying to access it but I get a 500 error. I checked the syntax and everything else was working perfectly fine. One important thing to note is that a moved servers, and that's when I noticed this started…
calengineer
  • 21
  • 1
  • 5
0
votes
0 answers

HTTP Error 500 when loading ~\Content\css in a ASP.NET MVC app

I have a kind of standard MVC web application built with VS Express 2013. My BundleConfig.cs is like this: using System.Web; using System.Web.Optimization; namespace AcompOrcEst.UI { public class BundleConfig { // For more…
0
votes
1 answer

Wordpress check with 500 error

I am new in wordpress and my site is down. After lots of research I get to know there may be some syntax error. Can you please help to find is there any syntax error in code or not My code # BEGIN WordPress RewriteEngine…
David
  • 4,266
  • 8
  • 34
  • 69
0
votes
2 answers

500 Internal Server Error on localhost

I'm trying to install a themeforest theme on localhost, where I have wordpress. Once I try to create one by zip, it does 500 Internal Server Error. So I take the folder and copied within the themes folder. It works, I've activate it, with the needed…
markzzz
  • 47,390
  • 120
  • 299
  • 507
0
votes
3 answers

Site in folder of sub-domain's ajax calls return error 500

I am building website under subdomain. Site path is following: www.sub.example.com/site In that folder I have functions.php which I use to fire up php functions. $.ajax({ type: "POST", url: "http://sub.example.com/site/functions.php", data: {…
Jaakko Uusitalo
  • 655
  • 1
  • 8
  • 21
0
votes
3 answers

Codeigniter 3.x with Heroku 500 error

I'm getting a 500 error in Heroku trying to launch a staging Codeigniter 3.x project (for the first time). I can't seem to get any better logs than that. I am using the heroku-php-apache2 buildpack. PHP version is 5.6.x However, through debugging I…
bjacobs
  • 401
  • 1
  • 6
  • 17
0
votes
1 answer

Access webservices using RCurl CurlPerform: Getting HTTP 500 error

I am trying to use a webservice using RCurl package. This webservice 'https://ngcsi.contigohosting.com/Entrader_Dev/wcfservices/TradingService.svc' has a lot of get methods which can be accessed only by authentication and hence I am passing the…
Vis Bandla
  • 39
  • 4
0
votes
0 answers

500 Error, Works good after first refresh WebSphere, IHS

External User -> Virtual IP F5 -> IHS (SSL configured)-> WAS 855 there is firewall between IHS and WAS, When I hit the application URL for the 1st time it gives 500 error, when I refresh the page, It is working good. I tried to use fiddler, it just…
Pandu
  • 189
  • 1
  • 2
  • 7
0
votes
0 answers

Error getting data from Graphite 500 Internal Server Error (Intermittent)

I need some help tracking down a sporadic http status 500 internal server error when using Graphite. The server is running on Ubuntu 16.04, Graphite version 0.9.15. 10.0.0.10 - - [09/Jul/2017:08:07:14 -0500] "GET…
Exocomp
  • 1,477
  • 2
  • 20
  • 29
0
votes
2 answers

Wordpress Site down for my own IP address

I just migrate my site to another hosting provider using wordpress Duplicator plugin. Before waiting for DNS propagate, i already change the host file so that I can run the installer file from Duplicator. When everything is done, I revert the host…
user2809266
  • 3
  • 1
  • 4
0
votes
1 answer

Internal Server Error in my Code?

#!/usr/bin/python3 import cgi import cgitb import urllib.request import os import sys def enco_print(string="", encoding = "utf8"): sys.stdout.buffer.write(string.encode(encoding) + b"\n") cgitb.enable() form =…
0
votes
0 answers

I am getting error 500

I am working on a site where people can get a bitcoin adres. When I do the GET request to the file, it gives a response of HTTP error 500. But I can't find any wrong things. Her is my…