Welcome Guest, Not a member yet? Register   Sign In
Fatal error: Class ‘CI_Driver_Library’ not found while trying to run on windows azure.
#2

[eluser]delay[/eluser]
For anyone having this trouble, I finally discovered the trouble.
sessions are now loaded as drivers. This recently became a requirement it seems.

$this->load->library('session');

needs to become:

$this->load->driver('session');


Messages In This Thread
Fatal error: Class ‘CI_Driver_Library’ not found while trying to run on windows azure. - by El Forum - 11-28-2012, 12:08 AM



Theme © iAndrew 2016 - Forum software by © MyBB