Will schrieb:
> Hi,
> 
> I've just deployed my TG app on webfaction.com. It is serving and most
> pages work, but some give me a "500 Internal error", but there is no
> stack trace and nothing in the logs. It appears to be pages that write
> to the database, but I don't have a big enough sample to be sure of
> that!
> 
> Can someone give me an idea of potential causes for this, and a clue
> of where to look?

"500 Internal error" is to unspecific an error message to get any idea
about the cause. Can you try to start your app in development mode (i.e.
set 'server.environment="development"' in your app's configuration file)
on the server? Then you'll get exception display and you could also
redirect the output to a log file and examine that later.

Chris


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"TurboGears" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/turbogears?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to