Page 1 of 1

Embended The Jpgraph tp hesk

Posted: Mon Jul 23, 2007 8:45 am
by rahmawaktu
Dear klemen, i install your hesk 094 to my company helpdesk system.

my manager want to see how many tickets in one category. So, i use Jpgraph (http://www.aditus.nu/jpgraph/) to display amount of tickets in each category.

when i use one file (not hesk file), it can display the graphic. but when i embeded the file (with require_once), or i added the script to hesk file (with the default require such as (hesk setting file, common file, language file, database.inc. file), and i refresh the page : the page cant display the graphics. pls help ...

thanks.

oya, i just trasnlate your hesk to indonesian. so, may be later i'll post it for your next release.




Script URL:
Version of script:
Hosting company:
URL of phpinfo.php:
URL of session_test.php:
What terms did you try when SEARCHING for a solution:

Write your message below:

Posted: Mon Jul 23, 2007 9:46 am
by Klemen
It's probably more complicated than just to use include_once, but unfortunately I can't provide support for integrating third party scripts to Hesk.

Try posting the project at Rent a coder and maybe you can find someone who can do it for a low fee.

Thanks

Posted: Tue Jul 24, 2007 1:59 am
by rahmawaktu
Dear Klemen, thanks for support. I found that the error comes because display jpgraph graphic in php must be folllowed with tag <img src="name of file which produce the graph">.

Thanks