Modify ↓
Opened 18 years ago
Closed 18 years ago
#4045 closed defect (fixed)
KeyError: 'query_href'
Reported by: | Owned by: | Jonas Borgström | |
---|---|---|---|
Priority: | high | Milestone: | 0.10.1 |
Component: | general | Version: | devel |
Severity: | critical | Keywords: | |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description
after upgrading to 0.10.1-dev we get frequently an error
Traceback (most recent call last): File "/usr/local/lib/python2.4/site-packages/trac/web/main.py", line 356, in dispatch_request dispatcher.dispatch(req) File "/usr/local/lib/python2.4/site-packages/trac/web/main.py", line 224, in dispatch resp = chosen_handler.process_request(req) File "/usr/local/lib/python2.4/site-packages/trac/ticket/web_ui.py", line 326, in process_request add_link(req, 'up', req.session['query_href']) KeyError: 'query_href'
what could this be?
upgrade from 0.10 was done by run python setup again (without deleting the files already there).
Attachments (0)
Note:
See TracTickets
for help on using tickets.
the trac database got corrupted, even if we have no idea why.
the symptom was that we could not enter session data like email address and name. doing a select showed other users rows as result. deleting these other users rows had the effect that another users rows where shown:
the following solved the problem: