Edgewall Software
Modify

Opened 14 years ago

Closed 14 years ago

#9080 closed defect (worksforme)

AttributeError: Cannot find an implementation of the "IRequestHandler" interface named "WikiModule". Please update the option trac.default_handler in trac.ini.

Reported by: http://id.chinavasion.com/kiki Owned by:
Priority: normal Milestone:
Component: general Version: 0.11.6
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)

User Agent was: Mozilla/5.0 (Windows; U; Windows NT 5.1; hr; rv:1.9.1.8) Gecko/20100202 Firefox/3.5.8 (.NET CLR 3.5.30729)

System Information

Trac 0.11.6
Python 2.6.4 (r264:75706, Feb 19 2010, 00:15:56)
[GCC 4.1.2 (Gentoo 4.1.2 p1.0.2)]
setuptools 0.6
SQLite 3.6.20
pysqlite 2.4.1
Genshi 0.5.1
Pygments 1.1.1
jQuery: 1.2.6

Python Traceback

Traceback (most recent call last):
  File "/usr/lib64/python2.6/site-packages/trac/web/main.py", line 424, in _dispatch_request
    dispatcher.dispatch(req)
  File "/usr/lib64/python2.6/site-packages/trac/web/main.py", line 169, in dispatch
    chosen_handler = self.default_handler
  File "/usr/lib64/python2.6/site-packages/trac/config.py", line 466, in __get__
    self.section, self.name))
AttributeError: Cannot find an implementation of the "IRequestHandler" interface named "WikiModule".  Please update the option trac.default_handler in trac.ini.

Attachments (0)

Change History (1)

comment:1 by Christian Boos, 14 years ago

Resolution: worksforme
Status: newclosed

This is an InstallationIssue.

Most certainly, the trac.wiki.web_ui.* components have been disabled, but the [trac] default_handler setting has not been changed to some other component.

Please inform the Trac Administrator of that site (and if it's you, no excuses, read the docs ;-) ).

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.