Modify

Opened 18 years ago

Closed 18 years ago

Last modified 3 years ago

#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)

Change History (1)

comment:1 Changed 18 years ago by Noah Kantrowitz

Resolution: fixed
Status: newclosed

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

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain Noah Kantrowitz.
The resolution will be deleted. Next status will be 'reopened'.

Add Comment


E-mail address and name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.