Edgewall Software
Modify

Opened 19 years ago

Closed 19 years ago

#1669 closed defect (fixed)

Changeset [1787] killed login

Reported by: m@… Owned by: Jonas Borgström
Priority: normal Milestone:
Component: general Version: devel
Severity: critical Keywords:
Cc: Branch:
Release Notes:
API Changes:
Internal Changes:

Description

Oops…

Trac detected an internal error:

'NoneType' object has no attribute 'save' Traceback (most recent call last):

File "/usr/lib/python2.3/site-packages/trac/web/modpython_frontend.py", line 265, in handler

dispatch_request(mpr.path_info, mpr, env)

File "/usr/lib/python2.3/site-packages/trac/web/main.py", line 402, in dispatch_request

req.redirect(referer or env.href.wiki())

File "/usr/lib/python2.3/site-packages/trac/web/main.py", line 121, in redirect

self.session.save() # has to be done before the redirect is sent

AttributeError: 'NoneType' object has no attribute 'save'

Attachments (0)

Change History (1)

comment:1 by Christian Boos, 19 years ago

Resolution: fixed
Status: newclosed

Fixed in [1790]

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain Jonas Borgström.
The resolution will be deleted. Next status will be 'reopened'.
to The owner will be changed from Jonas Borgström 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.