/var/www/errors/500.rhtml

https://bitbucket.org/laika/thingfish · Ruby HTML · 11 lines · 8 code · 3 blank · 0 comment · 0 complexity · 98df728ca0afbabd12f3f273acd27724 MD5 · raw file

  1. <h2><%= HTTP::STATUS_NAME[ statuscode ] %> (<%= statuscode %>)</h2>
  2. <p>An error has occured.</p>
  3. <p>Please contact the administrator of this ThingFish server with the following information:</p>
  4. <pre>
  5. Current URI: <%= request.uri.path %>
  6. <%= h errtrace %>
  7. <%= h debugtrace %>
  8. </pre>