Edgewall Software
Modify

Opened 14 years ago

Closed 14 years ago

#8856 closed defect (worksforme)

AttributeError: 'Session' object has no attribute 'authenticated'

Reported by: tegr Owned by:
Priority: normal Milestone:
Component: general Version: 0.11b1
Severity: normal Keywords:
Cc: Branch:
Release Notes:
API Changes:
Internal Changes:

Description

How to Reproduce

While doing a GET operation on /report, Trac issued an internal error.

(please provide additional details here)

System Information

Trac 0.11b1
Python 2.5 (r25:51908, Sep 19 2006, 09:52:17) [MSC v.1310 32 bit (Intel)]
setuptools 0.6c11
SQLite 3.5.2
pysqlite 2.4.0
Genshi 0.4.4
Subversion 1.5.6 (r36142)

Python Traceback

Traceback (most recent call last):
  File "c:\python25\lib\site-packages\Trac-0.11b1-py2.5.egg\trac\web\main.py", line 398, in _dispatch_request
    dispatcher.dispatch(req)
  File "c:\python25\lib\site-packages\Trac-0.11b1-py2.5.egg\trac\web\main.py", line 171, in dispatch
    chosen_handler)
  File "c:\python25\lib\site-packages\Trac-0.11b1-py2.5.egg\trac\web\main.py", line 284, in _pre_process_request
    chosen_handler = filter_.pre_process_request(req, chosen_handler)
  File "e:\scm\trac\guogoo\plugins\tracaccountmanager-0.2.1dev_r5836-py2.5.egg\acct_mgr\web_ui.py", line 546, in pre_process_request
    if not req.session.authenticated:
AttributeError: 'Session' object has no attribute 'authenticated'

Attachments (0)

Change History (2)

comment:1 by Felix Schwarz <felix.schwarz@…>, 14 years ago

WrongTrac — see http://trac-hacks.org/wiki/AccountManagerPlugin This attribute was added after 0.11b1, please update your trac.

comment:2 by Remy Blank, 14 years ago

Resolution: worksforme
Status: newclosed

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The ticket will remain with no owner.
The resolution will be deleted. Next status will be 'reopened'.
to The owner will be changed from (none) to the specified user.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.