Opened 15 years ago
Closed 14 years ago
#7060 closed defect (invalid)
Debugger does not work on Ticket pages with MasterTicketPlugin installed
Reported by: | 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 15 years ago by
comment:2 Changed 15 years ago by
Ok, it works with MasterTicketsPlugin disabled. I guess it's a problem with their plugin, not yours. Thanks.
comment:4 Changed 15 years ago by
Summary: | Debugger does not work on Ticket pages → Debugger 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
Resolution: | → invalid |
---|---|
Status: | new → closed |
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.
What happens if you disable the mastertickets plugin?