> Traceback (most recent call last): > File "/usr/lib/python2.3/site-packages/trac/web/ > modpython_frontend.py", line 206, in handler > dispatch_request(mpr.path_info, mpr, env) > File "/usr/lib/python2.3/site-packages/trac/web/main.py", line > 139, in dispatch_request > dispatcher.dispatch(req) > File "/usr/lib/python2.3/site-packages/trac/web/main.py", line > 107, in dispatch > resp = chosen_handler.process_request(req) > File "/usr/lib/python2.3/site-packages/trac/web/auth.py", line 82, > in process_request > self._do_login(req) > File "/usr/lib/python2.3/site-packages/trac/web/auth.py", line > 103, in _do_login > assert req.remote_user, 'Authentication information not available.' > AssertionError: Authentication information not available.
I don't think this error has anything to do with the use of PostgreSQL-database or the Trac user store. It seems more like a problem with mod_python, or something not sending out the right headers. Can you show us the relevant sections of your httpd.conf (anything containing Python* directives, or something to do with Trac)? Regards, Manuzhai _______________________________________________ Trac mailing list [email protected] http://lists.edgewall.com/mailman/listinfo/trac
