Page 1 of 1

The anti-SPAM Captcha security image is blank

Posted: Wed Apr 22, 2015 3:21 pm
by mvillamizar
Script URL: http://www.kimbaya.co/
Version of script: 2.6.2
Hosting company: Godaddy
URL of phpinfo.php: http://www.kimbaya.co/phpinfo.php
URL of session_test.php: http://www.kimbaya.co/session_test.php
What terms did you try when SEARCHING for a solution: Captcha/captcha blank/captcha no working

Write your message below:

Hi,

I have just update from version 2.4.1 to 2.6.2, apparently everything end up all right, but when I was trying to log in as administrator, the captcha image was not working, it shows blank, so I cannot sign in, I double tested and the GD library is installed, how can I disable the captcha so I can sign in, also what else can I do to make the captcha to work?

Thanks in advance.

Re: The anti-SPAM Captcha security image is blank

Posted: Wed Apr 22, 2015 3:45 pm
by Klemen
This happens because your Spanish language file isn't saved correctly.

The English version works fine:
http://www.kimbaya.co/admin/?language=English
http://www.kimbaya.co/index.php?a=add&language=English

Make sure your Spanish "text.php" file (and any other file you modify) is saved in UTF-8 without BOM encoding, not just "UTF-8".

I recommend using a powerful text editor such a this free one to edit the files and save them correctly:
http://notepad-plus-plus.org/

Re: The anti-SPAM Captcha security image is blank

Posted: Wed Apr 22, 2015 4:23 pm
by mvillamizar
Solved, thanks a lot.