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

[eluser]helloworld7[/eluser]
Hi. I've my web apps working on my pc using xampp. Then I upload to my hosting plan which is linux but then when I run a page I got this message.


An Error Was Encountered

Unable to locate the model you have specified: member

It seems it can load my library (myvalidation) fine but can't load any model.

My model name is Member.php (first letter upper case) and on my controller I've the following:

$this->load->Model('Member');
$this->Member->load($member_id);

Could it be some configuration I need to set on my hosting plan or codeigniter in order to load Model? I don't know where to go.

Any help will be appreciated. Thank you.


Messages In This Thread
Cannot load Model? - by El Forum - 06-16-2011, 01:51 PM
Cannot load Model? - by El Forum - 06-16-2011, 04:26 PM
Cannot load Model? - by El Forum - 06-16-2011, 08:25 PM
Cannot load Model? - by El Forum - 06-16-2011, 09:51 PM
Cannot load Model? - by El Forum - 06-16-2011, 09:59 PM
Cannot load Model? - by El Forum - 06-16-2011, 10:03 PM
Cannot load Model? - by El Forum - 06-16-2011, 10:03 PM
Cannot load Model? - by El Forum - 06-16-2011, 10:35 PM
Cannot load Model? - by El Forum - 06-17-2011, 02:34 AM



Theme © iAndrew 2016 - Forum software by © MyBB