Edgewall Software
Modify

Opened 17 years ago

Closed 17 years ago

#6193 closed defect (wontfix)

webadmin_authz plugin with trac 0.10.4

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

Description

webadmin_authz was workin' on my 0.9.x now on 0.10.4 I can't run it. I've got webadmin plugin from trac svn , which is working great but now I have problem with authz. This is a error:

Traceback (most recent call last):
  File "/trac2/trac/lib/python2.4/site-packages/trac/web/main.py", line 406, in dispatch_request
    dispatcher.dispatch(req)
  File "/trac2/trac/lib/python2.4/site-packages/trac/web/main.py", line 237, in dispatch
    resp = chosen_handler.process_request(req)
  File "build/bdist.macosx-10.4-fat/egg/webadmin/web_ui.py", line 109, in process_request
  File "build/bdist.linux-i686/egg/webadmin_authz/authz.py", line 20, in process_admin_request
IOError: [Errno 2] No such file or directory: ''

Attachments (0)

Change History (2)

comment:1 by Emmanuel Blot, 17 years ago

Component: generalwebadmin
Owner: changed from Jonas Borgström to Christopher Lenz
Version: 0.10.4

comment:2 by hyuga <hyugaricdeau@…>, 17 years ago

Keywords: plugin added
Resolution: wontfix
Status: newclosed

First of all, this is a problem with a plugin, not Trac. Second of all, it looks like that plugin is pretty outdated and doesn't support 0.10. You might want to check trac-hacks.org for a similar plugin. Third, it's saying that whatever you have set to the authz_file option in your trac.ini doesn't exist.

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain Christopher Lenz.
The resolution will be deleted. Next status will be 'reopened'.
to The owner will be changed from Christopher Lenz to the specified user.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.