Welcome Guest, Not a member yet? Register   Sign In
CI 1.7 Output->enable_profiler(TRUE); "Database driver is not currently loaded"
#8

[eluser]jeephnx[/eluser]
found that 1.7.2 still has this problem, but works on my build by changing system/libraries/Profiler.php line 110


Code:
//if (is_object($CI_object) && is_subclass_of(get_class($CI_object), 'CI_DB') )
//change to this to get the queries showing in profiler 1.7.2
if (is_object($CI_object) && strtoupper(get_parent_class(get_class($CI_object))) == 'CI_DB' )


Messages In This Thread
CI 1.7 Output->enable_profiler(TRUE); "Database driver is not currently loaded" - by El Forum - 09-28-2009, 09:46 AM



Theme © iAndrew 2016 - Forum software by © MyBB