On Wednesday, March 5, 2014 8:45:52 AM UTC-8, ONeal Freeman wrote: > > Hello, > I have recently installed Trac 1.0.1-1 on windows with BitNami. I have > added the TracTicketTemplatePlugIn but cannot get it to work. I can see > that the table, tt_template_store, is included in the trac.db and populated > with the default descriptions for each ticket type but I have thus far been > unable to get it to work. I am positive I am missing something. I think I > have read every entry on the internet about this plug-in without finding > the answer. Do anyone have an idea what it is I am missing? > > Thanks in advance for your help. >
1. Check that you've installed the latest, version 0.8, of TracTicketTemplatePlugIn: https://groups.google.com/d/msg/trac-users/jJ232JcnB1U/WOHWVG6e6XcJ 2. Make sure the plugin is loading. Does it appear in the plugins section of the web admin page? Set TracLogging to debug and look for loading or error messages when restarting tracd or your web server. trac.edgewall.org/wiki/TracLogging 3. If the plugin is loading correctly, then look in the browser console for JavaScript error messages. -- You received this message because you are subscribed to the Google Groups "Trac Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/trac-users. For more options, visit https://groups.google.com/groups/opt_out.
