Modify

Opened 14 years ago

Closed 14 years ago

#7060 closed defect (invalid)

Debugger does not work on Ticket pages with MasterTicketPlugin installed

Reported by: josh@… Owned by: Alec Thomas
Priority: normal Component: TracDeveloperPlugin
Severity: normal Keywords:
Cc: Trac Release: 0.11

Description

The debugger appears to fail on Ticket pages (e.g. http://example.com/ticket/42?debug=true). It works fine on every other page I've tested it on.

Python Traceback

Most recent call last:
File "/usr/local/lib/python2.6/site-packages/Trac-0.11.7-py2.6.egg/trac/web/main.py", line 450, in _dispatch_request
  dispatcher.dispatch(req)
File "/usr/local/lib/python2.6/site-packages/Trac-0.11.7-py2.6.egg/trac/web/main.py", line 217, in dispatch
  self._post_process_request(req, *resp)
File "/usr/local/lib/python2.6/site-packages/Trac-0.11.7-py2.6.egg/trac/web/main.py", line 309, in _post_process_request
  resp = f.post_process_request(req, *resp)
File "build/bdist.linux-x86_64/egg/mastertickets/web_ui.py", line 44, in post_process_request
Trac:		0.11.7
Python:		2.6.5 (r265:79063, Mar 30 2010, 13:06:13) [GCC 4.1.2 20080704 (Red Hat 4.1.2-46)]
setuptools:	0.6c11
SQLite:		3.6.23
pysqlite:	2.6.0
Genshi:		0.6dev-r1096
mod_python:	3.3.1
Subversion:	1.6.9 (r901367)
jQuery:		1.4.2

Attachments (0)

Change History (4)

comment:1 Changed 14 years ago by Ryan J Ollos

What happens if you disable the mastertickets plugin?

comment:2 Changed 14 years ago by josh@…

Ok, it works with MasterTicketsPlugin disabled. I guess it's a problem with their plugin, not yours. Thanks.

comment:4 Changed 14 years ago by Ryan J Ollos

Summary: Debugger does not work on Ticket pagesDebugger does not work on Ticket pages with MasterTicketPlugin installed

Seem concievable that it could be a problem with either plugin. Perhaps it is a defect with the TracDeveloperPlugin that only reveals itself with the MasterTicketsPlugin installed.

The MasterTicketsPlugin is full of issues, however, so I wouldn't be surprised if its a problem with that plugin.

I think its worth leaving this ticket open and changing the Summary to indicate a problem specific to having the MasterTicketsPlugin installed, which I have done.

comment:5 Changed 14 years ago by Ryan J Ollos

Resolution: invalid
Status: newclosed

I'm going to close this as invalid and suggest updating to a newer version of MasterTicketsPlugin. If the issue persists, please reopen and we can work on debugging.

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain Alec Thomas.
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.