Modify

Opened 12 years ago

Last modified 12 years ago

#9892 reopened defect

Problem with TracJsGanttPlugin - no gantt

Reported by: anonymous Owned by: Chris Nelson
Priority: normal Component: TracJsGanttPlugin
Severity: normal Keywords:
Cc: Trac Release: 0.12

Description (last modified by Ryan J Ollos)

I installed Trac 0.12.3 and plugins:

  1. timingandestimationplugin 1.2.6b
  2. TracMasterTickets 3.0.2
  3. TracSubTicketsPlugin 0.1.0
  4. Trac-jsGantt 0.9-r11182

There was no errors. I started Trac, add authorization based on htpasswd file. I add one ticket and create new wiki page with [[TracJSGanttChart(sample=1)]].

I can't see chart. There is no errors in python log. Trac.ini configuration file seems to be ok. I tried install, reinstall plugins, but now I have no idea what can I check.

Attachments (0)

Change History (8)

comment:1 Changed 12 years ago by anonymous

Now I have an error: Error: Failed to load processor TracJSGanttChart
I have no idea how can I load it :(.

comment:2 Changed 12 years ago by anonymous

Resolution: fixed
Status: newclosed

OK, it seems to be ok.

comment:3 Changed 12 years ago by Ryan J Ollos

Description: modified (diff)

comment:4 Changed 12 years ago by fiolorlando@…

Resolution: fixed
Status: closedreopened

which was the solution? Ive the same problem

comment:5 Changed 12 years ago by didley@…

Ive the same problem also.

comment:6 Changed 12 years ago by Ryan J Ollos

In Trac 0.11 and 0.12, the sample [[TracJSGanttChart(sample=1)]] doesn't work. In the javascript error console, the following is seen:

Uncaught TypeError: Object 0 has no method 'indexOf'

The error occurs on line 75 of jsgantt.js:

if (pComp.indexOf('/') == -1) {

comment:7 in reply to:  6 ; Changed 12 years ago by Chris Nelson

Replying to rjollos:

In Trac 0.11 and 0.12, the sample [[TracJSGanttChart(sample=1)]] doesn't work. In the javascript error console, the following is seen:

Uncaught TypeError: Object 0 has no method 'indexOf'

The error occurs on line 75 of jsgantt.js:

if (pComp.indexOf('/') == -1) {

What browser is this in?

comment:8 in reply to:  7 Changed 12 years ago by Ryan J Ollos

Replying to ChrisNelson:

What browser is this in?

Chrome 21 in Debian 6.

Modify Ticket

Change Properties
Set your email in Preferences
Action
as reopened The owner will remain Chris Nelson.

Add Comment


E-mail address and name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.