Edgewall Software

Opened 17 years ago

Last modified 16 years ago

#4551 closed defect

Problem in access section plugins in webadmin. — at Version 1

Reported by: anonymous Owned by: Christopher Lenz
Priority: normal Milestone:
Component: admin/web Version: 0.10.3
Severity: normal Keywords: needinfo
Cc: Branch:
Release Notes:
API Changes:
Internal Changes:

Description (last modified by Tim Hatch)

Problem in access section plugins in webadmin.

Python Traceback

Traceback (most recent call last):
  File "C:\Python23\Lib\site-packages\trac\web\main.py", line 387, in dispatch_request
    dispatcher.dispatch(req)
  File "C:\Python23\Lib\site-packages\trac\web\main.py", line 237, in dispatch
    resp = chosen_handler.process_request(req)
  File "c:\python23\lib\site-packages\TracWebAdmin-0.1.1dev_r2765-py2.3.egg\webadmin\web_ui.py", line 106, in process_request
    path_info)
  File "c:\python23\lib\site-packages\TracWebAdmin-0.1.1dev_r2765-py2.3.egg\webadmin\plugin.py", line 76, in process_admin_request
    self._render_view(req)
  File "c:\python23\lib\site-packages\TracWebAdmin-0.1.1dev_r2765-py2.3.egg\webadmin\plugin.py", line 157, in _render_view
    if os.path.realpath(os.path.dirname(dist.location)) == plugins_dir:
AttributeError: 'NoneType' object has no attribute 'location'

Change History (1)

comment:1 by Tim Hatch, 17 years ago

Description: modified (diff)
Keywords: needinfo added

If you're indeed using Trac 0.10.3, r2765 is too old to work. Check the table of versions on WebAdmin and make sure you're using the proper one.

Note: See TracTickets for help on using tickets.