1. Home
  2. Knowledge Base
  3. Problems (EN)
  4. When I try to look at any graph, I can’t see any image, and if I try to inspect the broken icon, the page displays the following error message: “Fatal error: Call to undefined function: imagetypes()”

When I try to look at any graph, I can’t see any image, and if I try to inspect the broken icon, the page displays the following error message: “Fatal error: Call to undefined function: imagetypes()”

Answer: imagetypes() is a GD function, check if you have the GD library installed.

Also take a look at the PHP configuration file (php.ini) to check if it loads the gd.so library: Uncomment that line by deleting the ; character at the beginning of the line, you will find something like

;extension=gd.so

which will become

extension=gdd.so

Was this article helpful?

Related Articles

Need Support?

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

Recent Discussions