I've an app, I register and user and it's ok. I have 1 instance running with "python web2py.py" at port 8080 (for admin console) ... and I have my httpd.conf configured with WSGI.
Both work correctly, but when I try to login in the normal instance (at port 80), I get an error "RuntimeError: Using a recursive select but encountered a broken reference: auth_group 1". If I try to do it at port 8080 all works good. --