Welcome Guest, Not a member yet? Register   Sign In
Fatal error DB since 2.0.0
#1

[eluser]-Menno-[/eluser]
Dear readers,

I've recently upgraded my systems to CI 2.0.0.
Too bad this upgrade responded with global errors in my project.

Fatal error: Call to undefined method CI_DB_mysql_driver:Confusedelect()

This error keeps coming up, it seems it has nothing to do with my specific method, because it turns up on multiple webpages.
An example of my code is this one:
$query = $this->db->select('name')->get('language');

Nothing fancy about it, it has always worked perfectly fine. Until 2.0.0.
Just to prevent this question, yes, Active Record is turned on:

(...)
$active_group = "default";
$active_record = TRUE;

$db['default']['hostname'] = "localhost";
(...)

Maybe I've missed something in the releasenotes, or the forum, for that matter. Hopefully I've just forgotten something, thanks for the help in advance!


Messages In This Thread
Fatal error DB since 2.0.0 - by El Forum - 02-15-2011, 02:50 PM
Fatal error DB since 2.0.0 - by El Forum - 02-16-2011, 08:31 AM
Fatal error DB since 2.0.0 - by El Forum - 02-16-2011, 08:38 AM
Fatal error DB since 2.0.0 - by El Forum - 02-16-2011, 09:31 AM
Fatal error DB since 2.0.0 - by El Forum - 02-16-2011, 09:50 AM
Fatal error DB since 2.0.0 - by El Forum - 02-16-2011, 02:37 PM
Fatal error DB since 2.0.0 - by El Forum - 02-16-2011, 07:37 PM
Fatal error DB since 2.0.0 - by El Forum - 02-17-2011, 02:21 PM



Theme © iAndrew 2016 - Forum software by © MyBB