Edgewall Software
Modify

Opened 13 years ago

Closed 13 years ago

Last modified 12 months ago

#10153 closed defect (cantfix)

Trac oops with getting known user

Reported by: anonymous Owned by:
Priority: normal Milestone:
Component: general Version:
Severity: normal Keywords:
Cc: Branch:
Release Notes:
API Changes:
Internal Changes:

Description (last modified by Remy Blank)

I was on the virtualbox website. Already logged in I call the documentation website and get a trac oops:

Oops… Trac detected an internal error:

If you think this really should work and you can reproduce it, you should consider reporting this problem to the Trac team.

Go to http://trac.edgewall.org/ and create a new ticket where you describe the problem, how to reproduce it. Don't forget to include the Python traceback found below.

TracGuide — The Trac User and Administration Guide 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 "/var/lib/python-support/python2.5/trac/Timeline.py", line 159, in process_request
    for username, name, email in self.env.get_known_users():
  File "/var/lib/python-support/python2.5/trac/env.py", line 292, in get_known_users
    for username,name,email in cursor:
  File "/var/lib/python-support/python2.5/trac/db/util.py", line 40, in __iter__
    row = self.cursor.fetchone()
OperationalError

Attachments (0)

Change History (1)

comment:1 by Remy Blank, 13 years ago

Description: modified (diff)
Resolution: cantfix
Status: newclosed

This is an InstallationIssue, please report it to the VirtualBox admin.

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The ticket will remain with no owner.
The resolution will be deleted. Next status will be 'reopened'.
to The owner will be changed from (none) 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.