Welcome Guest, Not a member yet? Register   Sign In
dx auth captcha issues
#1

[eluser]llbbl[/eluser]
Can't get captchas working for dx auth. I have got the ci captchas working before, can't figure it out. I thought it might be a path issue. permissions are set correctly, I triple checked.

anyone else have issues with this? right now they are disabled, but we might use them in the future.
#2

[eluser]Unknown[/eluser]
try run

$this->dx_auth->captcha();

in your controller that call the view to display captcha, of coz you need to load

$this->load->library('DX_Auth');

I put that in the constructor of the controller
#3

[eluser]Niraj Dave[/eluser]
hello

i think

this error because of javascript which may be interact with session.

disable javascript in your browser and then refresh and run.

try…!
but still i have a problem with captcha with javascript enable.




Theme © iAndrew 2016 - Forum software by © MyBB