Welcome Guest, Not a member yet? Register   Sign In
Active Record error inside Session.php
#1

[eluser]John Bellone[/eluser]
I am developing a project with the trunk version of CodeIgniter. I have decoupled my system directory from my application distribution. The only changes that I made were in the index.php BASEPATH definition. Here is the error that I am receiving.
Code:
Fatal error: Call to undefined method CI_DB_mysql_driver::where() in /var/php/codeigniter/system/libraries/Session.php on line 194
That particular line in the code (so that you do not have to grep) is:
Code:
$this->CI->db->where('session_id', $session['session_id']);
Any ideas?

UPDATE: Labeled with proper subject.
#2

[eluser]John Bellone[/eluser]
Answered in this thread on the bug report forum.




Theme © iAndrew 2016 - Forum software by © MyBB