Imagettfbbox error


  • Default avatar
    marcelo    
     11 years ago
    0

    Hi..

    I am getting these message when try to preview or set Gift Certificates Profiles ...

    Fatal error: Call to undefined function imagettfbbox() in /home/xxxxxxxxxxxx/public_html/site/administrator/components/com_awocoupon/helpers/awolibrary.php on line 250

    I read one about these issue but i cant fix it .

    PHP executando em Linux hosting.servidorbrasil.org 2.6.18-408.8.2.el5.lve0.8.61.3 #1 SMP Wed Jul 11 06:49:35 EDT 2012 x86_64
    Versão do Banco de Dados 5.1.63-cll
    Collation do Banco de Dados utf8_general_ci
    Versão do PHP 5.3.15
    Servidor Web Apache
    Interface PHP com servidor Web cgi-fcgi
    Versão do Joomla! Joomla! 2.5.4 Stable [ Ember ] 2-April-2012 14:00 GMT
    Versão da Plataforma Joomla! Joomla Platform 11.4.0 Stable [ Brian Kernighan ] 03-Jan-2012 00:00 GMT
    Navegador do Usuário Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.1 (KHTML, like Gecko) Chrome/21.0.1180.83 Safari/537.1

    Could somebody help me ??
  • Your avatar
    seyi    
     11 years ago
    0

    Hello,

    Was this the post you read?
    https://awodev.com/forum/awocoupon/help-section/error-previewing-gift-certificates

    imagettfbbox is a function that exists in php4 and 5:
    http://php.net/manual/en/function.imagettfbbox.php

    If you are receiving such an error, then it means your php version was not compiled with that function, and probably some other image functions.

    The best thing to do is contact your host provider and get them to add it.