1. Home
  2. Knowledge Base
  3. Problems (EN)
  4. Error: Call to undefined function imageantialias() in the Pandora FMS Console

Error: Call to undefined function imageantialias() in the Pandora FMS Console

Answer: The problem resides in the jpgraph.php file: Line 5791 and 5792.

If you take a look on that lines you’ll find this:

$this->use_anti_aliasing = $aFlg;
imageantialias($this->img,$aFlg);

To solve the bug just change those lines to these:

$this->use_anti_aliasing = false;
imageantialias($this->img,$aFlg);
Was this article helpful?

Related Articles

Need Support?

Can't find the answer you're looking for?
Contact Support

Recent Discussions