Modify ↓
Opened 18 years ago
Closed 18 years ago
#676 closed defect (duplicate)
traceback while attempting to register
Reported by: | clive | Owned by: | Alec Thomas |
---|---|---|---|
Priority: | normal | Component: | TracHacks |
Severity: | normal | Keywords: | |
Cc: | Trac Release: | 0.9 |
Description
I attempted to register a username and received this traceback:
Python Traceback Traceback (most recent call last): File "/usr/lib/python2.4/site-packages/trac/web/main.py", line 335, in dispatch_request dispatcher.dispatch(req) File "/usr/lib/python2.4/site-packages/trac/web/main.py", line 220, in dispatch resp = chosen_handler.process_request(req) File "build/bdist.linux-i686/egg/acct_mgr/web_ui.py", line 117, in process_request File "build/bdist.linux-i686/egg/acct_mgr/web_ui.py", line 138, in _do_create File "build/bdist.linux-i686/egg/acct_mgr/api.py", line 88, in set_password File "build/bdist.linux-i686/egg/trachacks/trachacks.py", line 86, in set_password File "build/bdist.linux-i686/egg/tractags/api.py", line 161, in add_tags OperationalError: database is locked
Attachments (0)
Note: See
TracTickets for help on using
tickets.
This is a known bug SQLite problem.