Internal Error Message in Drupal when saving edits - drupal

My site is built with Drupal 7.19.
When I make an edit to a page, I get this message:
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, webmaster#xxxxxx.com and inform them of the time the error occurred, and anything you might have done that may have caused the error.
More information about this error may be available in the server error log."
I checked my log messages, and I noticed I have many, many "page not found" with a message of "favicon.ico". I found this info but it did not fix: http://web3us.com/drupal6/how-create-web-site-handbook/how-setup-drupal-5/how-fix-faviconico-page-not-found-drupal
The edits to the page are reflected, but why this message? There is no 404 or 500 associated.

The missing favicon has nothing to do with the Internal Server error. The most likely issues is that your PHP memory limit is too low.
Drupal 7 suggested memory limit is 128MB. You can change the limit in your settings.php file in the default (sites/default/settings.php) folder by adding the following line:
ini_set('memory_limit','128M');

Related

502 - The server encountered a temporary error and could not complete your request

Similar question: Error: Server Error The server encountered a temporary error and could not complete your request. Please try again in 30 seconds.(GCP)
I'm using the Google Cloud Platform for my website and ran into an issue.
The above question is similar to my issue except this issue isn't persistent for me. I have the website https://fixly.is, if I refresh any page a couple of times, any one of the assets loaded for the page isn't fetched and I get a 502 error. When I refresh it again immediately, it loads it just fine.
The response I get for the asset request is this:
Error: Server Error
The server encountered a temporary error and could not complete your request.
Please try again in 30 seconds.
I've attached a screenshot as well.
I also haven't configured a load balancer.
Is this issue because I haven't configured a Load Balancer?
Can someone tell me why I'm getting this issue?
I'm adding a log for when an asset isn't fetched.

Error with the Feedburner for my wordpress website

This is my Wordpress website: https://noshdaily.com/
The https://noshdaily.com/feed/ feed is already there, however, when I am trying to use https://feedburner.google.com I am getting the following error:
An error occurred connecting to the URL: internal error
After that when I do confirm validity now it takes me here: http://www.feedvalidator.org/check.cgi?url=https%3a%2f%2fnoshdaily.com%2f
and generates the following error:
Not Found
The requested URL was not found on this server.
Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
How can I fix this?
Still evidently an issue. Your SSL/TLS certificate is not valid - no trusted root certificate.
https://validator.w3.org/feed/check.cgi?url=https://noshdaily.com/feed/

This page isn’t working. HTTP ERROR 500. But when I refresh it works everytime

I'm not sure how to replicate the error but every once in a while when I try to access the website i get this error and upon refreshing it immediately starts working again.
That's not the only issue, when I try to access sub pages other than the home page (like /products, /contact-us, etc) i get this error "Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Additionally, a 500 Internal Server Error error was encountered while trying to use an ErrorDocument to handle the request."
I'm very inexperienced with all of this, especially wordpress websites so i'd appreciate any suggestions even if theyre basic.
Thank you.

Suddenly get a 500 Internal Server Error

My website was working fine for weeks until two days ago, then on every page besides the homepage I'm getting:
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator and inform them of the time the error occurred, and the actions you performed just before this error.
More information about this error may be available in the server error log."
The error log says:
Request exceeded the limit of 10 internal redirects due to probable configuration error. Use 'LimitInternalRecursion' to increase the limit if necessary. Use 'LogLevel debug' to get a backtrace."
How do I fix this?
Also, what could've caused it so I know how to prevent it in the future?
Have you tried rebooting? (I know, its obvious)

Where does this HTTP error come from : "Unable to contact target server after 1 tries."?

Some rare times, an HTTP error is displayed while accessing a page in a ASP.NET Web application :
An HTTP error occurred while getting:
http://mydomain.com/mypage.aspx
Details: "Unable to contact target server after 1 tries.".
This message is displayed on a blank white page, without anything else. This doesn't look like an ASP .NET error page. IIS isn't logging anything special at the time of the error.
I really don't understand who is raising the error. Could it come from the code ? ASP ? IIS ?
The error is random, occurred with 2 users located on totally different company (so the error is probably not raised by some internal proxy), but always on the same page. The page isn't doing anything special, but I have to know if it could be code-related first !
Thank you.
Look into the response header. It could be a transparent proxy server.

Resources