Have you downloaded the latest version of EGroupware? Do you know that in order to see fully functional gantt chart you must update JPGraph that bundled with EGroupware? Why? They say that they have problem with JPGraph new policy. So they just give us the old version (1.5.2). Okay, the explanation is enough, lets do the update process.
Here is the step by step :
- Download JPGraph from JPGraph download page.
- Extract it and copy to EGROUPWARE_INSTALLATION_FOLDER/projectmanager/inc (e.g in ubuntu : /usr/share/egroupware/projectmanager/inc/)
- For example, your new JPGraph folder is named jpgraph-2.3.4. Open file class.ganttchart.inc.php in the same folder with your new JPGraph
- Look for string “jpgraph-1.5.2″ and then replace it with the name of your new JPGraph (e.g “jpgraph-2.3.4″)
- After that, maybe there is still an error “Font VeraBd.ttf not found” occured.
- To resolve that, find the line that look like this : define(’TTF_DIR’,'/usr/share/fonts/truetype/’);
- And then change it to this : define(’TTF_DIR’, ‘EGROUPWARE_INSTALLATION_FOLDER/projectmanager/inc/ttf-bitstream-vera-1.10/’); *replace EGROUPWARE_INSTALLATION_FOLDER with the directory name of your egroupware.
- And then, it works
.
Without the new JPGraph, you won’t be able to show any milestone you’ve created. And the interfaces is not as good as the new one.
Okay,it’s finished. I hope this is good for you.
Maybe you like this post too :
[Tutorial] Update Facebook Status From Pidgin
Recent Top Story :
Recent Search :
Posted in Free Internet Tools, Tutorial | Comments (3)

July 21st, 2009 at 8:13 am
More simple : uncompress the last version of jpgraph at the same level of the egroupware folder. rename it to ‘jpgraph’. and it’s all.
Reply
August 20th, 2009 at 5:05 pm
Thanks…nice…
keep update
Aceh Barat
Reply
October 1st, 2009 at 9:18 am
I’ve done everything except Step 6 and seven. Could you please explain the two steps in more details? I’m using an Apache web server.
I tried the other recommendation by extracting the last version of jgraph in the same level of egroupware folder, renamed it but no update occured.
Reply