Another Captcha Problem

Permalink
Hi. I've reviewed everything I can on the forum regarding the Captcha images and I've tried everything suggested as far as I understood the suggestion. LAMP is not my regular development environment so I'm doing my best to scramble.

I am setting up a Turnkey Linux LAMP stack on ubuntu, I can provide phpinfo() reference if needed. The site was developed on concrete5 by a marketing company and I'm moving the site to an Amazon hosted instance.

On the marketing company's hosted site, the Captcha image works fine. The whole contents of that site have been copied to my server to the /var/www folder. Based on other posts on this forum, I have rest the permissions on the site (from 775 to 777), I've changed or verified changes in code as recommended (some of the changes were made by). I've even asked for a complete copy of the concrete folder so I could compare file by file what is on the new server to what was done during development. I've tried to turn on error messages but nothing appears (or I don't know the proper way of finding and reading the errors that are being reported--a good possibility).

I'm just out of thoughts at the moment. I'd welcome any assistance or provide any information I can to help find the problem with this load.

The current site URL ishttp://webhost.catered4you.com....

Thanks!

 
blackgate replied on at Permalink Best Answer Reply
Hi

have you installed media-libs/gd with jpeg and png support?
And also check the php have truetype support.

Greetz Blaackgate
BlkKnt65 replied on at Permalink Reply
Thank you very much BlackGate. I had to do a little research, but I found instructions on installing the php5-gd package, restarted Apache and voila my images were there. That was the missing piece.

I am thankful and grateful for your assistance.

BlkKnt