Modify ↓
Opened 17 years ago
Closed 17 years ago
#7246 closed defect (duplicate)
Account Can Not Be Created
Reported by: | anonymous | Owned by: | Jonas Borgström |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | general | Version: | |
Severity: | normal | Keywords: | |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description (last modified by )
I received the following error message on an error page this morning attempting to create an account:
Python Traceback Traceback (most recent call last): File "/usr/lib/python2.5/site-packages/trac/web/main.py", line 406, in dispatch_request dispatcher.dispatch(req) File "/usr/lib/python2.5/site-packages/trac/web/main.py", line 237, in dispatch resp = chosen_handler.process_request(req) File "build/bdist.linux-i686/egg/acct_mgr/web_ui.py", line 314, in process_request _create_user(req, self.env) File "build/bdist.linux-i686/egg/acct_mgr/web_ui.py", line 79, in _create_user db.commit() OperationalError: database is locked
Further information: I entered the following details:
Username: nicowens Password: nicowens Name: Nick Email: nicowens@…
Attachments (0)
Change History (1)
comment:1 by , 17 years ago
Description: | modified (diff) |
---|---|
Priority: | highest → normal |
Resolution: | → duplicate |
Severity: | blocker → normal |
Status: | new → closed |
- Please carefully re-read the NewTicket page
- "database is locked" error troubleshooting guide can be found in MostFrequentDuplicates and PySqlite#OperationalError:databaseislocked
- When you create a new ticket, please provide useful details (Trac version is the very minimum
- Please use verbatim block {{{ }}} when copy n' pasting a Python traceback
- Please use the preview button before submitting a ticket, to see what's wrong with your syntax, if any
Note:
See TracTickets
for help on using tickets.