>> Do i have to make an entry in the [components] seciton of my trac.ini? >> i downloaded the package, built with 0.10 and did an easy_install. After >> that i copied it to the plugins directory of the trac install. >> any idea what i can do or where i did wrong? > > Any plugin/macro which is stored in the global plugin directory (i.e. > trac/plugins, not in project/plugins) should be explicitly enabled in > the [components] section.
Thank you Manu, OK, now i have TOCMacro = enabled in my components section It seems to work, but only sometimes. i press CTRL+F5 to refresh the page several times, and then the error sometimes still occurs... trac.log shows me that the Macro is not executed every time: 2007-02-12 15:29:00,938 Trac[api] DEBUG: Updating wiki page index 2007-02-12 15:29:02,454 Trac[api] DEBUG: Updating wiki page index 2007-02-12 15:30:59,824 Trac[formatter] DEBUG: Executing Wiki macro TOC by provider <tractoc.macro.TOCMacro object at 0xb7a4f5ec> 2007-02-12 15:30:59,864 Trac[api] DEBUG: Updating wiki page index 2007-02-12 15:31:02,061 Trac[formatter] DEBUG: Executing Wiki macro TOC by provider <tractoc.macro.TOCMacro object at 0xb7a7b66c> 2007-02-12 15:31:02,103 Trac[api] DEBUG: Updating wiki page index 2007-02-12 15:31:03,603 Trac[api] DEBUG: Updating wiki page index 2007-02-12 15:31:04,856 Trac[formatter] DEBUG: Executing Wiki macro TOC by provider <tractoc.macro.TOCMacro object at 0xb7a65dac> 2007-02-12 15:31:04,901 Trac[api] DEBUG: Updating wiki page index 2007-02-12 15:33:14,180 Trac[api] DEBUG: Updating wiki page index 2007-02-12 15:33:41,473 Trac[api] DEBUG: Updating wiki page index -- Der GMX SmartSurfer hilft bis zu 70% Ihrer Onlinekosten zu sparen! Ideal für Modem und ISDN: http://www.gmx.net/de/go/smartsurfer --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
