[Trac-tickets] [The Trac Project] #1277: Trac detected an internal
error: not indexable
The Trac Project
noreply at edgewall.com
Thu Mar 10 12:24:17 EST 2005
#1277: Trac detected an internal error: not indexable
---------------------+------------------------------------------------------
Id: 1277 | Status: new
Component: general | Modified: Thu Mar 10 12:24:17 2005
Severity: normal | Milestone:
Priority: normal | Version: 0.8
Owner: jonas | Reporter: akorthaus at web.de
---------------------+------------------------------------------------------
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 args['newsession']
File "/usr/lib/python2.3/cgi.py", line 603, in has_key
raise TypeError, "not indexable"
TypeError: not indexable
--
Ticket URL: <http://projects.edgewall.com/trac/ticket/1277>
The Trac Project <>
More information about the Trac-Tickets
mailing list