2008/10/16 Perreko <[EMAIL PROTECTED]> > > Hi all, > > I've this scenario (trac 0.11, Win2003Server): > > I've downloaded two macros (BackLinksMenu.py & changelog.py) in this > folder: d:\workspace\trac\plugins > I've configured this folder in my global trac.ini (d:\workspace\trac > \config\trac_global.ini) > > [inherit] > plugins_dir = D:/workspace/trac/plugins > > I've configured this global trac.ini in my repository trac.ini > > [inherit] > file = D:/workspace/trac/repositorios/trac_global.ini > > Whenever i try to use any of these macros, i got this error: > > Error: Failed to load processor BackLinksMenu > No macro or processor named 'BackLinksMenu' found > > I've tried to enable them using "Admin" page, but they don't appear > there. I'used other plugins before (like includemacro) that work ok, > they appear in the "Admin" page; the difference is that these other > were installed using 'easy_install' but these new ones cannot be > installed that way. > > Can anybody help me to make this work? >
Do you have logging enabled for your trac instance? If not, enable it and then have a look in the logs to see whether there are any errors being recorded when loading the macros from the plugin folder. (or if the macros are being loaded at all) Stephen --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
