On 2 Dec 2013, at 5:20 AM, Martin Weissenboeck <[email protected]> wrote:
> I have updated my main system to 2.8.2 > Now when I call my_server/admin I get an error ticket. > But I cannot analyze the error ticket, because it needs admin and I get > another error. > > Afterwards I have copied the whole admin-app from the source over > my_server/admin - same result. Try getting the ticket directly from web2py/applications/admin/errors. You'll see the exception message and stack trace at the top & bottom of the file, mixed with other stuff. Side note: didn't we long ago talk about a standalone ticket parser, or something to that effect? It'd be useful to have something like that in scripts/ for use when the installation isn't working well enough to show tickets itself. -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list (Report Issues) --- You received this message because you are subscribed to the Google Groups "web2py-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.

