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

Wordpress error on post.php when trying to edit

We are receiving a 500 error on the post.php when trying to edit a custom post type. This error is preventing the rest of the page and associated javascript components from loading, therefore this error is preventing the page from loading correcting…
designmode
  • 143
  • 2
  • 12
-1
votes
2 answers

Wordpress site got Error 500 after disactivating plugin

Site : https://www.orangefashionvillage.com/ Build on Wordpress with Divi theme I'm freaking out right now because we were not able to make any changes to a webpage because of a plugin conflict. So I put the site in maintenance mode, did a backup…
-1
votes
1 answer

when not authtenticated user hits an url in my admin web like www.example.com/course/manage i want to show 500 error page

when not authtenticated user hits an url in my admin web like www.example.com/course/manage i want to show 500 error page. But now it shows my login for admin page. For other urls not registered in my app, i am able to show 404 page currently by…
-1
votes
2 answers

I want to return status code of 400 instead of 500 about unhandled exceptions, globally

I am trying to make 500 Internal Server Error to 400 Bad Request in every cases. This is my package structure for exceptions. For example, ConflictExeption looks like this. @ResponseStatus(HttpStatus.CONFLICT) public class ConflictException extends…
-1
votes
1 answer

Vue.js with Laravel 8 API image upload throws 500 error

Below is this code for the image upload path; this is my template upload code.
-1
votes
1 answer

Prestashop Backend Error 500 after Migration

After migrating Prestashop to another server and domain everything works fine except the Backend. Urls are correctly setup in database Cache has been cleared No .htaccess available Anyway i get Error 500 This is the backend url…
Ade
  • 7
  • 2
-1
votes
1 answer

I Could not host my Laravel App on server?

i hope you can help me with that stuff so i completed a client's laravel app and tried to host it on the client's server but it was not working , it was showing the error End of script output before headers: index.php i hope you help me solve the…
-1
votes
1 answer

Completed 500 Internal Server Error in Rails Development

I have been facing this Completed 500 Internal Server Error when developing my Rails application. I am following online tutorials for the development and it works fine previously. However, starting today, it gives me this error if I am trying to…
Alice
  • 11
  • 1
  • 4
-1
votes
1 answer

Java HTTPPost Request Return HTTP Error 500

private HttpPost getRequest() { HttpPost httpRequest = null; postParameter(); String queryString = ""; Set> getPairs = this.parameterMap.entrySet(); for (Entry entry : getPairs) { …
-1
votes
1 answer

php readfile() gives error 500 on some video files only

I have a problem with displaying some videos via a php script using readfile(). Some videos give a HTML status 500, others work fine. Something I do wrong, but I have no idea what. Can somebody hint me in the right direction? What might be the…
-1
votes
1 answer

PHP warning and PHP Fatal error

I am getting this message 100 times in my error log and my site is down right now with the message"website is currently unable to handle this request. HTTP ERROR 500 "PHP Warning: …
-1
votes
2 answers

500 error on my website

I wanted to add to my website something like maintenance page, using PHP and MySQL. For example, if I'm adding some functions, I will set it in settings and it will display maintenace page instead of any page. But when I uploaded the whole code, it…
djlimix
  • 59
  • 10
-1
votes
1 answer

PHP http error 500, domain is unable to handle this request

I was trying to get image file from user by using HTML form and PHP, all good but when the request is sent to the server the client gets an http 500 Error. I guess this related to some code issues but I couldn't find it. PHP storm debugger does not…
-1
votes
1 answer

HTTP ERROR 500 on the main site but not other links

Currently having a problem with a HTTP ERROR 500 being thrown when trying to access the site but when browsing to it works perfectly fine without errors. (Https is required, cant link more than 2 in the post.)
Kasc
  • 3
  • 3
-1
votes
1 answer

UnsatisfiedDependencyException Error controller through field categoryDAO

Getting sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) why like this HTTP Status 500 - Servlet.init() for servlet dispatcher threw exception type Exception report message Servlet.init() for servlet dispatcher threw…
rahul sharma
  • 101
  • 4
  • 10