]> git.openstreetmap.org Git - rails.git/blob - app/views/errors/internal_server_error.html.erb
Merge pull request #1938 from jguthrie100/fix_no_trace_description_error
[rails.git] / app / views / errors / internal_server_error.html.erb
1 <h1>Application error</h1>
2 <p>The OpenStreetMap server encountered an unexpected condition that prevented it from fulfilling the request (HTTP 500)</p>
3 <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>
4 <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>