Ticket #6216 (closed defect: invalid)
AttributeError: 'HelloWorldPlugin' object has no attribute 'match_request'
| Reported by: | ashrar@… | Owned by: | jonas |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | general | Version: | devel |
| Severity: | normal | Keywords: | |
| Cc: |
Description
How to Reproduce
While doing a GET operation on /, Trac issued an internal error.
(please provide additional details here)
System Information
| Trac | 0.11dev-r6049 |
| Python | 2.5 (r25:51908, Nov 27 2006, 19:14:46) [GCC 4.1.2 20061115 (prerelease) (SUSE Linux)] |
| setuptools | 0.6c7 |
| Genshi | 0.4.4 |
| pyPgSQL | 2.5.1 |
Python Traceback
Traceback (most recent call last):
File "/usr/local/lib/python2.5/site-packages/Trac-0.11dev_r6049-py2.5.egg/trac/web/main.py", line 381, in dispatch_request
dispatcher.dispatch(req)
File "/usr/local/lib/python2.5/site-packages/Trac-0.11dev_r6049-py2.5.egg/trac/web/main.py", line 160, in dispatch
if handler.match_request(req):
AttributeError: 'HelloWorldPlugin' object has no attribute 'match_request'
Attachments
Change History
Note: See
TracTickets for help on using
tickets.


