Fixing fatal error for imageftbbox and imagecreatetruecolor
eForm requires PHP GD library installed with Freetype and LibPNG support. For most of the hosts these configurations are common, however in some cases they might be absent. This will produce some error messages like this. Fatal error: Uncaught Error: Call to undefined function imagecreatetruecolor() or PHP Fatal error: Call to undefined function GDText\imageftbbox() etc.…