Welcome Guest, Not a member yet? Register   Sign In
non-object and userdata
#1

[eluser]Kemik[/eluser]
Hello,

I'm building a login page for my app and have encountered a problem. I'm not sure why but I get Fatal error: Call to a member function on a non-object in /home/sh/public_html/project/system/application/libraries/auth.php on line 60 when the page attempts to load.

Here's the code (line below comment is 60)
Code:
function logged_in() {
        // Checks if user's session has a user_id in it
        if ($this->session->userdata('user_id') != FALSE) {
            return TRUE;
        } else {
            return FALSE;
        }
    }

Edit: Forgot to mention, session library is autoloaded.


Messages In This Thread
non-object and userdata - by El Forum - 01-23-2008, 12:47 PM
non-object and userdata - by El Forum - 01-23-2008, 12:50 PM
non-object and userdata - by El Forum - 01-23-2008, 12:53 PM
non-object and userdata - by El Forum - 01-23-2008, 01:07 PM
non-object and userdata - by El Forum - 01-23-2008, 01:13 PM
non-object and userdata - by El Forum - 01-23-2008, 01:15 PM
non-object and userdata - by El Forum - 01-23-2008, 01:16 PM
non-object and userdata - by El Forum - 01-23-2008, 01:28 PM
non-object and userdata - by El Forum - 01-23-2008, 01:32 PM
non-object and userdata - by El Forum - 01-23-2008, 01:35 PM
non-object and userdata - by El Forum - 01-23-2008, 01:38 PM
non-object and userdata - by El Forum - 01-23-2008, 01:40 PM
non-object and userdata - by El Forum - 01-23-2008, 01:40 PM
non-object and userdata - by El Forum - 01-23-2008, 01:48 PM
non-object and userdata - by El Forum - 01-23-2008, 01:58 PM
non-object and userdata - by El Forum - 01-23-2008, 02:01 PM
non-object and userdata - by El Forum - 01-23-2008, 02:29 PM
non-object and userdata - by El Forum - 01-23-2008, 02:39 PM
non-object and userdata - by El Forum - 01-23-2008, 03:09 PM
non-object and userdata - by El Forum - 01-25-2008, 05:49 AM
non-object and userdata - by El Forum - 05-12-2011, 12:56 AM



Theme © iAndrew 2016 - Forum software by © MyBB