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
-1
votes
2 answers

OpenCart error 500 only for index.php

I have been trying to manually migrate OpenCart 2.3.0.2 from Plesk to cPanel and so far it has been working ok. I've uploaded all the files into the file manager's root directory and set both config.php files, the first one under the root directory,…
-1
votes
1 answer

YII2: I am getting 500 error while i logged out from backend

mydomain.com is currently unable to handle this request HTTP ERROR 500 This error i am getting after i logged out from backend. It is working fine on my localhost but problem is coming when site is live. What are the reasons of this kind of…
Ramkishan Suthar
  • 403
  • 1
  • 7
  • 26
-1
votes
1 answer

getting 500 internal server error on rest call

getting this error after hibernate outputs the data, any idea why this would be happening. please help! Sep 07, 2016 12:07:00 PM org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl stop INFO: HHH000030: Cleaning up…
-1
votes
1 answer

laravel - 500 error when I updated a file on server, how is it possible?

I really don't understand how it can be possible... The site angelescielo.com/candidatas was working... But I have this PHP (candidatas.blade.php... And as far as I understand the blade extension is from Laravel) ... I updated its DOM (not even PHP…
edd2110
  • 326
  • 1
  • 9
-1
votes
1 answer

Whitelabel Error Page This application has no explicit mapping for /error time out

I am completely new to zuul, but I am facing a challenge I can't seem to overcome due to some changes we made in the configuration. Zuul is being used simply to re-write some urls in this case, nothing more. It works fine in all sorts of other…
ADD
  • 1
  • 1
  • 2
-1
votes
1 answer

PrestaShop debug error 500

I'm developing a module for PrestaShop but I'm getting a 500 error page. I've check Apache logs and PrestaShop logs but I can't seem to find the problem behind this error. How can I enable debugging mode? Thanks
João
  • 23
  • 6
-1
votes
1 answer

Webinf/lib folder missing caused error 500 and 404 in servlets

Why am I getting the Error instantiating servlet class error? It was working fine until I added a main page. I have tried cleaning project and serer and rebuilding. Doesn't work. The path seems okay. Can't figure out why. The error on the web…
-1
votes
1 answer

enabling error reporting fixed http 500 error on windows server

I have a web application programmed in php hosted on windows server which was working great until recently he encountered "http 500 internal server error" only on 1 php page which was basically retrieving and displaying information from database. i…
-1
votes
1 answer

django - admin login error "500 server error"

I just finished to setup my website with django, so I tryed to login on my /admin page but the server return "500 server error", I cannot manage my db now. There isn't error on apache log, this is what browser console say: Failed to load resource:…
big
  • 73
  • 1
  • 9
-1
votes
1 answer

Internal server error - Drupal 6

I have Drupal 6 Site. I have enabled compression of CSS & JS files. Last night I uploaded couple of css files. I cleared the Cache from Drupal site. It was working fine.. But this morning when I opened the site, it is throwing error 500 Internal…
Kgn-web
  • 7,047
  • 24
  • 95
  • 161
-2
votes
1 answer

jQuery AJAX call broken under PHP 8.X (PHP 8 Uncaught TypeError: array_key_exists() error)

I will try to be as much explicative as possible. I have a PHP+jQuery application (some sort of a text game) where the system works reading and writing JSON files with AJAX all the time. Everything is absolutely perfect under PHP 7.4, however, when…
Cospefogo
  • 147
  • 1
  • 4
  • 12
-2
votes
1 answer

Enable php-logging on server of godaddy hosted wordpress

for about a day I'm trying to find a way to see php logs on a server by godaddy where wordpress is hosted. I can ssh to the server, but I'm not able to edit the php.ini because it's readonly. I've read that it would be possible to add a custom…
Mindful
  • 15
  • 1
  • 5
-2
votes
2 answers

http response is 500 on code parameter request

This is a http request to the https://auth.monday.com/oauth2/authorize endpoint on asp.net 6. It should get the code parameter from that endpoint but it's returning a 500 response with html for some reason. This is part of my code grant flow because…
-2
votes
1 answer

Database connection counter inside appsettings.json file

InvalidOperationException: Unable to resolve service for type 'Context.dbcontext' while attempting to activate 'Api.Controllers.ReportsController'. enter image description here
-2
votes
2 answers

Spring Boot POST requests returning http status 405 "Method Not Allowed" instead of HTTP status 404

When a POST request to a non-existing end-point in the application is sent, the server returns 405 instead of 404. A similar problem for Requests with an existing endpoint occurs, the status code returns 200 whenever everything goes right, but when…
1 2 3
49
50