![]() |
what's wrong with recaptcha? - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20) +--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23) +--- Thread: what's wrong with recaptcha? (/showthread.php?tid=32391) |
what's wrong with recaptcha? - El Forum - 07-21-2010 [eluser]7amza[/eluser] hey everyone , i tried to use reCapatcha in my app , but i'm getting this error : Unable to load the requested file: recaptcha.php that's what i did : a part of controller: Code: function Add() Code: <?php if ( ! defined('BASEPATH')) exit('No direct script access allowed'); http://www.antiteori.com/recaptcha-codeigniter-library/ so can anyone help me ? what's wrong with recaptcha? - El Forum - 07-22-2010 [eluser]7amza[/eluser] any help guys? what's wrong with recaptcha? - El Forum - 07-22-2010 [eluser]danmontgomery[/eluser] That tutorial doesn't reference a recaptcha language file, do you have that file in application/language/english? what's wrong with recaptcha? - El Forum - 07-22-2010 [eluser]7amza[/eluser] i translate it and put it in my language folder already what's wrong with recaptcha? - El Forum - 08-11-2010 [eluser]Unknown[/eluser] I had the same problem, and it was because I hadn't put the recaptcha.php view on the views folder correctly. Hope it helps. |