Server error showcase

This is a follow up post to our 404 design showcase. However this time we won’t be much into design. Server errors are harder to control than 404 pages, so there are not many beautifully designed 5xx error pages.

The most popular server errors we’ve met while checking the web for broken links are:

  • Request/server exceeded time limit. Surprisingly this is a very common error. Perhaps too many webmsters forgot to optimize their scripts or databases? Seeking into archive too deep? We can’t guess the real problem, but the lesson is check your old pages/scritps if they are still working, can handle the current load, and if your website’s archives are available.
  • Can’t connect to SQL – is a very common problem. And this type of errors are fixed very fast, because they are easy to spot since they are affecting almost the whole site.
  • Error in SQL query – is a less noticeable message than SQL server errors, but it is easy to fix as well.
  • CMS error pages. These are the most informative ones. Developers usually forget to turn off debug messages. These are very dangerous, because they provide so much information for possible hackers.
  • Down for scheduled maintenance. Such common and simple pages like this usually show random error numbers like 404, 500 and so on.

Worst solutions to the 5xx error pages

  • Trying to show site’s main page. Actually sites like this try to show their main page everywhere: it’s for a 404 page, for any 5xx page, etc. Most of the time this appears as a big mess to a site’s visitor and does not provide any valuable information about what he can do next (if he wants to stay on the same page).
  • JavaScript popups with debug messages. Common?!
  • Showing return to the original page when the “original page” link points to the same page user is at.

5xx error screenshots we made for you

Clean and simple error page
500 but I'm still alive



Internal server error (problem description in Japanese)
500 in japanese



Wordpress maintenance mode plugin in action. Website is down for maintenance
Artistas Del Genero  Maintenance Mode



AT&T suggests users to return to the original page, but this time button leads visitors to the same page
AT&T return to page



Talking to aliens? Are BOF or EOF the names of your mothership? And what should your website’s user do now?
bof or eof talking to aliens



Nice looking server error page
boorah error



Something blew up on digg’s server. One of the shortest error pages we’ve discovered.
digg feed blow



Django gives a very detailed (and nice looking) report of what’s happened, but on production sites do not forget to turn that thing off in order not to tease hackers.
django error



Drupal – site is down for maintenance.
drupal down for maintenance



Geocities is down. Nice and useful error page from Yahoo. But the title is a bit misleading. Isn’t it?
geocities 410 error



Server error. Because some of the text is bold red – we guess that something serious has happened.
iis 7.0 error



Sweet and clean. In Russian.
500 internal error in russian



Maxim tries to be funny.
maxim trying to be funny



An error happened in mod_python. The big snake is not happy.
mod python error



MSDN tries to be helpful.
msdn error 500



Even social networks go down.
ning 400



Oh, database is not accessible.
oops error 503



Parallels – internal server error.
Parallels H-Sphere



jQuery – no such file in repository (why not 404 then?)
path existed but was later removed



Out of operation.
popfly no more



Being helpful and informative.
refused connection



Ruby fails
ruby on rails error



Very nice design (actually we see this page for all errors on that site and we love how it looks)
ryanarrowsmith error page



Site offline. Gray color is back into fashion this year.
site off line



Oh, so we are the robot? And you are a brick without soul goddammit Gooogle!!!
sorry are you a human



Look! Robot’s lost its head!
swivel



Tomcat broke.
tomcat error



Site is under construction.
under construction



Lions!
website offline



Something wrong at Yahoo!
Yahoo! - 500 Internal Server Error



XSL file not found.
yet another descriptive error page

Tags: , , , , ,

 

Author: Alex @ Wednesday, December 23rd, 2009

 
 

Leave a Reply