CodeIgniter Forums
Trying to get codeigniter working on windows azure. - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived Libraries & Helpers (https://forum.codeigniter.com/forumdisplay.php?fid=22)
+--- Thread: Trying to get codeigniter working on windows azure. (/showthread.php?tid=56120)



Trying to get codeigniter working on windows azure. - El Forum - 11-27-2012

[eluser]delay[/eluser]
I am trying to get codeigniter working on azure websites. I am using the current developer build from github. (sqlsrv drivers work much better in the developer version with Azure sqlserver).

The problem I am having is when I call the sessions library it gives me this error.

Fatal error: Class 'CI_Driver_Library' not found in C:\VirtualDirectory0\site\wwwroot\system\libraries\Session\Session.php on line 53

The Driver.php file is in the libraries directory.

Anyone know what I might be doing wrong? Sessions seem to work ok with codeigniter 2.1.3 on Azure but then I have problems with some aspects of the sqlsrv database driver.

Thanks in advance...


Trying to get codeigniter working on windows azure. - El Forum - 11-27-2012

[eluser]delay[/eluser]
My apologies for posting in this Category. I realized my mistake shortly after posting that I was in the wrong category. Didn't see a way to delete or move it.

Anyway sorry for posting to the wrong forum category.