Edgewall Software
Modify

Opened 10 years ago

Closed 10 years ago

Last modified 10 years ago

#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:1 by anonymous, 10 years ago

System Information:
Trac 	0.12.5
Babel 	0.9.6
Docutils 	0.8.1
Genshi 	0.6 (with speedups)
mod_python 	3.3.1
Pygments 	1.5
pysqlite 	2.6.0
Python 	2.7.3 (default, Jan 2 2013, 14:09:21) [GCC 4.7.2]
pytz 	2012c
setuptools 	0.6
SQLite 	3.7.13
Subversion 	1.8.4 (r1534716)
Last edited 10 years ago by Ryan J Ollos (previous) (diff)

comment:2 by Ryan J Ollos, 10 years ago

Resolution: cantfix
Status: newclosed

PluginIssue. Please see comments on your mailing list post.

Version 0, edited 10 years ago by Ryan J Ollos (next)

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The ticket will remain with no owner.
The resolution will be deleted. Next status will be 'reopened'.
to The owner will be changed from (none) to the specified user.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.