On Feb 16, 2:58 am, Richie <[email protected]> wrote: > Hi everybody! > > I want to install the ClientsPlugin [1] to my Trac 0.11 Environment. > I build an egg file with setupy.py bdist-egg and uploaded it with > plugin admin page. > But the plugin does not appeare - whats going wrong? Log file does > show something that looks like a plugin error! > > Any ideas? > > Thanks! > > Richie > > [1]http://trac-hacks.org/wiki/ClientsPlugin
You also have to enable the plugin in your trac.ini (or via web-admin) most of the time, particularly for plugins that modify the templates, such as this one, you need to restart your server. finally, assuming you actually already did those 2 things, did you enable error logging to the debug level, and see if there is an error loading it. additionally, if using apache, you may want to check that error log. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
