![]() |
Libs not loading when in folder - 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: Libs not loading when in folder (/showthread.php?tid=13265) |
Libs not loading when in folder - El Forum - 11-16-2008 [eluser]Vang[/eluser] I try to load a library from a controler using $this->load->library('libs/libraryname'); I get "Unable to load the requested class: authorization" When i move the file in the libraries folder instead of libraries/libs it loads fine. My installation: CI 1.7.0 Apache 2.2.9 php 5.2.6 on ubuntu 8.10 |