Welcome Guest, Not a member yet? Register   Sign In
Call to a member function on a non-object
#1

[eluser]Muncken[/eluser]
I have searched around and found similar threads, but none that could solve my problem. Suddenly, like out of nowhere, I started getting the error Call to a member function ... on a non-object. As far as I am concerned I have changed nothing, but something must have gone wrong.

The error shows whenever I am trying to call a Model function from within a Controller. I load the model the appropriate place with the
Code:
$this->load->model('myModel')
feature and I get no errors whatsoever. But when trying to use the model function, like this:

Code:
$data = $this->myModel->getData();

... I get the error from above. The strange thing is that if I call the model function directly, using:

Code:
$data = myModel::getData()

... Then it works. I have not touched the code above, so the error must be somewhere else in my project.

I am ripping my hair off of frustration. Any help is appreciated.

Thanks.
Kasper


Messages In This Thread
Call to a member function on a non-object - by El Forum - 01-13-2011, 09:10 AM
Call to a member function on a non-object - by El Forum - 01-13-2011, 09:22 AM
Call to a member function on a non-object - by El Forum - 01-13-2011, 11:37 AM
Call to a member function on a non-object - by El Forum - 01-13-2011, 11:38 AM
Call to a member function on a non-object - by El Forum - 01-13-2011, 11:39 AM
Call to a member function on a non-object - by El Forum - 01-13-2011, 12:12 PM
Call to a member function on a non-object - by El Forum - 01-13-2011, 12:21 PM
Call to a member function on a non-object - by El Forum - 01-13-2011, 12:50 PM
Call to a member function on a non-object - by El Forum - 01-13-2011, 02:15 PM
Call to a member function on a non-object - by El Forum - 01-13-2011, 02:30 PM
Call to a member function on a non-object - by El Forum - 01-13-2011, 02:54 PM
Call to a member function on a non-object - by El Forum - 01-13-2011, 02:55 PM
Call to a member function on a non-object - by El Forum - 05-26-2011, 12:12 AM



Theme © iAndrew 2016 - Forum software by © MyBB