Skip to Content Skip to Menu

captcha not showing images

  • bugnotme
  • bugnotme
  • OFFLINE
  • Posts: 1
  • Thanks: 0
  • Karma: 2
17 years 7 months ago #33007 by bugnotme
captcha not showing images was created by bugnotme
as stated in my title captcha doesnt work in my web site. i tried everything including asking to the server guys if they installed GD...of course it is already installed. i went to see if there were any extra characters in the language php file but nothing...any help would be appreciate

Please Log in or Create an account to join the conversation.

17 years 4 months ago #39502 by mangkanuto
Replied by mangkanuto on topic Re:captcha not showing images
I also have the same problem, anyone? who can help?

Thanks in advance

Please Log in or Create an account to join the conversation.

  • linux4me
  • linux4me
  • OFFLINE
  • Posts: 2
  • Thanks: 0
  • Karma: 0
17 years 3 months ago #39985 by linux4me
Replied by linux4me on topic Re:captcha not showing images
I am having the same problem, and I think I may have the answer.

On line 141 of components/com_profiler/plugin/user/plug_cbcaptcha/captchasecurityimages.php there is a call to the function imagettfbbox, which requires both the GD library and FreeType. I noticed that the server I am using that doesn't show the captchas doesn't have FreeType, and another server I use that does show the captchas has the FreeType libraries installed.

That seems like a good place to start. Here's how to find out if FreeType is installed/enabled for your server. Create a file called "phpinfo.php" and put the following in it:
[code:1]<?php
phpinfo();
?>[/code:1]
Upload the file to your server, then browse to it with your favorite browser. It will output all you ever wanted to know about your PHP installation. Scroll down to the listing for "gd". You should have the following two lines in the gd section if FreeType is installed:

FreeType Support enabled
FreeType Linkage with FreeType

Make sure you delete the phpinfo.php file from your server once you're done! You don't want all that information freely available.

If FreeType isn't there, contact your ISP and have them add it.

Please Log in or Create an account to join the conversation.

  • nant
  • nant
  • OFFLINE
  • Posts: 12339
  • Thanks: 1467
  • Karma: 877
17 years 3 months ago #39997 by nant
Replied by nant on topic Re:captcha not showing images
you can also just check your joomla backend - system info.

Please Log in or Create an account to join the conversation.

  • linux4me
  • linux4me
  • OFFLINE
  • Posts: 2
  • Thanks: 0
  • Karma: 0
17 years 3 months ago #40025 by linux4me
Replied by linux4me on topic Re:captcha not showing images
Nick,

Yeah, I just discovered that PHP Info was in the System Info in Joomla last night. What a great feature!

Please Log in or Create an account to join the conversation.

17 years 3 months ago #40401 by jasperespejo
Replied by jasperespejo on topic Re:captcha not showing images
I am having the same problem. I have GD, I have freetype, but no captcha image. :-(

Please Log in or Create an account to join the conversation.

Moderators: beatnantkrileon
Powered by Kunena Forum