Welcome Guest, Not a member yet? Register   Sign In
Fatal error: Call to a member function on a non-object on line 14, on blog controller page
#2

[eluser]zac[/eluser]
I haven't tested this myself, but it looks like maybe the DB library isn't loaded. Try loading it in your controller, like this:

Code:
$this->load->database();

If that fixes the problem, then you can make the DB library always load automatically by adding it to
Code:
application/config/autoload.php
(as explained here: http://ellislab.com/codeigniter/user-gui...cting.html)

-Zac


Messages In This Thread
Fatal error: Call to a member function on a non-object on line 14, on blog controller page - by El Forum - 12-02-2008, 09:12 AM



Theme © iAndrew 2016 - Forum software by © MyBB