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.
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.