On Wednesday, July 19, 2017 at 1:41:26 AM UTC-7, toto200891 wrote:
>
>
>
> On Tuesday, July 18, 2017 at 6:19:16 PM UTC+2, RjOllos wrote:
>>
>>
>>
>> On Tuesday, July 18, 2017 at 1:20:43 AM UTC-7, toto200891 wrote:
>>>
>>>
>>>
>>> On Tuesday, July 18, 2017 at 12:13:49 AM UTC+2, RjOllos wrote:
>>>>
>>>>
>>>>
>>>> On Monday, July 17, 2017 at 1:17:05 AM UTC-7, toto200891 wrote:
>>>>>
>>>>>
>>>>>
>>>>> On Thursday, July 13, 2017 at 9:43:18 PM UTC+2, Jun Omae wrote:
>>>>>
>>>>> 2. Visit /ticketstats page, view source of the page, and confirm the
>>>>>> page has "//
>>>>>> cdnjs.cloudflare.com/ajax/libs/yui/2.9.0//yahoo-dom-event/yahoo-dom-event.js".
>>>>>>
>>>>>>
>>>>>>
>>>>>
>>>>> Both the pages are accessible via browser. But still I don't see any
>>>>> plots. Any other method troubleshoot it?
>>>>>
>>>>
>>>> Right click on page and "view source". The source will open in another
>>>> tag. Please search that page for "yahoo-dom-event.js" and copy the entire
>>>> line containing that string.
>>>>
>>>
>>> Thanks for the reply Ryan.
>>>
>>> Here is the string
>>>
>>> <script type="text/javascript"
>>> src="//cdnjs.cloudflare.com/ajax/libs/yui/2.9.0/yahoo-dom-event/yahoo-dom-event.js"></script>
>>>
>>> Please see the attached file, when I click on the link, a following page
>>> opens.
>>>
>>> Regards,
>>>
>>> SF
>>>
>>>
>> That looks fine. The error you showed in the previous reply (1) looks
>> like it's probably a side-effect of an earlier exception that prevents all
>> the JavaScript code on the page from loading.
>>
>> I was thinking you might have a plugin conflict, but on looking at (2) I
>> noticed that the only plugin you have installed is TracStats 0.6.1. The
>> version of TracTicketStats should be 3.0.0dev (3). Please try to clarify
>> what plugin you have installed, and whether that's the only plugin
>> installed in the environment.
>>
>
> Yes I have installed TracTicketStats 3.0.0dev version only. I have
> attached a snapshot of all plugins installed in my TRAC project.
>
I've tried to reproduce with Trac 1.0.2, but cannot.
When viewing the source, you should see a collection of <script> tags, like
the following:
<script type="text/javascript"
src="//cdnjs.cloudflare.com/ajax/libs/yui/2.9.0/yahoo-dom-event/yahoo-dom-event.js"></script>
<script type="text/javascript"
src="//cdnjs.cloudflare.com/ajax/libs/yui/2.9.0/element/element-min.js"></script>
<script type="text/javascript"
src="//cdnjs.cloudflare.com/ajax/libs/yui/2.9.0/datasource/datasource-min.js"></script>
<script type="text/javascript"
src="//cdnjs.cloudflare.com/ajax/libs/yui/2.9.0/json/json-min.js"></script>
<script type="text/javascript"
src="//cdnjs.cloudflare.com/ajax/libs/yui/2.9.0/swf/swf-min.js"></script>
<script type="text/javascript"
src="//cdnjs.cloudflare.com/ajax/libs/yui/2.9.0/logger/logger-min.js"></script>
<!-- OPTIONAL: Connection (enables XHR) -->
<script type="text/javascript"
src="//cdnjs.cloudflare.com/ajax/libs/yui/2.9.0/connection/connection-min.js"></script>
<!-- Source files -->
<script type="text/javascript"
src="//cdnjs.cloudflare.com/ajax/libs/yui/2.9.0/charts/charts-min.js"></script>
You could check to see that all of those "src" hrefs that are valid. You
can click on each of them and confirm that you don't get a page that shows
"Error: Not Found".
You could also save the page source and send to the list so we can review.
- Ryan
--
You received this message because you are subscribed to the Google Groups "Trac
Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/trac-users.
For more options, visit https://groups.google.com/d/optout.