Modify ↓
#11363 closed defect (cantfix)
AttributeError: Cannot find an implementation of the "IRequestHandler" interface named "TracForgeIndexModule". Please update the option trac.default_handler in trac.ini.
| Reported by: | matheusslima | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | general | Version: | 0.12.5 |
| Severity: | normal | Keywords: | |
| Cc: | Branch: | ||
| Release Notes: | |||
| API Changes: | |||
| Internal Changes: | |||
Description
How to Reproduce
While doing a GET operation on /, Trac issued an internal error.
(please provide additional details here)
Request parameters:
{}
User agent: Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:18.0) Gecko/20100101 Firefox/18.0
System Information
System information not available
Enabled Plugins
Plugin information not available
Python Traceback
Traceback (most recent call last):
File "/usr/lib/python2.7/dist-packages/trac/web/main.py", line 522, in _dispatch_request
dispatcher.dispatch(req)
File "/usr/lib/python2.7/dist-packages/trac/web/main.py", line 204, in dispatch
chosen_handler = self.default_handler
File "/usr/lib/python2.7/dist-packages/trac/config.py", line 648, in __get__
self.section, self.name))
AttributeError: Cannot find an implementation of the "IRequestHandler" interface named "TracForgeIndexModule". Please update the option trac.default_handler in trac.ini.
Attachments (0)
Change History (2)
comment:2 by , 12 years ago
| Resolution: | → cantfix |
|---|---|
| Status: | new → closed |
PluginIssue / InstallationIssue. Please see comments on your mailing list post.
Note:
See TracTickets
for help on using tickets.


