Opened 17 years ago

Last modified 17 years ago

#1200 closed defect

Error accessing Admin interface — at Version 2

Reported by: anonymous Owned by: Radek Bartoň
Priority: high Component: DownloadsPlugin
Severity: major Keywords:
Cc: Trac Release: 0.10

Description (last modified by Noah Kantrowitz)

When I enable the plugin in the global trac.ini and click the Admin button i get:

Traceback (most recent call last):
  File "/usr/lib/python2.4/site-packages/trac/web/main.py", line 387, in dispatch_request
    dispatcher.dispatch(req)
  File "/usr/lib/python2.4/site-packages/trac/web/main.py", line 237, in dispatch
    resp = chosen_handler.process_request(req)
  File "/usr/lib/python2.4/site-packages/TracWebAdmin-0.1.2dev_r4240-py2.4.egg/webadmin/web_ui.py", line 109, in process_request
    path_info)
  File "build/bdist.linux-i686/egg/tracdownloads/admin.py", line 26, in process_admin_request
TypeError: __init__() takes exactly 2 arguments (3 given)

Change History (2)

comment:1 Changed 17 years ago by Radek Bartoň

Status: newassigned

Plugin not yet functional, please read DownloadsPlugin first. I've added explicit note about that.

comment:2 Changed 17 years ago by Noah Kantrowitz

Description: modified (diff)

Fixing formatting.

Note: See TracTickets for help on using tickets.