Edgewall Software

Ticket #7848 (closed defect: invalid)

Opened 5 weeks ago

Last modified 5 weeks ago

Plugin TracAccountManager 0.1.3dev-r3857

Reported by: Arman Owned by:
Priority: normal Milestone:
Component: general Version: none
Severity: normal Keywords:
Cc:

Description

/accounts/users

Oops… Trac detected an internal error:

If you think this really should work and you can reproduce it, you should consider reporting this problem to the Trac team.

Go to http://trac.edgewall.org/ and create a new ticket where you describe the problem, how to reproduce it. Don't forget to include the Python traceback found below.

TracGuide — The Trac User and Administration Guide Python Traceback

Traceback (most recent call last):

File "/var/lib/python-support/python2.4/trac/web/main.py", line 387, in dispatch_request

dispatcher.dispatch(req)

File "/var/lib/python-support/python2.4/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-py2.4.egg/webadmin/web_ui.py", line 119, in process_request

path_info)

File "build/bdist.linux-i686/egg/acct_mgr/admin.py", line 48, in process_admin_request File "build/bdist.linux-i686/egg/acct_mgr/admin.py", line 112, in _do_users File "build/bdist.linux-i686/egg/acct_mgr/htfile.py", line 144, in _get_users

IOError: [Errno 21] Is a directory

Attachments

Change History

Changed 5 weeks ago by mrenzmann@…

  • status changed from new to closed
  • resolution set to invalid

This is no bug in the TracAccountManager plugin, but a configuration issue. As the error message suggests you have specified a directory name where the plugin expects a file name instead. From what I can see I'd say you need to check the settings in section [account-manager], parameter password_file (hint: note the file in the parameter name).

However, this is not the right place for support requests. And even if it was a bug in said plugin, the report is misplaced here and should have been filed on trac-hacks.org instead where the plugin lives.

I take the liberty to close this ticket as invalid.

Changed 5 weeks ago by Arman

Thx 4 help. It working.

Add/Change #7848 (Plugin TracAccountManager 0.1.3dev-r3857)

Author



Change Properties
<Author field>
Action
as closed
Next status will be 'reopened'
to The owner will change from (none). Next status will be 'closed'
 
Note: See TracTickets for help on using tickets.