Here is a summary of what I have found. 1 -- My inconsistent problems look like they were due to trying to run two different versions of web2py inside one WSGIProcessGroup or mod_wsgi. This was probably a very bad idea on my part. Needs to be done in separate virtual hosts with separate WSGIProcessGroups. Fixing that fixed a number of my weird issues.
2 - It does look like web2py's rewrite.py has a hardcoded href to /admin for the ticket html itself. So this does look like a small problem in web2py trunk when trying to run it using urls underneath a subfolder. Most else seems to works fine so far. On Monday, June 25, 2012 5:40:08 PM UTC-7, Larry Weinberg wrote: > > This error is always repeatable: > > The "Internal error" page always links incorrectly to the ticket. > > It links back to the top site. > > admin/default/ticket/up/10.102.67.127.2012-06-25.17-37-36.38cfaa82-a858-4e7b-9a69-9afc0fb3e7e7 > > If I visit the errors link normally I can see the error. > > --

