Most voted "internal-server-error" questions
Internal Server Error (HTTP Error 500) indicates an internal server failure that may be caused by a programming error on some system on your site or by incorrect permissions on files and folders.
Learn more…13 questions
Sort by count of
-
5
votes1
answer4714
viewsWhat are the possible causes of "Connection reset by peer: Fastcgi: Comm with server aborted" error and how to fix it?
According to some responses in the OS, such as this and this, it seems that the error occurs because it ends the max_execution_time, but it was not clear to me what are the possible causes and how…
-
2
votes1
answer33
viewsReturning Internalservererror a Tuple list
I have the following code: public async Task<IHttpActionResult> Gravar() { List<Tuple<string, string>> statusRetorno = new List<Tuple<string, string>>();…
-
2
votes0
answers19
viewsBase table or view not found: 1146 Table doesn’t exist Laravel 8.0.4
I upgraded my Standard to version 8.0.4 and now my project has the following error when I try to run php Artisan serves. I have 4 database connections, and only one is the main one and is where the…
-
1
votes0
answers59
viewsError 500 when loading page
There is a client who sells real estate and the real estate data is taken from an external json link. The system is working, but the system takes time because it is TOO much data. It spends about 1…
-
1
votes0
answers120
viewsInternal Server Error 500 (Nginx) when I try to generate PDF by Weasyprint
Good morning, you guys. I have a problem in my application and I tried everything and I could not solve. I decided to generate dynamic PDF in my application and for this I used the Weasyprint…
nginx django-templates django-2.0 django-admin internal-server-errorasked 5 years, 4 months ago Alison Andrade 52 -
0
votes1
answer6395
viewsAjax - Error 500 (Internal Server Error)
GET http://localhost/Ultraweb_20150629_adriano/Ultraweb/index.php/supervisaocontroller/stateMaquinaMobAjax/37/37/100/500 500 (Internal Server Error) My job function estadoDinamico(indice, key,…
-
0
votes0
answers11
viewsTable is not generated via jpa
I am studying JSF through the book "The definitive guide to jsf in java ee 8", but I made an error I reviewed the code many times and did not find the origin of this error : Exception…
-
0
votes2
answers914
viewsServer Error (500) on Heroku using Django
When I try to access my website hosted on Heroku, it returns the message: "Server Error (500)". Heroku[router]: at=info method=GET path="/favicon.ico" host=quiz-py.herokuapp.com…
-
0
votes0
answers17
viewsProblem loading Composer class to web server
I’m having trouble correctly running a site developed with the MVC architecture on web server. Locally, everything is going well. The folder structure is as follows: public_html(public directory of…
php commiserate server-side php-autoload internal-server-errorasked 3 years, 10 months ago ademir moreira 1 -
0
votes1
answer63
viewsPost request returns error 500
I have a simple Python script that sends a post request with a certain payload but it returns error 500. I’d really like someone to help me. The code: def answered(self,answer): headers = {…
-
-1
votes1
answer679
views.htaccess returns error 500 instead of 404
My file. htaccess seems to be ok, but if we try to access a page that doesn’t exist, instead of getting the 404 error reply, I get the 500 error reply. This is the current code: RewriteEngine On #…
-
-1
votes0
answers20
viewsError "timed out Waiting for Launcher to connect" when trying to run in python in vscode
I have recently been having problems trying to run python code in vscode. It just started happening out of the blue. I’ve tried reinstalling vscode and python. But this problem insists on appearing.…
-
-4
votes2
answers696
viewsHow to upload the contents of a variable to the backend using javascript fetch?
I can’t replace ajax with fetch I’m taking all libraries out of my code, and I’m trying to make the most of the resources pure javascript offers, like fetch. However, I am not able to make a request…
php javascript ajax fetch internal-server-errorasked 4 years, 8 months ago Matheus Ricardo Brunelli 1