Side navigation
#4289 closed bug (wontfix)
Opened March 04, 2009 11:11AM UTC
Closed February 05, 2010 09:09PM UTC
UndefinedError: "about" not defined
| Reported by: | hm2k | Owned by: | |
|---|---|---|---|
| Priority: | major | Milestone: | 1.4 |
| Component: | site | Version: | 1.3.2 |
| Keywords: | Cc: | ||
| Blocked by: | Blocking: |
Description
How to Reproduce
While doing a GET operation on /about, Trac issued an internal error.
''(please provide additional details here)''
System Information
|| Trac || 0.11dev-r5354 ||
|| Python || 2.3.4 (#1, Oct 11 2006, 06:18:43) [GCC 3.4.6 20060404 (Red Hat 3.4.6-3)] ||
|| setuptools || 0.6c5 ||
|| MySQL || server: "5.0.27-log", client: "5.0.27", thread-safe: 0 ||
|| MySQLdb || 1.2.2 ||
|| Genshi || 0.4 ||
|| Subversion || 1.4.3 (r23084) ||
Python Traceback
Traceback (most recent call last):
File "/usr/lib/python2.3/site-packages/Trac-0.11dev_r5354-py2.3.egg/trac/web/main.py", line 429, in dispatch_request
dispatcher.dispatch(req)
File "/usr/lib/python2.3/site-packages/Trac-0.11dev_r5354-py2.3.egg/trac/web/main.py", line 231, in dispatch
content_type)
File "/usr/lib/python2.3/site-packages/Trac-0.11dev_r5354-py2.3.egg/trac/web/chrome.py", line 587, in render_template
return stream.render(method, doctype=doctype)
File "/usr/lib/python2.3/site-packages/Genshi-0.4-py2.3.egg/genshi/core.py", line 152, in render
File "/usr/lib/python2.3/site-packages/Genshi-0.4-py2.3.egg/genshi/output.py", line 182, in __call__
File "/usr/lib/python2.3/site-packages/Genshi-0.4-py2.3.egg/genshi/output.py", line 427, in __call__
File "/usr/lib/python2.3/site-packages/Genshi-0.4-py2.3.egg/genshi/output.py", line 587, in __call__
File "/usr/lib/python2.3/site-packages/Genshi-0.4-py2.3.egg/genshi/output.py", line 367, in __call__
File "/usr/lib/python2.3/site-packages/Genshi-0.4-py2.3.egg/genshi/core.py", line 221, in _ensure
File "/usr/lib/python2.3/site-packages/Genshi-0.4-py2.3.egg/genshi/core.py", line 221, in _ensure
File "/usr/lib/python2.3/site-packages/Trac-0.11dev_r5354-py2.3.egg/trac/web/chrome.py", line 615, in _strip_accesskeys
for kind, data, pos in stream:
File "/usr/lib/python2.3/site-packages/Genshi-0.4-py2.3.egg/genshi/core.py", line 221, in _ensure
File "/usr/lib/python2.3/site-packages/Trac-0.11dev_r5354-py2.3.egg/trac/web/chrome.py", line 604, in _generate
for kind, data, pos in stream:
File "/usr/lib/python2.3/site-packages/Genshi-0.4-py2.3.egg/genshi/template/markup.py", line 246, in _include
File "/usr/lib/python2.3/site-packages/Genshi-0.4-py2.3.egg/genshi/template/markup.py", line 316, in _match
File "/usr/lib/python2.3/site-packages/Genshi-0.4-py2.3.egg/genshi/template/markup.py", line 246, in _include
File "/usr/lib/python2.3/site-packages/Genshi-0.4-py2.3.egg/genshi/template/markup.py", line 291, in _match
File "/usr/lib/python2.3/site-packages/Genshi-0.4-py2.3.egg/genshi/template/markup.py", line 280, in _strip
File "/usr/lib/python2.3/site-packages/Genshi-0.4-py2.3.egg/genshi/template/markup.py", line 236, in _exec
File "/usr/lib/python2.3/site-packages/Genshi-0.4-py2.3.egg/genshi/template/base.py", line 397, in _eval
File "/usr/lib/python2.3/site-packages/Genshi-0.4-py2.3.egg/genshi/template/base.py", line 447, in _flatten
File "/usr/lib/python2.3/site-packages/Genshi-0.4-py2.3.egg/genshi/template/base.py", line 441, in _flatten
File "/usr/lib/python2.3/site-packages/Genshi-0.4-py2.3.egg/genshi/template/directives.py", line 489, in _generate
File "/usr/lib/python2.3/site-packages/Genshi-0.4-py2.3.egg/genshi/template/eval.py", line 136, in evaluate
File "/home/jquery/trac/templates/about.html", line 1, in <Expression u'not (about.systeminfo or about.config)'>
<!DOCTYPE html
File "/usr/lib/python2.3/site-packages/Genshi-0.4-py2.3.egg/genshi/template/eval.py", line 269, in lookup_attr
File "/usr/lib/python2.3/site-packages/Genshi-0.4-py2.3.egg/genshi/template/eval.py", line 236, in _die
UndefinedError: "about" not defined
Ie. pressing the "About Trac" button in the left menu here brings up an error page.