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
CommentFileSizeAuthor
Screen Shot 2014-02-19 at 11.03.14 AM.png149.54 KBTarnjit

Comments

manuelBS’s picture

Project: ERPAL for Service Providers » Views Gantt
Issue summary: View changes

I move this to the gantt module as it belongs to this one.

alexshipilov’s picture

Please, update your views_gantt module and gantt library to the latest versions. If issue still there, provide more information about your dependent tasks structure

Yuri’s picture

Using the latest dev of this module and the latest library, this error appears when dragging the task bars to become longer or shorter.

alexkb’s picture

I 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!