Welcome Guest, Not a member yet? Register   Sign In
Fatal error: Call to a member function on a non-object
#4

[eluser]Maglok[/eluser]
Codeigniter does not auto load the database class cause not all apps need it. Basically it is telling you that it doesn't know what $this->db is, because you have not loaded the class. Either autoload it, or load it manually and it should fix itself. Smile


Messages In This Thread
Fatal error: Call to a member function on a non-object - by El Forum - 03-15-2010, 03:09 AM
Fatal error: Call to a member function on a non-object - by El Forum - 03-15-2010, 03:16 AM
Fatal error: Call to a member function on a non-object - by El Forum - 03-15-2010, 03:55 AM
Fatal error: Call to a member function on a non-object - by El Forum - 03-15-2010, 04:52 AM
Fatal error: Call to a member function on a non-object - by El Forum - 03-16-2010, 02:41 PM



Theme © iAndrew 2016 - Forum software by © MyBB