Active
Project:
Views Gantt
Version:
7.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
19 Feb 2014 at 16:05 UTC
Updated:
3 Dec 2014 at 03:04 UTC
Jump to comment: Most recent
When trying to view a Gantt chart for series of dependent tasks, this error appears:
Error type: LoadXML
Description: Incorrect XML
followed by
File (/views_gantt/project.xml?view=tasks&display=panel_pane_2&project=6&qt-tasks_by_project_tabs=3) is not found
| Comment | File | Size | Author |
|---|---|---|---|
| Screen Shot 2014-02-19 at 11.03.14 AM.png | 149.54 KB | Tarnjit |
Comments
Comment #1
manuelBS commentedI move this to the gantt module as it belongs to this one.
Comment #2
alexshipilov commentedPlease, update your views_gantt module and gantt library to the latest versions. If issue still there, provide more information about your dependent tasks structure
Comment #3
Yuri commentedUsing the latest dev of this module and the latest library, this error appears when dragging the task bars to become longer or shorter.
Comment #4
alexkb commentedI was also using the latest version of views_gantt and came across this same issue. If you look in your report log you should see some PDOException: SQLSTATE errors. My particular error was caused by having date fields stored as unix timestamps. When I deleted the field and added normal date fields, the live ajax based updates started working fine.
P.S. Great module!