Welcome Guest, Not a member yet? Register   Sign In
l error: Call to a member function load() - Filename: libraries/Form_validation.php
#1

[eluser]the_unforgiven[/eluser]
Does any one know what this is and how i can fix it?

Code:
A PHP Error was encountered

Severity: Notice

Message: Trying to get property of non-object

Filename: libraries/Form_validation.php

Line Number: 320

Fatal error: Call to a member function load() on a non-object in /Applications/MAMP/htdocs/new/system/libraries/Form_validation.php on line 320

??? Please help....
#2

[eluser]InsiteFX[/eluser]
Did you load the Form_Validation library?

#3

[eluser]the_unforgiven[/eluser]
Yes both in autoload.php and within the file in question but still nothing, not sure why and ive done this loads of times.
#4

[eluser]Mauricio de Abreu Antunes[/eluser]
Are you extending this library?
#5

[eluser]the_unforgiven[/eluser]
no i have
Code:
class Contact extends CI_Controller {

function send()
{
validation stuff and view files as you would do noramlly.
}


}
#6

[eluser]the_unforgiven[/eluser]
http://pastie.org/3603055 heres the full code
#7

[eluser]the_unforgiven[/eluser]
anyone
#8

[eluser]Mauricio de Abreu Antunes[/eluser]
Code:
// You can set additional rules here, but keep CAPTCHA test
//  $rules = array(                    
//               array(
//                  "field" => "recaptcha_challenge_field",
//                  "label" => "reCAPTCHA",
//                  "rules" => "required|recaptcha_matches"
//                )
//             );

one array into another array?
#9

[eluser]Mauricio de Abreu Antunes[/eluser]
Ah, line 320 means errors at loading language files.
How it works for you?
#10

[eluser]the_unforgiven[/eluser]
Language files are loaded and even with all this commented out

// You can set additional rules here, but keep CAPTCHA test
// $rules = array(
// array(
// "field" => "recaptcha_challenge_field",
// "label" => "reCAPTCHA",
// "rules" => "required|recaptcha_matches"
// )
// );

still doesn;t work, so what now?




Theme © iAndrew 2016 - Forum software by © MyBB