Edgewall Software
Modify

Opened 17 years ago

Closed 17 years ago

#6169 closed defect (duplicate)

Got error when trying to log into Trac

Reported by: shannon@… Owned by: Jonas Borgström
Priority: normal Milestone:
Component: general Version:
Severity: normal Keywords:
Cc: Branch:
Release Notes:
API Changes:
Internal Changes:

Description

Traceback (most recent call last):

File "/usr/lib/python2.4/site-packages/trac/web/main.py", line 406, in dispatch_request

dispatcher.dispatch(req)

File "/usr/lib/python2.4/site-packages/trac/web/main.py", line 183, in dispatch

req.perm = PermissionCache(self.env, req.authname)

File "/usr/lib/python2.4/site-packages/trac/perm.py", line 263, in init

self.perms = PermissionSystem(env).get_user_permissions(username)

File "/usr/lib/python2.4/site-packages/trac/perm.py", line 227, in get_user_permissions

for perm in self.store.get_user_permissions(username):

File "/usr/lib/python2.4/site-packages/trac/perm.py", line 112, in get_user_permissions

rows = cursor.fetchall()

File "/usr/lib/python2.4/site-packages/pyPgSQL/PgSQL.py", line 3208, in fetchall

_list.append(self.fetchOneRow())

File "/usr/lib/python2.4/site-packages/pyPgSQL/PgSQL.py", line 2775, in fetchOneRow

_j.append(_c.typecast(self.description[_i],

TypeError: unsubscriptable object

Attachments (0)

Change History (1)

comment:1 by hyuga <hyugaricdeau@…>, 17 years ago

Resolution: duplicate
Status: newclosed

This is a duplicate of #5096.

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.