![]() |
Image library not loading. - 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: Image library not loading. (/showthread.php?tid=44104) |
Image library not loading. - El Forum - 08-03-2011 [eluser]mak.gnu[/eluser] Hi, I'm not able to load the Image library following is my function, I'm trying to load the library in my model's function and I'm using Datamapper library too. Code: public function create_thumb() { when this function runs I get "Call to a member function clear() on a non-object" Image_lib do exist in system/libraries folder |