Modify ↓
Opened 14 years ago
Closed 8 years ago
#8518 closed defect (wontfix)
AttributeError: hdf with Trac 0.13dev-r10554
Reported by: | H3llGhost | Owned by: | |
---|---|---|---|
Priority: | normal | Component: | TracForgePlugin |
Severity: | normal | Keywords: | |
Cc: | Trac Release: | 0.12 |
Description
How to Reproduce
While doing a GET operation on /admin/tracforge/admin
, Trac issued an internal error.
(please provide additional details here)
Request parameters:
{'cat_id': u'tracforge', 'panel_id': u'admin', 'path_info': None}
User agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:2.0b11) Gecko/20100101 Firefox/4.0b11
System Information
Trac | 0.13dev-r10554
|
Babel | 0.9.5
|
Docutils | 0.4
|
Genshi | 0.6
|
mod_wsgi | 2.5 (WSGIProcessGroup sites WSGIApplicationGroup %{GLOBAL})
|
MySQL | server: "5.0.51a-24+lenny5-log", client: "5.0.51a", thread-safe: 1
|
MySQLdb | 1.2.2
|
Pygments | 0.10
|
Python | 2.5.2 (r252:60911, Jan 24 2010, 18:02:01) [GCC 4.3.2]
|
pytz | 2008c
|
setuptools | 0.6c11
|
Subversion | 1.5.1 (r32289)
|
jQuery | 1.5
|
Enabled Plugins
TracForge | 1.1
|
Python Traceback
Traceback (most recent call last): File "build/bdist.linux-x86_64/egg/trac/web/main.py", line 447, in _dispatch_request dispatcher.dispatch(req) File "build/bdist.linux-x86_64/egg/trac/web/main.py", line 180, in dispatch resp = chosen_handler.process_request(req) File "build/bdist.linux-x86_64/egg/trac/admin/web_ui.py", line 129, in process_request path_info) File "/usr/lib/python2.5/site-packages/TracForge-1.1-py2.5.egg/tracforge/admin/admin.py", line 74, in process_admin_request req.hdf['tracforge.projects'] = project_data File "build/bdist.linux-x86_64/egg/trac/web/api.py", line 306, in __getattr__ raise AttributeError(name) AttributeError: hdf
Attachments (0)
Change History (5)
comment:1 Changed 14 years ago by
comment:2 Changed 12 years ago by
The plugin is written in t:ClearSilver, but needs to be ported to Genshi. This plugin currently does not have a maintainer.
comment:3 Changed 12 years ago by
Priority: | high → normal |
---|---|
Severity: | critical → normal |
comment:4 Changed 10 years ago by
Owner: | Noah Kantrowitz deleted |
---|
Note: See
TracTickets for help on using
tickets.
I have the same Problem with 0.13dev-r10686.
Can somebody fix this?