On Sun, Oct 11, 2009 at 12:51 PM, Roger Oberholtzer
<[email protected]> wrote:
> On Fri, 2009-10-09 at 09:58 -0500, Olemis Lang wrote:
>
>> I thought I had removed that dependency since version 1.2.1 . Let me
>> see ... yes it shouldn't have done that. I don use Babel any more
>>
>> Please, could you try to install Babel and try again ?
>
> I added Babel. I did not see any error. I restarted Apache, but I do not
> see any reference to Babel in the log. This includes the message about
> it not being found.

There's something weird in there.

  - Firstly the following line indicates that plugin is loaded but also
    that it did not load any GViz provider (i.e. data sources ;o)
    Are they enabled ?

{{{
2009-10-11 19:31:13,036 Trac[api] DEBUG: IG: Providers cache ({},)
}}}

In my test environment the log looks like this

{{{
2009-08-10 13:36:59,580 Trac[api] DEBUG: IG: Providers cache
({'/gviz/ticket/fields': <tracgviz.ticket.GVizTicketFields object at
0x8f5da0c>, '/gviz/wiki/index': <tracgviz.wiki.GVizWikiPages object at
0x8f56e8c>, '/gviz/ticket/resolution':
<tracgviz.ticket.GVizResolutionProvider object at 0x8f5cd0c>,
'/gviz/ticket/severity': <tracgviz.ticket.GVizSeverityProvider object
at 0x8f5d16c>, '/gviz/wiki/attachments':
<tracgviz.wiki.GVizWikiAttachments object at 0x8f5672c>,
'/gviz/ticket/actions': <tracgviz.ticket.GVizTicketActions object at
0x8f5d1ec>, '/gviz/search': <tracgviz.search.GVizSearchProvider object
at 0x8f0b4ec>, '/gviz/ticket/component':
<tracgviz.ticket.GVizComponentProvider object at 0x8f5c48c>,
'/gviz/source/file/history': <tracgviz.vcs.GVizSourceFileHistory
object at 0x8f849cc>, '/gviz/ticket/log':
<tracgviz.ticket.GVizTicketChangeLog object at 0x8f590cc>,
'/gviz/report/view': <tracgviz.ticket.GVizReportProvider object at
0x8f565cc>, '/gviz/report/list': <tracgviz.ticket.GVizAvailableReports
object at 0x8f5636c>, '/gviz/source/revlog':
<tracgviz.vcs.GVizChangesets object at 0x8f842cc>,
'/gviz/ticket/attachments': <tracgviz.ticket.GVizTicketAttachments
object at 0x8f59f8c>, '/gviz/timeline/filters':
<tracgviz.timeline.GVizTimelineFilters object at 0x8f84c0c>,
'/gviz/source/labels': <tracgviz.vcs.GVizQuickJumpEntries object at
0x8e82e8c>, '/gviz/ticket/version':
<tracgviz.ticket.GVizVersionProvider object at 0x8f5c2cc>,
'/gviz/ticket/list': <tracgviz.ticket.GVizTicketList object at
0x8f597cc>, '/gviz/ticket/milestone':
<tracgviz.ticket.GVizMilestoneProvider object at 0x8f5de6c>,
'/gviz/ticket/priority': <tracgviz.ticket.GVizPriorityProvider object
at 0x8f5d66c>, '/gviz/ticket/status':
<tracgviz.ticket.GVizStatusProvider object at 0x8f5c06c>,
'/gviz/source/changes': <tracgviz.vcs.GVizChangesetDetails object at
0x8f8494c>, '/gviz/timeline/log':
<tracgviz.timeline.GVizTimelineEvents object at 0x8f84e8c>,
'/gviz/source/files': <tracgviz.vcs.GVizSourceFiles object at
0x8f8480c>, '/gviz/search/filters':
<tracgviz.search.GVizSearchFiltersProvider object at 0x8ede92c>,
'/gviz/ticket/type': <tracgviz.ticket.GVizTypeProvider object at
0x8f5c38c>},)
}}}

So you're definitely missing a lot of things, everything indeed  :-/

> Still, the macro returns the message I originally
> reported. And I do not see it listed in the macro page.
>
> I have attached the log. I restarted everything, and then tried to
> access the macro. Maybe you see something in the log.
>

  - Secondly there's no indication in the log file about the error you
    mention above. But the same happens to me . It seems that
    the fact of not finding a macro is not reported to the log.
    Shouldn't it happen ?

Q:
    - How is it possible to know whether a macro is loaded or not ?

  - Besides, if you had enabled gadget aliases you should have
    several lines like this one (and you have none :-/ )

{{{
2009-10-12 10:26:12,720 Trac[wiki] DEBUG: GVIZ: LinkFormatter SHREF
rule triggered. Match=
'http://www.google.com/ig/modules/motionchart.xml' Full match=
'<_sre.SRE_Match object at 0x8f7c440>' Link= '<a class="ext-link"
href="http://www.google.com/ig/modules/motionchart.xml";><span
class="icon">http://www.google.com/ig/modules/motionchart.xml</span></a>'
}}}

So the only thing I can say so far is that the plugin is loaded but,
for some unknown reason, macro and further components are not enabled
at all. Therefore everything points to an issue with config options or
alike. In my `trac.ini` I see the following lines, please could you
try'em ? But it seems you already did it
:-/

{{{
[components]
tracgviz.* = enabled
}}}

BTW I see these ones when I disable igooglegadgetmacro
;o)

{{{
[components]
tracgviz.* = enabled
tracgviz.ig.wiki.igooglegadgetmacro = disabled
}}}

PS: If the fairy god mother has bewitched your Trac environment then
it's time to look for Shrek

:)

-- 
Regards,

Olemis.

Blog ES: http://simelo-es.blogspot.com/
Blog EN: http://simelo-en.blogspot.com/

Featured article:

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to