![]() |
dx auth captcha issues - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20) +--- Forum: Archived Libraries & Helpers (https://forum.codeigniter.com/forumdisplay.php?fid=22) +--- Thread: dx auth captcha issues (/showthread.php?tid=15877) |
dx auth captcha issues - El Forum - 02-17-2009 [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. dx auth captcha issues - El Forum - 03-02-2009 [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 dx auth captcha issues - El Forum - 11-11-2009 [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. |