Hello,
I like phpcollab and have been working with it for years. Now I want to get rid of a jpgraph bug.
In project sites jpgraph doesn't show any results.
The reason is a wrong address in scr:
src="../tasks/graphtasks.php?PHPSESSID=q2ogf05v3hta6gfjc2cj6b0nk0&project=126">
When I edit this address by webdeveloper in
src="graphtasks.php?PHPSESSID=q2ogf05v3hta6gfjc2cj6b0nk0&project=126">
the graph is shown.
So I ask you for support. Where can I correct this.
(In the forum I read, that this is in showallteamtasks.php but I cannot find this file in my installation
)
Thanks in advance and Regards
conrad
SOLVED --
Changed projects_site/showallteamtasks.php = JpGraph is shown properly
Changed projects_site/showallclienttasks.php
Inserted after:
if ($comptListTasks != "0")
{
if ($activeJpgraph == "true")
{
echo "<img src='graphtasks.php?".session_name()."=".session_id()."&project=".$projectDetail->pro_id[0]."' alt=''><span class='listEvenBold'>[<a href='http://www.aditus.nu/jpgraph/' target='_blank'>JpGraph</a>]</span><br/><br/>";
}
Now the Gant is shown also when Clients click to their Client Parts.
Hope that helps.
[Updated on: Wed, 01 February 2012 17:12]
Report message to a moderator