Welcome Guest, Not a member yet? Register   Sign In
get_captcha_image not working
#1

[eluser]CollinsSolutions[/eluser]
OK i signed up and use recaptcha. it works fine on the registration page but if you enter wrong password enough then dx_auth puts up Enter the code exactly as it appears. There is no zero. There is no code displayed.

Any ideas?
#2

[eluser]DimCI[/eluser]
Hey, I have the same problem right now. Did you find the solution?
#3

[eluser]CollinsSolutions[/eluser]
no i did not find a solution. I just continued to work on my project and pushed back fixing that.
#4

[eluser]DimCI[/eluser]
Buddy, seems i've found this.

The problem (mine) was in my server options which concern the stuff like mime-types and folders' properties or something like this may be. well, in brief- relocate the f...g /captcha/ folder in your images folder and call it a day,lol. Now I have the path like this:

$config['DX_captcha_path'] = '../images/captcha/';

and it works Wink

yet still have another problem with dx_auth on windows machine..
#5

[eluser]DimCI[/eluser]
One more addition. The solution above was about my local pc- apache in windows XP environment.

Today I've been uploading and testing the site to the real WWW on *nix based server. And bumped into the same problem - no captcha image displayed. It was solved by changing /captcha/ folder permissions from 755 to 777 Wink
#6

[eluser]DimCI[/eluser]
One more addition to this issue. I've moved to Ubuntu OS, and the first problem with a next codeigniter site was dx_auth captcha became invisible again... lol.. Well, if the same thing'd happen with anybody, I'd advise to check at once whether GD library is available in your new PHP installation or not...Wink




Theme © iAndrew 2016 - Forum software by © MyBB