Topic: Was Having An Issue Using Graphics
I am running FA 2.4.7 and PHP 7.2 and was having an issue when selecting any graphics on the reports and attempting to view all data on the Dashboard. I was getting an error: Call to undefined function imagecreatetruecolor().
In my case, it turned out that I needed to enable GD in my PHP setup. That took care of my graphic selection issues in FrontAccounting.
Maybe this was noted somewhere in the docs, but I couldn't find it.