Welcome Guest, Not a member yet? Register   Sign In
Cannot load requested file?
#1

[eluser]parham90[/eluser]
Hi all,
I have got a problem that has me confused. In my controller, I have put:

Code:
$this->load->library('recaptcha'); //Load the recaptcha library I have downloaded from the
//wiki.
$data['captcha'] = $this->recaptcha->get_html();

I have verified that:
1. The recaptcha.php file is in my application/libraries folder.
2. Recaptcha.php is capitalized.
3. The class is:

Code:
class Recaptcha {
...

So, what could be wrong here? I don't think setting the .htaccess to rewrite all requests except index.php and images folder is causing this?

Thanks in advance!


Messages In This Thread
Cannot load requested file? - by El Forum - 04-26-2010, 11:52 PM
Cannot load requested file? - by El Forum - 04-27-2010, 01:51 AM
Cannot load requested file? - by El Forum - 04-27-2010, 05:56 AM
Cannot load requested file? - by El Forum - 04-27-2010, 11:46 AM
Cannot load requested file? - by El Forum - 04-27-2010, 11:36 PM
Cannot load requested file? - by El Forum - 04-28-2010, 12:59 PM



Theme © iAndrew 2016 - Forum software by © MyBB