[Trac-tickets] [The Trac Project] #1090: Ooops,
internal error on all pages
The Trac Project
noreply at edgewall.com
Tue Dec 28 18:51:13 EST 2004
#1090: Ooops, internal error on all pages
---------------------+------------------------------------------------------
Id: 1090 | Status: new
Component: general | Modified: Tue Dec 28 18:51:11 2004
Severity: normal | Milestone:
Priority: normal | Version: 0.8
Owner: jonas | Reporter: lol at sysco.ch
---------------------+------------------------------------------------------
Whatever page I browse in my project, I get this message:
{{{
Trac detected an internal error:
class FieldStorage has no attribute 'get'
}}}
Followed by the Python traceback:
{{{
Traceback (most recent call last):
File "/usr/lib/python2.2/site-packages/trac/ModPythonHandler.py", line
194, in handler
core.dispatch_request(mpr.path_info, args, mpr, env)
File "/usr/lib/python2.2/site-packages/trac/core.py", line 433, in
dispatch_request
module = module_factory(args, env, database, req)
File "/usr/lib/python2.2/site-packages/trac/core.py", line 153, in
module_factory
mode = args.get('mode', 'wiki')
File "/usr/lib/python2.2/site-packages/trac/ModPythonHandler.py", line
122, in get
return util.FieldStorage.get(self, key, default)
AttributeError: class FieldStorage has no attribute 'get'
}}}
Environment is RedHat Enterprise Linux ES 3 and it is always
reproductible.
--
Ticket URL: <http://projects.edgewall.com/trac/ticket/1090>
The Trac Project <>
More information about the Trac-Tickets
mailing list