Modify

Opened 17 years ago

Closed 17 years ago

#1343 closed defect (invalid)

Internal error when managing users

Reported by: Paresh Owned by: Matt Good
Priority: normal Component: AccountManagerPlugin
Severity: normal Keywords:
Cc: Trac Release: 0.10

Description (last modified by Noah Kantrowitz)

This may be a defect in my setup or my lack of knowledge in using python bases systems.

I have successfully installed tracaccountmanager 0.1.3dev-r2063 on v0.10 of Trac, running the included tracd server.

When on the admin page, I have an accounts section with two subsections on the left hand menu box.

The configuration menu appears to work, but when I click the user admin, I get an internal error.

The traceback is:

Traceback (most recent call last):
  File "C:\Python24\Lib\site-packages\trac\web\main.py", line 356, in dispatch_request
    dispatcher.dispatch(req)
  File "C:\Python24\Lib\site-packages\trac\web\main.py", line 224, in dispatch
    resp = chosen_handler.process_request(req)
  File "c:\python24\scripts\trac\gamescore\plugins\tracwebadmin-0.1.2dev_r4240-py2.4.egg\webadmin\web_ui.py", line 109, in process_request
  File "build\bdist.win32\egg\acct_mgr\admin.py", line 48, in process_admin_request
  File "build\bdist.win32\egg\acct_mgr\admin.py", line 112, in _do_users
  File "build\bdist.win32\egg\acct_mgr\htfile.py", line 226, in _get_users
IOError: [Errno 13] Permission denied: u'c:\\python24\\Scripts\\trac\\gamescore'

Attachments (0)

Change History (2)

comment:1 Changed 17 years ago by Noah Kantrowitz

Description: modified (diff)

Fixing formatting.

comment:2 Changed 17 years ago by rupert thurner

Resolution: invalid
Status: newclosed

pls check your file system permissions, and reopen if it did not solve it.

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain Matt Good.
The resolution will be deleted. Next status will be 'reopened'.

Add Comment


E-mail address and name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.