Opened 16 years ago
Closed 16 years ago
#8830 closed defect (duplicate)
Registration Error
| Reported by: | Owned by: | ||
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | general | Version: | none |
| Severity: | normal | Keywords: | |
| Cc: | Branch: | ||
| Release Notes: | |||
| API Changes: | |||
| Internal Changes: | |||
Description
Python Traceback Traceback (most recent call last):
File "/var/lib/python-support/python2.5/trac/web/main.py", line 387, in dispatch_request
dispatcher.dispatch(req)
File "/var/lib/python-support/python2.5/trac/web/main.py", line 237, in dispatch
resp = chosen_handler.process_request(req)
File "build/bdist.linux-x86_64/egg/acct_mgr/web_ui.py", line 314, in process_request
_create_user(req, self.env)
File "build/bdist.linux-x86_64/egg/acct_mgr/web_ui.py", line 79, in _create_user
db.commit()
OperationalError: database is locked



Duplicate of #3446. See also MostFrequentDuplicates.