Modify ↓
#409 closed defect (fixed)
ModPythonRequest object has no attribute 'href'
| Reported by: | James Mills | Owned by: | Noah Kantrowitz |
|---|---|---|---|
| Priority: | highest | Component: | CtxtnavAddPlugin |
| Severity: | blocker | Keywords: | ModPython, href |
| Cc: | Trac Release: | 0.9 |
Description
Hi,
I use ModPython to run my instances of Trac. Trac 0.9.5
Just installed the latest version of this plugin and upon loading any page results in:
Traceback (most recent call last):
File "/usr/lib/python2.4/site-packages/trac/web/modpython_frontend.py", line 206, in handler
dispatch_request(mpr.path_info, mpr, env)
File "/usr/lib/python2.4/site-packages/trac/web/main.py", line 139, in dispatch_request
dispatcher.dispatch(req)
File "/usr/lib/python2.4/site-packages/trac/web/main.py", line 100, in dispatch
chrome.populate_hdf(req, chosen_handler)
File "/usr/lib/python2.4/site-packages/trac/web/chrome.py", line 250, in populate_hdf
for category, name, text in contributor.get_navigation_items(req):
File "build/bdist.linux-i686/egg/ctxtnavadd/web_ui.py", line 27, in get_navigation_items
AttributeError: 'ModPythonRequest' object has no attribute 'href'
Attachments (0)
Note: See
TracTickets for help on using
tickets.



Fixed in 824. Just make sure to use the 0.9 branch.