tags:

views:

75

answers:

1

I want to Web2py to just return the error screen/stack-trace... i don't want this ticketing system in place. how can I turn it off?

+1  A: 

You cannot. If you are logged in as administrator and you click on the ticket number, it will open a window with the stack-trace. You can use routes_onerror in routes.py to display a different error page to your user and hide the ticket number if you do not wish to expose it.

mdipierro
well Google App Engine makes the ticketing system a pain in the arse... so I just wanted to turn it off. blah... ok i'll find a workaround. thanks
Nick Franceschina
Now I understand your problem better. Just use routes.py so that tickets are not displayed and periodically delete everything in the web2py tickets table. For practical purposes if you delete them and you do not see is as if they are not there. ;-)
mdipierro