ebelew Posted September 12, 2006 Report Share Posted September 12, 2006 I have add Captcha to my registration page. Everything works but the graphic that is suppose to show up. I would appreciate any help.Here's the linkhttp://www.ballewgenealogy.org/newacctform.phpEddy Quote Link to comment Share on other sites More sharing options...
theKiwi Posted September 12, 2006 Report Share Posted September 12, 2006 If I right-click on the missing image icon I get thisFatal error: Call to undefined function: imagecreate() in /home/ballewge/public_html/freecap/freecap.php on line 182So that should probably give you a hint as to where to look. Does your server have the ability to do image manipulation by having the GD Libraries installed?You can find this out by going to your TNG Admin Page and clicking on Setup and Configuration, then on Run Diagnostics.CheersRoger Quote Link to comment Share on other sites More sharing options...
B McFadyen Posted September 13, 2006 Report Share Posted September 13, 2006 I have add Captcha to my registration page. Everything works but the graphic that is suppose to show up. I would appreciate any help.Here's the linkhttp://www.ballewgenealogy.org/newacctform.phpEddyEddy,I looked over your PHP installation and although you are running PHP 4.3.11, it does not look like you have GD support enabled/loaded. That's the module that supports reading/writing GIF images and others. That module provides the ImageCreate function that the freecap.php is spewing the error on line 182. It uses this to create the graphic image with the obscured word.GD support is fairly standard these days. Can you email your hosting guys and ask that it be enabled for you?I'll have to modify the installation instructions to indicate that it is a pre-requisite, sorry, I had not come across that one yet. However, it does look like you have all the directories and files in the correct spot.Regards,Brian Quote Link to comment Share on other sites More sharing options...
ebelew Posted September 13, 2006 Author Report Share Posted September 13, 2006 Thanks guys. Since I am the web hosting guy, I'll have to work on that. Never had to install GD, but I'll work on it.Thanks againEddy Quote Link to comment Share on other sites More sharing options...
theKiwi Posted September 13, 2006 Report Share Posted September 13, 2006 This sitehttp://www.boutell.com/gd/should help. It's what I used when I installed GD support to my Mac OS machine which does my howing.Roger Quote Link to comment Share on other sites More sharing options...
ebelew Posted September 13, 2006 Author Report Share Posted September 13, 2006 Thanks to everyone who helped. It works now.Since I run cPanel it was kinda easy.Go to the main panel. Under the Software menu click on Apache Update and select GD and then click start build.Worked for me but I'm not responsible if it doesn't for you. Maybe it'll help.Eddy Belewhttp://www.ballewgenealogy.org/newacctform.php Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.