PHP Classes

Error creating overlay. Error

Recommend this page to a friend!

      PHP Image Overlay Text  >  All threads  >  Error creating overlay. Error  >  (Un) Subscribe thread alerts  
Subject:Error creating overlay. Error
Summary:Error creating overlay.
Messages:2
Author:elio
Date:2016-12-25 20:14:56
 

  1. Error creating overlay. Error   Reply   Report abuse  
Picture of elio elio - 2016-12-25 20:14:56
Hi it says Error creating overlay.

que erro estou a cometer?

Obrigado

  2. Re: Error creating overlay. Error   Reply   Report abuse  
Picture of Alexandre Sinício 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!