PieGraph image generate error in Ubuntu
Brought to you by:
greg_k,
mjbrenegan
Call to undefined method PieGraph::SetAntiAliasing() in graph1.php
Call to undefined method PieGraph::SetAntiAliasing() in piegraph.php
Changing line 42 in graph1.php
This:
$graph->SetAntiAliasing();
For this:
$graph->img->SetAntiAliasing();
Changing line 32 in piegraph.php
This:
$graph->SetAntiAliasing();
For this:
$graph->img->SetAntiAliasing();
Ricardo,
I do not have a ubunto install are you seeing this error with display_errors = on. Do all graphs throw this error. What version of jpgraph do you have install assuming jpgraph2 or jpgraph3 being you indicated php5 in your other ubuntu documentation.
I want to get more background before I make a commit to fix this. As I have not seen issues per jpgraph 1/2 in the past ( unless I was overlooking the issue. Also I don't use html reports much.