I got installed codeigniter 3 in a wampserver 3 with mysql, and the connection to the DB configured, and all is working well, models have connection and queries are returning data, however, when i'm using the profiler library, specially the function:
$this->output->enable_profiler(true);
It returns me the follow:
I just want to see the queries that were runned but is showing:
Database driver is not currently loaded
Any idea about how to solve this? It is like the profiler doesn't get that the DB is connected. If you need more information ask me about it and thanks.