Thanks Ryan. I was able to successfully set up a debug file and review what was going on.
"Trac[perm] DEBUG: No policy allowed anonymous performing TRAC_ADMIN on None" This made me realize that I needed to allow TAG_VIEW for all and TAG_MODIFY for authenicated users (yep, right there in the TagsPlugins documentation). As Trac Admin I updated the permissions to reflex this and the plugin works fine. Thank you! On Mar 13, 8:05 pm, Ryan J Ollos <[email protected]> wrote: > paleboat wrote: > > > I followed the directions on the Trac Hacks website to install the > > TagsPlugin but neither the "Tags" navigation button and the entry > > fields show up. I don't think there's actually anything wrong with the > > plugin perhaps the online steps aren't detailed enough I'm not doing > > it correctly. > > > Has anyone encountered this problem or have more detailed steps to > > installing plugins than the trac-hacks.org website. > > You can take a look here [1] and I'd also suggest setting your log level to > Debug, restarting Trac and looking for any errors associated with the Tags > Plugin. > > [1]http://trac.edgewall.org/wiki/TracPlugins > -- > View this message in > context:http://old.nabble.com/TagsPlugin-installation-problem-tp31132504p3114... > Sent from the Trac Users mailing list archive at Nabble.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.
