Modify

Opened 16 years ago

Closed 16 years ago

#2559 closed defect (wontfix)

Patching the 10.5devel. Crash.

Reported by: anonymous Owned by: Norbert Ferchen
Priority: normal Component: BackRefPatch
Severity: normal Keywords:
Cc: bskinnes@… Trac Release: 0.10

Description

Wiki!

Traceback (most recent call last):

File "/opt/trac-0.10.5dev/lib/python2.4/site-packages/trac/web/main.py", line 406, in dispatch_request

dispatcher.dispatch(req)

File "/opt/trac-0.10.5dev/lib/python2.4/site-packages/trac/web/main.py", line 237, in dispatch

resp = chosen_handler.process_request(req)

File "build/bdist.linux-i686/egg/tractags/web_ui.py", line 64, in process_request File "/opt/trac-0.10.5dev/lib/python2.4/site-packages/trac/wiki/web_ui.py", line 139, in process_request

req.hdfbackrefs? = self._get_backrefs(req, page)

File "/opt/trac-0.10.5dev/lib/python2.4/site-packages/trac/wiki/web_ui.py", line 501, in _get_backrefs

t = Ticket(self.env, id)

NameError: global name 'Ticket' is not defined

Ticket View

Traceback (most recent call last):

File "/opt/trac-0.10.5dev/lib/python2.4/site-packages/trac/web/main.py", line 406, in dispatch_request

dispatcher.dispatch(req)

File "/opt/trac-0.10.5dev/lib/python2.4/site-packages/trac/web/main.py", line 237, in dispatch

resp = chosen_handler.process_request(req)

File "/opt/trac-0.10.5dev/lib/python2.4/site-packages/trac/ticket/web_ui.py", line 312, in process_request

req.hdfbackrefs? = self._get_backrefs(req, ticket)

File "/opt/trac-0.10.5dev/lib/python2.4/site-packages/trac/ticket/web_ui.py", line 611, in _get_backrefs

ref.update({

TypeError: int argument required

Attachments (0)

Change History (2)

comment:1 Changed 16 years ago by anonymous

Cc: bskinnes@… added; anonymous removed

Adding myself to cc

comment:2 Changed 16 years ago by Norbert Ferchen

Resolution: wontfix
Status: newclosed

I will only give support to dev of 0.11 and the latest stable on 0.10. I've seen to many changes on the dev of 0.10. - sorry

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain Norbert Ferchen.
The resolution will be deleted. Next status will be 'reopened'.

Add Comment


E-mail address and name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.