phpCollab Community
Discuss everything phpCollab!

The forums are currently in READ-ONLY mode while we upgrade the forums.
Home » Support » General Support » viewtask has wrong address (in project sites the jpgraph doesn't show up because the reference address is wrong)
viewtask has wrong address [message #8955] Wed, 01 February 2012 12:36 Go to previous message
farfalla is currently offline  farfalla
Messages: 4
Registered: February 2012
Location: LNZ
phpCollab guest
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 Sad )

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

 
Read Message
Read Message
Read Message
Previous Topic: Problem in french translation
Next Topic: Problem with phpcollab3: Class 'BaseForm' not found on....
Goto Forum:
  


Current Time: Sun May 19 06:25:02 CEST 2013

Total time taken to generate the page: 0.17330 seconds