I have been trying to get JPGraph to work on my website, I have followed instructions and have the arial.ttf and arialbd.ttf uploaded from my windows fonts directory to my web server running PHP 5.1.6.
I ran a font test script from the ttf directory and it passed “PASS: Successfully read font file “/var/www/vhosts/mangawhaiweather.co.nz/httpdocs/jpgraph/ttf/arialbi.ttf”.”
If you look at those error messages they are looking for the files in /httpdocs/jpgraph but you have put them in /httpdocs/jpgraph-2.3.4 so it can’t find them.
I have just changed the paths to jpgraph in case i had made a typo error. jpg-config-inc.php and graphsconf.php now have /var/www/vhosts/mangawhaiweather.co.nz/httpdocs/jpgraph/ttf but still get error
I think it’s because you’re using PHP 5.1.6 on the server and that has problems with reading the direct root, try changing it to what I’ve already posted or, if that doesn’t work then try: