Modify ↓
#8894 closed defect (wontfix)
Error while adding user
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | high | Milestone: | |
Component: | admin/web | Version: | none |
Severity: | critical | Keywords: | needinfo |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description
Hi All,
Whenever try to add an user through the web admin. I get this error. IOError: (22, "invalid mode ('a') or filename"). Please help me to resolve the problem.
Thanks and Regards, Saurav
Attachments (1)
Change History (5)
comment:1 by , 15 years ago
Keywords: | needinfo added |
---|
comment:3 by , 15 years ago
Resolution: | → wontfix |
---|---|
Status: | new → closed |
comment:4 by , 15 years ago
The mode 'a'
seems to be ok, so this leaves the filename. You should probably check that the file specified as containing your users exists (or at least that the containing folder exists), and is writable for the user running the web server.
Note:
See TracTickets
for help on using tickets.
Please provide some information about your setup (Trac version, database, web server, OS, …) and the traceback corresponding to the error (it should be in your log file).
Also, please indicate which panel of the web admin you are using.