Edgewall Software
Modify

Opened 20 years ago

Closed 19 years ago

Last modified 18 years ago

#1277 closed defect (fixed)

Trac detected an internal error: not indexable

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

Description

I installed trac (Apache 1.3, cgi) and it works, I can browse the svn-repository, can use trac-admin… but I cannot create a new ticket.

If I try to create one and click "preview", I get the following error:

Trac detected an internal error:

not indexable

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 426, in dispatch_request

newsession = args.has_key('newsession') and argsnewsession

File "/usr/lib/python2.3/cgi.py", line 603, in has_key

raise TypeError, "not indexable"

TypeError: not indexable

Attachments (0)

Change History (2)

comment:1 by Christian Boos, 19 years ago

(asking for feedback) Is this still happening with more recent Trac versions?

comment:2 by Christopher Lenz, 19 years ago

Milestone: 0.9
Resolution: fixed
Status: newclosed

The code has changed a lot since then, and I don't think that's still a problem.

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.