Welcome Guest, Not a member yet? Register   Sign In
Unable to locate the specified class: Session.php
#10

I enabled session is autoload (drivers)
I disabled all my hooks. Session is working good.

Now, I have enabled my post_constroller_construction hook

Code:
$data = array(
            'u' => 'test'
        );
        
        $this->session->set_userdata($data);

Throws error

Code:
Unable to locate the specified class: Session.php
Nothing loaded after this line.
Reply


Messages In This Thread
RE: Unable to locate the specified class: Session.php - by agriz - 11-12-2014, 01:03 AM



Theme © iAndrew 2016 - Forum software by © MyBB