Thanx guys, you are really helpful. I have had a misspelling in log_type.
Plugin is loading “2010-09-28 16:23:29,516 Trac[loader] DEBUG: Adding plugin BlackMagicTicketTweaks 0.11r1 from c:\users\meki\bitnami trac stack projects\pmone\plugins\blackmagictickettweaks-0.11r1-py2.5.egg” “2010-09-28 16:23:30,348 Trac[loader] DEBUG: Loading blackmagic from c: \users\meki\bitnami trac stack projects\pmone\plugins \blackmagictickettweaks-0.11r1-py2.5.egg” But there is an error with a module “2010-09-28 16:23:30,352 Trac[loader] ERROR: Skipping "blackmagic = blackmagic": (can't import "ImportError: No module named blackmagic")” It seems like that I have to change something in _ini_file? Cheers Ales On 28 sep., 14:08, Erik Andersson <[email protected]> wrote: > On Tue, Sep 28, 2010 at 1:42 PM, Itamar O <[email protected]> wrote: > > On Tue, Sep 28, 2010 at 12:47 PM, Ales <[email protected]> wrote: > > >> Hi, > > >> more then ones, PC restart too. Nothing change. I have just installed > >> the same plugin on Trac 0.12 (manually installed) and it is the same > >> thing. Log folder is empty in projenv, Apache Logs shows no errors > >> connected to this plugin. > > >> Cheers > >> Ales > > > It's not reasonable that the log folder is empty if set to debug. > > Make sure the trac.conf has this section: > > [logging] > > log_file = trac.log > > log_level = DEBUG > > log_type = file > > And do check in the logs that the plugin is loading/loaded. > > Cheers / Erik > > > -- > > 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]<trac-users%[email protected]> > > . > > For more options, visit this group at > >http://groups.google.com/group/trac-users?hl=en. -- 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.
