Edgewall Software
Modify

Opened 18 years ago

Closed 18 years ago

#3853 closed defect (invalid)

0.9.6 -> 0.10 upgrade results in internal error

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

Description

Trac detected an internal error: no such column: var_name


Traceback (most recent call last):
  File "/usr/lib/python2.4/site-packages/trac/web/fcgi_frontend.py", line 40, in _handler
  File "/usr/lib/python2.4/site-packages/trac/web/main.py", line 139, in dispatch_request
    `QueryModule`, `ReportModule` and `NewticketModule` (''since 0.9'').""")
  File "/usr/lib/python2.4/site-packages/trac/web/main.py", line 87, in dispatch
    
  File "/usr/lib/python2.4/site-packages/trac/web/session.py", line 50, in __init__
    if req.incookie.has_key(COOKIE_KEY):
  File "/usr/lib/python2.4/site-packages/trac/web/session.py", line 68, in get_session
    self.sid = sid
  File "/usr/lib/python2.4/site-packages/trac/db.py", line 219, in execute
  File "/usr/lib/python2.4/site-packages/trac/db.py", line 211, in _rollback_on_error
OperationalError: no such column: var_name

Attachments (0)

Change History (1)

comment:1 by amd@…, 18 years ago

Resolution: invalid
Status: newclosed

Restarting apache fixed it :(

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.