Modify ↓
Opened 18 years ago
Closed 18 years ago
#416 closed defect (fixed)
ModPython req object has no attribute href
Reported by: | James Mills | Owned by: | Noah Kantrowitz |
---|---|---|---|
Priority: | highest | Component: | WikiRenamePlugin |
Severity: | blocker | Keywords: | ModPython, req, href |
Cc: | Trac Release: | 0.9 |
Description
Thw WikiRenamePlugin throws the following exception:
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 32, in get_navigation_items File "build/bdist.linux-i686/egg/ctxtnavadd/web_ui.py", line 77, in _make_js File "build/bdist.linux-i686/egg/wikirename/web_ui.py", line 31, in get_ctxtnav_adds AttributeError: 'ModPythonRequest' object has no attribute 'href'
At least I assume it's the WikiRenamePlugin...
Attachments (0)
Note: See
TracTickets for help on using
tickets.
(In [830]) Removing more trunk-isms. Closes #416.
PS: Thanks to JamesMills for being so patient with this.