Yet another CAPTCHA problem
PermalinkAll I get is the broken image link when I try to use CAPTCHA on register or forms. GD support with FreeType is enabled (see attached file) but still no luck.
Any suggestions?

I have a client's web site having the same issues.
Again FreeType and GD are enabled.
I have even added the extra bit of code to the captcha.php file that gets it to load the GD font after the TTF, but that still is not working.
Plus all permissions are fine and the files exist.
I cannot find anything wrong myself, but yet it still will not work... anyone got any ideas?
Kind regards, Steve
then i remembered i did edit some lines on my config/site.php
on where i accidentally included the closing php tag ( ?> ).. edited and re-uploaded the file and sudenly everything was normal again..
would not hurt to try it.. solved my issue! hopefully would also solved yours..
Cheers!
Benjoe
Right now I go with mkly's solution which works like a charm: http://www.concrete5.org/developers/pro-accounts/community-leaders-...
Edit: I realised you might not be able to read his solution so I take the liberty to repost his answer below since it's a solid solution:
...
Honestly if you are using 5.5, I would just get the ReCaptcha from the c5 github.
Actually you should probably use my fork because they've kind of left their version to die and my is updated to allow customization and will actually get updated even if someone isn't directly paying me to do it.
https://github.com/mkly/addon_recaptcha...
But other than that the problem is actually with the library that captcha uses if I remember correctly is the securimage php library. Concrete5's version I believe(or was when I ran into it) is not the latest one and I think upgrading to the current one was what fixed it for me. But that was 5.4 era.
...