On Dec 20, 12:05 am, dparker <[EMAIL PROTECTED]> wrote: > I have installed from the TagsPlugin trunk (0.5) into a working 0.11 > beta release Trac, and it looks like there's a basic problem. > Accessing the root page of my Trac wiki gives: > > No handler matched request to /wiki > > I see the Tags link in the upper right as I should, but clicking that > link give: > > TemplateNotFound: Template "tags.html" not found >
The Tags plugin no longer replaces the wiki module (as of 0.5/0.11 version) - it uses new Trac/Genshi stream filter to inject markup on wiki pages as needed. Wiki module should no longer be disabled - as you found out yourself. Basically just set to enabled in [components], and it should work. Note that there were some updates on the plugin today, so make sure you get the most recent version. That should work fine - at least did for me and Alec today when we finished work on it. :::simon https://www.coderesort.com --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Trac Users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/trac-users?hl=en -~----------~----~----~----~------~----~------~--~---
