Welcome Guest, Not a member yet? Register   Sign In
Message: Undefined property: Blog::$db
#18

[eluser]Unknown[/eluser]
Quote:Check if this is set to true in your database config file. As far as I know db->get is an active record thing, so it needs to be set to use it.

$db['default']['active_r'] = TRUE;
You can also auto load the db for each page by setting it in the autoload.php

/*
| -------------------------------------------------------------------
| Auto-load Libraries
| -------------------------------------------------------------------
| These are the classes located in the system/libraries folder
| or in your system/application/libraries folder.
|
| Prototype:
|
| $autoload['libraries'] = array('database', 'session', 'xmlrpc');
*/

$autoload['libraries'] = array('database')

Works fine, Thanx. Big Grin


Messages In This Thread
Message: Undefined property: Blog::$db - by El Forum - 08-05-2007, 12:56 PM
Message: Undefined property: Blog::$db - by El Forum - 08-05-2007, 01:17 PM
Message: Undefined property: Blog::$db - by El Forum - 08-05-2007, 01:34 PM
Message: Undefined property: Blog::$db - by El Forum - 08-05-2007, 01:37 PM
Message: Undefined property: Blog::$db - by El Forum - 08-05-2007, 02:02 PM
Message: Undefined property: Blog::$db - by El Forum - 08-15-2007, 05:03 PM
Message: Undefined property: Blog::$db - by El Forum - 08-15-2007, 06:38 PM
Message: Undefined property: Blog::$db - by El Forum - 08-15-2007, 06:49 PM
Message: Undefined property: Blog::$db - by El Forum - 05-03-2008, 11:33 PM
Message: Undefined property: Blog::$db - by El Forum - 09-12-2008, 05:38 AM
Message: Undefined property: Blog::$db - by El Forum - 09-23-2008, 11:38 PM
Message: Undefined property: Blog::$db - by El Forum - 09-23-2008, 11:42 PM
Message: Undefined property: Blog::$db - by El Forum - 03-31-2009, 03:20 PM
Message: Undefined property: Blog::$db - by El Forum - 07-07-2009, 04:49 PM
Message: Undefined property: Blog::$db - by El Forum - 07-07-2009, 05:50 PM
Message: Undefined property: Blog::$db - by El Forum - 11-18-2009, 10:23 AM
Message: Undefined property: Blog::$db - by El Forum - 11-18-2009, 10:35 AM
Message: Undefined property: Blog::$db - by El Forum - 07-09-2010, 04:56 AM
Message: Undefined property: Blog::$db - by El Forum - 06-13-2011, 11:49 AM



Theme © iAndrew 2016 - Forum software by © MyBB