Everything appears to be configured and running properly, but I’m
getting this error from the web site:
Status: 500 Internal Server Error Content-Type: text/html
We’re sorry, but something went wrong.Rails screwed up
We’ve been notified about this issue and we’ll take a look at it
shortly.
On the surface, is there a certain place I need to look to fix this?
My mongrel and apache error logs are clear.
Running Apache2 (latest)
Mongrel cluster
This is configured almost exactly as in the Agile Rails 2 book, so I
figured I’d ask here, first.
Thanks!
On Aug 5, 2007, at 9:31 PM, redbaritone wrote:
My mongrel and apache error logs are clear.
Running Apache2 (latest)
Mongrel cluster
This is configured almost exactly as in the Agile Rails 2 book, so I
figured I’d ask here, first.
Thanks!
Look in your log/production.log which should have the details of the
exception.
-Rob
Rob B. http://agileconsultingllc.com
[email protected]
On 6-Aug-07, at 10:22 AM, Rob B. wrote:
Thanks!
Look in your log/production.log which should have the details of the
exception.
Additionally I’d run scriptr/console from your project root - look
for error messages. rinse repeat.
If you’re not seeing errors in the above step, then run script/server
-e production from the command line, tailing the production log.
Basically try baby steps, these tracers will locate the core problem.
Jodi