Modify ↓
Opened 17 years ago
Closed 12 years ago
#2799 closed defect (wontfix)
Won't work with 0.11dev-r6750
Reported by: | Simon | Owned by: | Norbert Ferchen |
---|---|---|---|
Priority: | normal | Component: | BackRefPatch |
Severity: | normal | Keywords: | |
Cc: | Simon, joe@… | Trac Release: | 0.11 |
Description
This is what i got after patching and installing on 0.11dev-r6750:
UnboundLocalError: local variable 'context' referenced before assignment
Caused by line 494 in trac/wiki/web_ui.py:
data['backrefs'] = self._get_backrefs(context, page)
Attachments (0)
Change History (4)
comment:1 Changed 17 years ago by
Status: | new → assigned |
---|
comment:2 Changed 16 years ago by
Cc: | joe@… added |
---|
comment:3 Changed 16 years ago by
There are to many changes on the dev belonging to the context. I'm in bad time trouble so I could not fix this problem in short time. But there are still plans to fix this problem in a more general way.
This bug has nothing to do with your current installation.
Sorry for that.
comment:4 Changed 12 years ago by
Resolution: | → wontfix |
---|---|
Status: | assigned → closed |
Patch is deprecated.
Note: See
TracTickets for help on using
tickets.
I am seeing the same error against trac 0.11 as well, both running tracd directly and under mod_python.