Alexandre Sinício - 2016-12-26 10:17:55 -
In reply to message 1 from elio
Hi,
As funções utilizadas neste script exigem que o PHP seja compilado com suporte ao Freetype. Para verificar se o módulo está habilitado, crie um script de teste:
<?php phpinfo(); ?>
Procure a linha abaixo, que deve ter valor "enabled":
FreeType Support
Se o módulo estiver habilitado e você ainda estiver recebendo o erro, por favor, me avise!
-------------
This script requires PHP to be compiled with Freetype support. To verify if this module is enabled, create this sample script:
<?php phpinfo(); ?>
And look for this line, which should indicate "enabled':
Freetype Support
If this module is enabled and you're still receiving the error message, please reply!