![]() |
Error logs for Codeigniter 2.0 HMVC and $this->load->library('upload'); - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20) +--- Forum: Archived General Discussion (https://forum.codeigniter.com/forumdisplay.php?fid=21) +--- Thread: Error logs for Codeigniter 2.0 HMVC and $this->load->library('upload'); (/showthread.php?tid=38932) |
Error logs for Codeigniter 2.0 HMVC and $this->load->library('upload'); - El Forum - 02-23-2011 [eluser]Unknown[/eluser] I have this code to upload image in codeiginter 2.0 HMVC Code: /* IMAGE UPLOADING */ and it giving this error in the error logs Code: [Thu Feb 24 00:09:38 2011] [error] [client ::1] PHP Fatal error: Call to a member function library() on a non-object in /var/www/adsoko/application/modules/property/controllers/property_manager.php on line 207, referer: http://localhost/adsoko/en/property/property_manager/add_property I have also autoloaded the upload library. Please help? |