
noreply at edgewall
Oct 1, 2006, 10:20 AM
Post #2 of 2
(738 views)
Permalink
|
|
Re: [The Trac Project] #3835: Bug when i click on the login
[In reply to]
|
|
#3835: Bug when i click on the login ---------------------------------+------------------------------------------ Reporter: flcpy03 [at] hotmail | Owner: jonas Type: defect | Status: closed Priority: normal | Milestone: Component: general | Version: 0.10b1 Severity: normal | Resolution: worksforme Keywords: | ---------------------------------+------------------------------------------ Changes (by eblot): * priority: highest => normal * status: new => closed * version: 0.10 => 0.10b1 * resolution: => worksforme Old description: > This my first project with trac. i'm under windows Xp, using svn. > > Python Traceback > Traceback (most recent call last): > File "c:\python24\lib\site-packages\trac-0.10b1- > py2.4.egg\trac\web\main.py", line 335, in dispatch_request > dispatcher.dispatch(req) > File "c:\python24\lib\site-packages\trac-0.10b1- > py2.4.egg\trac\web\main.py", line 220, in dispatch > resp = chosen_handler.process_request(req) > File "c:\python24\lib\site-packages\trac-0.10b1- > py2.4.egg\trac\web\auth.py", line 95, in process_request > self._do_login(req) > File "c:\python24\lib\site-packages\trac-0.10b1- > py2.4.egg\trac\web\auth.py", line 116, in _do_login > assert req.remote_user, 'Authentication information not available.' > AssertionError: Authentication information not available. New description: This my first project with trac. i'm under windows Xp, using svn. {{{ Python Traceback Traceback (most recent call last): File "c:\python24\lib\site-packages\trac-0.10b1- py2.4.egg\trac\web\main.py", line 335, in dispatch_request dispatcher.dispatch(req) File "c:\python24\lib\site-packages\trac-0.10b1- py2.4.egg\trac\web\main.py", line 220, in dispatch resp = chosen_handler.process_request(req) File "c:\python24\lib\site-packages\trac-0.10b1- py2.4.egg\trac\web\auth.py", line 95, in process_request self._do_login(req) File "c:\python24\lib\site-packages\trac-0.10b1- py2.4.egg\trac\web\auth.py", line 116, in _do_login assert req.remote_user, 'Authentication information not available.' AssertionError: Authentication information not available. }}} Comment: This is a setup issue, not a Trac issue. Please search the ticket database for similar issues ("Authentication information not available") as well as the MailingList archive, as this kind of "error" is quite common and has been already been answered several times. BTW, it seems that you are using 0.10b1 although [milestone:0.10] has been released, so you'd better upgrade. -- Ticket URL: <http://trac.edgewall.org/ticket/3835#comment:1> The Trac Project <http://trac.edgewall.org/> --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Trac Tickets" group. To post to this group, send email to trac-tickets [at] googlegroups To unsubscribe from this group, send email to trac-tickets-unsubscribe [at] googlegroups For more options, visit this group at http://groups.google.se/group/trac-tickets -~----------~----~----~----~------~----~------~--~---
|