durusmail: quixote-users: Error Handling
Error Handling
2004-09-07
2004-09-07
2004-09-07
2004-09-07
Error Handling
Martin Maney
2004-09-07
On Tue, Sep 07, 2004 at 11:22:48AM +0200, Jkx@home wrote:
> What sould i do if i want to have this error handler
> for each  request ? In fact i'm in developppement
> stage right now. And reading traceback in apache
> log is painfull.

Ouch!  Yes, that's not the easiest way to work.  Add this to your
config file and get that traceback right there in your browser:

DISPLAY_EXCEPTIONS = "plain"
SECURE_ERRORS = 0

--
The reason [limited term of copyright is] important is this:
Publishers are in the business of expanding capital.
The writers who supply them are in the business of
expanding civilization itself.  -- John Bloom


reply