06-16-2011, 01:51 PM
[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.
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.