Ticket #4370 (closed defect: duplicate)
Opened 5 years ago
Last modified 5 years ago
website problem on code.djangoproject.com
| Reported by: | oliver@… | Owned by: | jonas |
|---|---|---|---|
| Priority: | low | Milestone: | |
| Component: | general | Version: | 0.10.2 |
| Severity: | minor | Keywords: | |
| Cc: | |||
| Release Notes: | |||
| API Changes: | |||
Description
This where I came from:
http://www.djangoproject.com/documentation/authentication/
that is the link i tried:
http://code.djangoproject.com/browser/django/trunk/django/contrib/auth/models.py
(which lives in django/contrib/auth/models.py.)
This is the Traceback error i get.
Traceback (most recent call last):
File "/usr/lib/python2.3/site-packages/trac/web/main.py", line 356, in dispatch_request
dispatcher.dispatch(req)
File "/usr/lib/python2.3/site-packages/trac/web/main.py", line 190, in dispatch
req.perm = PermissionCache?(self.env, req.authname)
File "/usr/lib/python2.3/site-packages/trac/perm.py", line 267, in init
self.perms = PermissionSystem?(env).get_user_permissions(username)
File "/usr/lib/python2.3/site-packages/trac/perm.py", line 231, in get_user_permissions
for perm in self.store.get_user_permissions(username):
File "/usr/lib/python2.3/site-packages/trac/perm.py", line 111, in get_user_permissions
cursor.execute("SELECT username,action FROM permission")
File "/usr/lib/python2.3/site-packages/trac/db/util.py", line 48, in execute
return self.cursor.execute(sql)
File "/usr/lib/python2.3/site-packages/trac/db/sqlite_backend.py", line 56, in execute
args or [])
File "/usr/lib/python2.3/site-packages/trac/db/sqlite_backend.py", line 48, in _rollback_on_error
return function(self, *args, kwargs)
OperationalError?: database is locked
Attachments
Change History
comment:1 Changed 5 years ago by mgood
- Resolution set to duplicate
- Status changed from new to closed



Duplicate of #4346. When experiencing errors on another site, please contact the administrator about the problem.