Edgewall Software
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 Emmanuel Blot)

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 Emmanuel Blot, 17 years ago

Description: modified (diff)
Priority: highestnormal
Resolution: duplicate
Severity: blockernormal
Status: newclosed
  1. Please carefully re-read the NewTicket page
  2. "database is locked" error troubleshooting guide can be found in MostFrequentDuplicates and PySqlite#OperationalError:databaseislocked
  3. When you create a new ticket, please provide useful details (Trac version is the very minimum
  4. Please use verbatim block {{{ }}} when copy n' pasting a Python traceback
  5. Please use the preview button before submitting a ticket, to see what's wrong with your syntax, if any

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain Jonas Borgström.
The resolution will be deleted. Next status will be 'reopened'.
to The owner will be changed from Jonas Borgström to the specified user.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.