]> git.openstreetmap.org Git - rails.git/blobdiff - public/500.html
Moved up search box to make it more visible
[rails.git] / public / 500.html
index ab95f74c4661b6ebc19908a47d1ce39f4b66087a..b85842159dc6c633dc354a969dc5701458865379 100644 (file)
@@ -2,7 +2,12 @@
    "http://www.w3.org/TR/html4/loose.dtd">
 <html>
 <body>
-  <h1>Application error</h1>
-  <p>Change this error message for exceptions thrown outside of an action (like in Dispatcher setups or broken Ruby code) in public/500.html</p>
+  <img src="http://www.openstreetmap.org/images/osm_logo.png" style="float:left; margin:10px">
+  <div style="float:left;">
+    <h1>Application error</h1>
+    <p>The OpenStreetMap server encountered an unexpected condition that prevented it from fulfilling the request (HTTP 500)</p>
+    <p>Feel free to <a href="http://wiki.openstreetmap.org/wiki/Contact" title="Various contact channels explained">contact</a> the OpenStreetMap community if your problem persists. Make a note of the exact URL / post data of your request.</p>
+    <p>This may be a problem in our Ruby On Rails code. 500 occurs with exceptions thrown outside of an action (like in Dispatcher setups or broken Ruby code)</p>
+  </div>
 </body>
-</html>
\ No newline at end of file
+</html>