Welcome Guest, Not a member yet? Register   Sign In
DX Auth Captcha expired inmediatly
#1

[eluser]Diego.xeis[/eluser]
the captcha immediately returns the error "Your confirmation code has expired. Please try again." No matter if i set the time to 1000 Tongue. Where i can found other settings that i forgot to set correctly?.
#2

[eluser]Dartmien[/eluser]
Hey, I am having the exact same problem =(.
#3

[eluser]Diego.xeis[/eluser]
after i install all once again the problem was gone. I guess it's all a bad configuration of the config.php.
#4

[eluser]Bill the Grue[/eluser]
I had this same issue, and re-uploaded dx_auth.php in the config folder. Problem solved.
#5

[eluser]Dan Horrigan[/eluser]
I believe this may have to do with a similar problem I am having. In your config.php are you using 'local' or 'gmt' for your time_reference?

Either way, try switching it from one to the other and try the captcha again. It seems to be an issue of the timezone differences and the cookies expiring.
#6

[eluser]seonet[/eluser]
I had same problem. I check logic flow : my problem is Session set_flashdata() and flashdata(). It worked in Dx_Auth library file but not work in auth controller file.
I try to var_dump($this->session); => dont have any flashdata yet :|
#7

[eluser]riza_nurhadi[/eluser]
got the same problem here..
its seems like the session flashdata is not being set..

but already found solution
it was here
http://ellislab.com/forums/viewthread/113845/

the problem is that i'm using jqGrid to load data
and that jqGrid kills the session flashdata from dx auth

not using jqGrid is not really a solution.
any better suggestion??
how bout using cookies??




Theme © iAndrew 2016 - Forum software by © MyBB