On Tue, Feb 16, 2010 at 1:57 PM, Mothra <[email protected]> wrote: > Hi, > > I've been tearing my hair out trying to install a three simple plugins > in Trac 0.11.6: > > TracTicketTemplate > TracPermRedirect > TicketSubmitPolicy > > I downloaded or built the egg file for each and copied it to the right > location, and also configured the relevant trac.ini files, but despite > restarting the trac instances (and/or Apache), the modules do not show > up as installed. > > Not sure where I have gone wrong. I've tried every possible method of > installation from http://trac.edgewall.org/wiki/TracPlugins > > I've tried turning on logging by adding the following to one of my > trac.ini files: > > [logging] > log_type = file > log_level = DEBUG > log_file = /tmp/Rockshore.log > log_format = > > > but even this doesn't seem to work.
If everything is installed and configured correctly, it is still possible not to load the plugin if dependencies are missing (and that includes versions specified in the plugin's `setup.py` script ;o) . In that case you'd see a Skipping xxx line in the log file ;o) -- Regards, Olemis. Blog ES: http://simelo-es.blogspot.com/ Blog EN: http://simelo-en.blogspot.com/ Featured article: More error-handling changes following feedback from Steffen Pingel. This time ResourceNotFoun... - http://bitbucket.org/osimons/trac-rpc-mq/changeset/7426ec473bcb/ -- 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.
