Re: [GD-DEVEL] Fatal error: Call to undefined function: imagettfbbox()
[email protected] (Pierre)
| Newsgroups | php.gd.devel |
|---|---|
| Message-ID | <[email protected]> |
Hi, On 6/27/07, [email protected] <[email protected]> wrote: > Hi all!, i'm starting with gd and i have a problem (i suppose it must be a > stupid thing but i don't know how to fix it), i have a php that is a > catpcha generator, in my old host it worked perfectly, but now i have > moved to another host (gd is installed too), the captcha box isn't > displayed and appears this error: > Fatal error: Call to undefined function: imagettfbbox() > > There is any other function that i can use instead imagettfbbox? Where can > be the problem?, i think the gd is 2.0.28, thanks in advance to anybody > could help me :) I suppose you are using PHP. Are you sure you have installed/enabled php_gd? Can you show us a phpinfo? --PIerre