#1277 closed defect (fixed)
Trac detected an internal error: not indexable
Reported by: | 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 , 19 years ago
comment:2 by , 19 years ago
Milestone: | → 0.9 |
---|---|
Resolution: | → fixed |
Status: | new → closed |
The code has changed a lot since then, and I don't think that's still a problem.
(asking for feedback) Is this still happening with more recent Trac versions?