[Trac-tickets] [The Trac Project] #1157: I think I may have deleted
a component while a ticket was open and then saved that ticket window
The Trac Project
noreply at edgewall.com
Sun Jan 23 20:24:27 EST 2005
#1157: I think I may have deleted a component while a ticket was open and then
saved that ticket window
---------------------+------------------------------------------------------
Id: 1157 | Status: new
Component: general | Modified: Sun Jan 23 20:24:27 2005
Severity: normal | Milestone:
Priority: normal | Version: 0.8
Owner: jonas | Reporter: anonymous
---------------------+------------------------------------------------------
Oops...
Trac detected an internal error:
unsubscriptable object
If you think this really should work and you can reproduce it. Then you
should consider to report this problem to the Trac team.
Go to http://trac.edgewall.com/ and create a new ticket where you describe
the problem, how to reproduce it. Don't forget to include the python
traceback found below.
TracGuide — The Trac User and Administration Guide
Python traceback
Traceback (most recent call last):
File "/usr/lib/python2.3/site-packages/trac/core.py", line 525, in
cgi_start
real_cgi_start()
File "/usr/lib/python2.3/site-packages/trac/core.py", line 520, in
real_cgi_start
dispatch_request(path_info, args, req, env)
File "/usr/lib/python2.3/site-packages/trac/core.py", line 435, in
dispatch_request
module.run()
File "/usr/lib/python2.3/site-packages/trac/Module.py", line 44, in run
self.render()
File "/usr/lib/python2.3/site-packages/trac/Ticket.py", line 444, in
render
self.save_changes (id)
File "/usr/lib/python2.3/site-packages/trac/Ticket.py", line 372, in
save_changes
when=now)
File "/usr/lib/python2.3/site-packages/trac/Ticket.py", line 139, in
save_changes
old_owner = cursor.fetchone()[0]
TypeError: unsubscriptable object
--
Ticket URL: <http://projects.edgewall.com/trac/ticket/1157>
The Trac Project <>
More information about the Trac-Tickets
mailing list