Edgewall Software
Modify

Opened 16 years ago

Closed 16 years ago

#7645 closed defect (wontfix)

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

Reported by: administrateur@… Owned by:
Priority: normal Milestone:
Component: general Version: 0.11.1
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; fr; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1

System Information

Trac 0.11.1
Python 2.5.2 (r252:60911, Aug 8 2008, 09:38:22)
[GCC 4.3.1]
setuptools 0.6c8
SQLite 3.5.9
pysqlite 2.4.1
Genshi 0.5
mod_python 3.3.1
Pygments 0.10
jQuery: 1.2.6

Python Traceback

Traceback (most recent call last):
  File "/usr/lib/python2.5/site-packages/trac/web/main.py", line 423, in _dispatch_request
    dispatcher.dispatch(req)
  File "/usr/lib/python2.5/site-packages/trac/web/main.py", line 169, in dispatch
    chosen_handler = self.default_handler
  File "/usr/lib/python2.5/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 (5)

comment:1 by ebray, 16 years ago

Sounds like a broken Trac installation…

comment:2 by goldyfruit, 16 years ago

Hum, but i just restart the server !! Before it workded fine, i'll try to create a new Trac environement.

Thanks.

comment:3 by anonymous, 16 years ago

Check to make sure you do not have

trac.wiki.web_ui.wikimodule = disabled

in your trac.ini file. (This is part of TagsPlugin)

comment:4 by anonymous, 16 years ago

see also the comments

  • remove default_handler = TagsWikiModule if it exists in the [trac] section
  • and remove trac.wiki.web_ui.wikimodule = disabled

comment:5 by Remy Blank, 16 years ago

Resolution: wontfix
Status: newclosed

This is certainly an InstallationIssue.

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.