Skip to main content
Filter by
Sorted by
Tagged with
89 votes
6 answers
510k views

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 ...
KarSho's user avatar
  • 5,746
9 votes
5 answers
59k views

I am getting this error. Internal Server Error The server encountered an internal error or misconfiguration and was unable to complete your request. Please contact the server ...
user1478427's user avatar
35 votes
3 answers
30k views

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." ...
lala's user avatar
  • 2,082
13 votes
13 answers
164k views

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 ...
acidburn23's user avatar
3 votes
1 answer
3k views

I am getting some errors on my classic asp website. When the website runs for the first time it sometimes does an Internal Server Error. Then a refresh would fix it. I decided to check my IIS logs to ...
Byrd's user avatar
  • 907
8 votes
4 answers
12k views

The Issue When uploading files of around 8MB or over, I recieve a 500 Internal Server Error. All PHP settings in php.ini are correct maxAllowedContentLength has been set in the web.config Server Info ...
Ben Carey's user avatar
  • 17k
5 votes
2 answers
13k views

I am working on an SMS Sending application and for login purpose i want to send the username and password using POST method from my Android Application to the web server. When I click on lo-gin ...
Vikas Patidar's user avatar
3 votes
4 answers
9k views

I noticed recently on my WordPress website I'm getting sometimes 500 Internal Server Error. I checked logs and I have many lines like: [Mon Oct 03 01:25:24.357439 2016] [fcgid:warn] [pid 12840] [...
Dawid Loranc's user avatar
1 vote
1 answer
555 views

The company I work for is currently using WordPress platform for their website. Since I have been with this company for a year there have been a lot of Internal 500 errors with the website. The most ...
johnnytsunami's user avatar
0 votes
1 answer
3k views

I'm getting a 500 Internal Server error when trying to register a new user with ASP.net's built in user authentication. This was previously working for me, but now I've attempted to add a FirstName ...
user95227's user avatar
  • 1,973
0 votes
2 answers
3k views

I have uploaded a Wordpress site under the following subdomain - http://wptest.paddingtonterraces.com.au/ I am getting '500 Internal Server Errors' for everything that is grabbed from outside the ...
SinDesign's user avatar
53 votes
7 answers
299k views

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 ...
M Xiao's user avatar
  • 673
20 votes
4 answers
49k views

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 ...
iainjames88's user avatar
15 votes
1 answer
15k views

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). ...
Pratap's user avatar
  • 705
4 votes
0 answers
558 views

We have one problem in a Production environment but we don’t see any issues in the local DEV environments. Problem: I have one API - /api/GenerateAutoPdf/{Guid} (POST) Based on the response from ...
Varun's user avatar
  • 597
4 votes
4 answers
44k views

This is my Python code: from flask import Flask, render_template app = Flask(__name__) @app.route("/profile/<name>") def profile(name): return render_template("index.html", name=name) if ...
Michael Nguyen's user avatar
3 votes
1 answer
38k views

I'm using Symfony 3.2.3 and switched from PHP built-in Web Server to Apache (http://symfony.com/doc/current/setup/web_server_configuration.html, Apache 2.4.18). It works for the root Symfony page (...
user2625247's user avatar
3 votes
1 answer
14k views

I have tried to cache some queries with Cache::remember(); but it doesn't work. My script response code is 500(Internal Server Error). Here is my code: $filters = \Cache::remember("cache_filter", ...
Heril Muratovic's user avatar
3 votes
3 answers
2k views

I'm trying to debug my DJango Paypal IPN integration but I'm struggling. The Django dev server reports a 500 error to the console (but no other details) and the IPN test tool reports a 500 error but ...
Jon Cage's user avatar
  • 37.8k
3 votes
4 answers
29k views

i have a website running on XAMPP. i don't know about its version of php that the web site is written by and version of apache too. I want to move it on windows but got the message 00-Internal ...
Mohsen's user avatar
  • 608
2 votes
3 answers
7k views

I have a POST method API which is giving 200 response code in Postman but not when calling api by using Volley or even in Retrofit2. Here is Postman screenshots: Here what i did for Volley library ...
Viks's user avatar
  • 1,584
2 votes
1 answer
2k views

I have deployed my Django 1.10 with python 3.6 Project on Google compute engine when I have changed Debug = True in my settings.py to Debug = False it throws Server Error (500) on one of my post ...
Abdul Rehman's user avatar
  • 5,704
2 votes
4 answers
2k views

I have a large spreadsheet with a list of English phrases/words in one column and then another column where all of those are translated into another language using the GOOGLETRANSLATE function. One ...
Aamir's user avatar
  • 493
1 vote
1 answer
14k views

I'm having a problem with my CakePHP installation. I was developing it in a subfolder and it was working fine. But, when I move it into the root folder, it's showing 500 Internal Server Error. For ...
user2742122's user avatar
1 vote
1 answer
2k views

I'm having a trouble reproducing an issue a user is having in IE, but something that always bugged me is how can I see the error message from classic ASP page in IE for example on a dev server. In IE ...
StevieB's user avatar
  • 6,579