Modify ↓
Opened 18 years ago
Closed 18 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 , 18 years ago
| Component: | general → webadmin |
|---|---|
| Owner: | changed from to |
| Version: | → 0.10.4 |
comment:2 by , 18 years ago
| Keywords: | plugin added |
|---|---|
| Resolution: | → wontfix |
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.



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_fileoption in your trac.ini doesn't exist.