Modify ↓
      
#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 )
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 , 15 years ago
| Description: | modified (diff) | 
|---|---|
| Resolution: | → cantfix | 
| Status: | new → closed | 
  Note:
 See   TracTickets
 for help on using tickets.
    


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