PDA

View Full Version : JpGraph Error 6007


Pre
28-10-11, 10:01 PM
Hi ,
I have a project with 2115 tasks in it. When I click on the Gantt chart in View Project page it says

JpGraph Error 6007
Sanity check for automatic Gantt chart size failed. Either the width (=1348) or height(=35667) is larger than MAX_GANTTING_SIZE.

When I set (MAX_GANTTIMG_SIZE_W,8000) and (MAX_GANTTIMG_SIZE_H,50000), the error disappears but one empty box(for image) appears, no gantt chart


Please help
Pre

cyberhorse
05-11-11, 09:37 AM
Make sure you have enough memory allocated to PHP to generate those big graphs.

copy the URL of the image and paste it in the browser - there is probably a PHP error on that page that will give you further hints of how to resolve the issue.

Pre
17-11-11, 09:30 PM
Well thanks, it was a memory issue, I just had to update System Config>Memory allocated for Gantt chart to 512MB and the Gantt chart is now visible.

cyberhorse
17-11-11, 10:09 PM
Good to hear you issue is resolved