Opened 14 years ago
Last modified 13 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 )
I installed Trac 0.12.3 and plugins:
- timingandestimationplugin 1.2.6b
- TracMasterTickets 3.0.2
- TracSubTicketsPlugin 0.1.0
- 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 14 years ago by
comment:3 Changed 14 years ago by
| Description: | modified (diff) |
|---|
comment:4 Changed 14 years ago by
| Resolution: | fixed |
|---|---|
| Status: | closed → reopened |
which was the solution? Ive the same problem
comment:6 follow-up: 7 Changed 13 years ago by
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 follow-up: 8 Changed 13 years ago by
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?



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