Welcome Guest, Not a member yet? Register   Sign In
$this->load->database($config); or $this->load->database(); Bug?
#8

[eluser]Unknown[/eluser]
I had also the same issue, I solved it by changing db driver:

from:
$db['example']['dbdriver'] = "mysql";

to:

$db['example']['dbdriver'] = "mysqli";


Messages In This Thread
$this->load->database($config); or $this->load->database(); Bug? - by El Forum - 12-10-2012, 09:13 AM



Theme © iAndrew 2016 - Forum software by © MyBB