Modify ↓
Opened 17 years ago
Closed 17 years ago
#6267 closed defect (invalid)
Upgrade failed
Reported by: | Owned by: | Jonas Borgström | |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | general | Version: | 0.10.4 |
Severity: | major | Keywords: | plugin |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description (last modified by )
I've followed the upgrade instructions and I wind up with this post upgrade from 0.9.4 to 0.10.4
Traceback (most recent call last): File "/usr/lib/python2.3/site-packages/trac/web/main.py", line 406, in dispatch_request dispatcher.dispatch(req) File "/usr/lib/python2.3/site-packages/trac/web/main.py", line 171, in dispatch chosen_handler = self.default_handler File "/usr/lib/python2.3/site-packages/trac/config.py", line 379, in __get__ raise AttributeError('Cannot find an implementation of the "%s" ' AttributeError: Cannot find an implementation of the "IRequestHandler" interface named "TagsWikiModule". Please update the option trac.default_handler in trac.ini
Any suggestions? I've tried playing with the trac.default_handler and it seems to be correct.
Attachments (0)
Change History (1)
comment:1 by , 17 years ago
Description: | modified (diff) |
---|---|
Keywords: | plugin added |
Resolution: | → invalid |
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Remove the installed plugins: the error comes from an issue with the TagsWikiModule.
See http://trac-hacks.org/wiki/TagsPlugin for a version which works with Trac 0.10.x