CodeIgniter Forums
Security library Loading Error - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23)
+--- Thread: Security library Loading Error (/showthread.php?tid=49591)

Pages: 1 2


Security library Loading Error - El Forum - 02-27-2012

[eluser]pickupman[/eluser]
I downloaded 1.7.1 and there is no Security class in that version. That is why you are getting that error. It is only a helper.


Security library Loading Error - El Forum - 02-27-2012

[eluser]Eng.Faruk[/eluser]
Is possible to use helper ?


Security library Loading Error - El Forum - 02-27-2012

[eluser]pickupman[/eluser]
[quote author="Eng.Faruk" date="1330360564"]Is possible to use helper ?[/quote]
Yes, because there is a security helper, but you were trying to load a security library also according to your code. That's why you are getting an error because you are trying to load a class that does not exist.