cooldude832 Posted January 7, 2008 Share Posted January 7, 2008 I had a site set up on my server move it to a php 5.2 server (from my php 4 server) and my captcha errors giving Fatal error: Call to undefined function imagettfbbox() in /home2/thedeale/public_html/captcha/captcha_image.php on line 18 very strange as it works fine on a php 4.4 server any ideas??? Link to comment https://forums.phpfreaks.com/topic/84816-my-captcha-aint-working-because-of-imagettfbbox/ Share on other sites More sharing options...
Stooney Posted January 7, 2008 Share Posted January 7, 2008 Check out this thread I found on other forums, hope it helps. http://www.testmanagement.com/forum/viewtopic.php?t=48 Link to comment https://forums.phpfreaks.com/topic/84816-my-captcha-aint-working-because-of-imagettfbbox/#findComment-432390 Share on other sites More sharing options...
cooldude832 Posted January 7, 2008 Author Share Posted January 7, 2008 that be it, too bad I can't fix it cause its not my server I commented out that function then got Fatal error: Call to undefined function imagettftext() in /home2/thedeale/public_html/captcha/captcha_image.php on line 27 which means its the freetype non compiled and I don't think I can fix this Link to comment https://forums.phpfreaks.com/topic/84816-my-captcha-aint-working-because-of-imagettfbbox/#findComment-432394 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.