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

[eluser]Dam1an[/eluser]
Did you try changing the case as I suggested when you actually used it (Maybe I wasn;t clear what I was refering to)

Code:
// Change this
$this->M_user->createUser();
// to this
$this->m_user->createUser();

This is because although PHP is case insensitive on the whole, I'm pretty sure user defined variables are case sensitive, and CI will create the variable in lower case


Messages In This Thread
call to member function on non-object - by El Forum - 07-01-2009, 12:03 PM
call to member function on non-object - by El Forum - 07-01-2009, 12:12 PM
call to member function on non-object - by El Forum - 07-01-2009, 12:16 PM
call to member function on non-object - by El Forum - 07-01-2009, 12:20 PM
call to member function on non-object - by El Forum - 07-01-2009, 03:38 PM
call to member function on non-object - by El Forum - 07-01-2009, 05:54 PM
call to member function on non-object - by El Forum - 07-02-2009, 08:37 AM



Theme © iAndrew 2016 - Forum software by © MyBB