Modify ↓
Opened 15 years ago
Closed 14 years ago
#8769 closed defect (worksforme)
disabling default handler prevents login
| Reported by: | anonymous | Owned by: | Ryan J Ollos |
|---|---|---|---|
| Priority: | normal | Component: | TagsPlugin |
| Severity: | normal | Keywords: | default handler |
| Cc: | support@…, Steffen Hoffmann | Trac Release: | 0.11 |
Description (last modified by )
From the install :
"In particular trac.wiki.web_ui.wikimodule = disabled and default_handler = TagsWikiModule must be removed"
When doing this , Trac presents an internal error stating that :
"AttributeError: Cannot find an implementation of the "IRequestHandler" interface named "WikiModule". Please update the option trac.default_handler in trac.ini. There was an internal error in Trac. It is recommended that you notify your local Trac administrator with the information needed to reproduce the issue.
So I undid those recommendations again and the trac error is gone.
Attachments (0)
Change History (3)
comment:1 Changed 14 years ago by
| Description: | modified (diff) |
|---|
comment:2 Changed 14 years ago by
| Cc: | Steffen Hoffmann added |
|---|---|
| Owner: | changed from Michael Renzmann to Ryan J Ollos |
| Status: | new → assigned |
comment:3 Changed 14 years ago by
| Resolution: | → worksforme |
|---|---|
| Status: | assigned → closed |
Closing since there was no response. Please reopen if you continue to experience the issue with the latest version of the trunk.
Note: See
TracTickets for help on using
tickets.



The wiki page for the TagsPlugin states:
Okay, it sounds like this is speaking to an upgrade from a previous version of TagsPlugin (0.5 or ealier) to version 0.6. Are you in fact upgrading? If not, I think you can safely ignore this step.
Perhaps we can improve the wiki documentation slightly though so that others don't get confused.