Edgewall Software

Opened 19 years ago

Last modified 18 years ago

#1980 closed defect

Internal Error again — at Initial Version

Reported by: anonymous Owned by: Jonas Borgström
Priority: normal Milestone:
Component: ticket system Version: 0.8.2
Severity: blocker Keywords:
Cc: Branch:
Release Notes:
API Changes:
Internal Changes:

Description

when I submit a ticket

{{{ ops…

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 531, in cgi_start

real_cgi_start()

File "/usr/lib/python2.3/site-packages/trac/core.py", line 526, in real_cgi_start

dispatch_request(path_info, args, req, env)

File "/usr/lib/python2.3/site-packages/trac/core.py", line 441, 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 302, in render

self.create_ticket()

File "/usr/lib/python2.3/site-packages/trac/Ticket.py", line 287, in create_ticket

owner = cursor.fetchone()[0]

TypeError: unsubscriptable object }}}

Change History (0)

Note: See TracTickets for help on using tickets.