O que é 500 erro de servidor “preenchimento de cache do arquivo aberto” nos navegadores e como resolvê-lo?

0

Às vezes, no Firefox (7.0.1) no WinXP, encontro o seguinte erro em alguns sites:

 Server Error
 The following error occurred:

 [code=CACHE_FILL_OPEN_FILE] An internal error prevented the object
 from being sent to the client and cached. Try again later.

  Please contact the administrator.

O que está causando esse erro & como resolver isso?

    
por akjain 10.01.2012 / 10:21

1 resposta

0

Um erro 500 é um erro no servidor web; para resolvê-lo, você deve denunciá-lo à pessoa que administra o site.

Wikipedia diz

5xx Server Error

The server failed to fulfill an apparently valid request.
Response status codes beginning with the digit "5" indicate cases in which the server is aware that it has encountered an error or is otherwise incapable of performing the request. Except when responding to a HEAD request, the server should include an entity containing an explanation of the error situation, and indicate whether it is a temporary or permanent condition. Likewise, user agents should display any included entity to the user. These response codes are applicable to any request method.

500 Internal Server Error

A generic error message, given when no more specific message is suitable.

Eu já vi isso associado ao PHP e ao Blogspot, então pode haver um erro de PHP / Blogspot ou erro de codificação do lado do servidor que produza essa mensagem no servidor em algumas circunstâncias.

    
por 10.01.2012 / 11:17