PDA

View Full Version : Gantt Charts Not Displaying


Karen
01-04-05, 07:25 PM
Firstly you need to have the GD libraries installed and enabled in PHP - refer to php documentation for details. Preferably GD Version 2

There are known issues with fonts - refer to the Known Issues page on the documentation site for details.

There have been, since 1.0.2 known issues with Gantt charts and PHP memory_limit settings. This is caused by the amount of memory allocated by the memory_limit setting in php.ini. If you don't have access to php.ini discuss with your hosting provider as this is outside dotProject control.

You should also take care that just compiling GD with PHP doesn't finish the job. Check what phpinfo returns on your site before you assume that GD (or any of the other required modules) are actually configured and if you have any doubts - refer to PHP resources. This is not a dotProject specific issue.

Karen
05-04-05, 09:15 AM
Update from developers - now in CVS to be released in bug release 2.0.1:

I recently added a new thing to the gantt charts. the php memory limit is now reset by dP for gantt drawing and then after this restored to its original value. The value it uses is coming from the new config var reset_memory_limit.

It is defaulted to 8M which was php default for me - so if your gantts are not showing with cvs, just increase the system config var in the system config. only the projects gantts are concerned for now