![]() |
Fatal error: Class 'CI_Model' not found in - 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: Fatal error: Class 'CI_Model' not found in (/showthread.php?tid=49181) |
Fatal error: Class 'CI_Model' not found in - El Forum - 02-10-2012 [eluser]Unknown[/eluser] I have fblmodel.php that is being used throughout my site with no problems. Yesterday a strange bug appeared that only occurs when one particlular function within the fblmodel.php is called by the controller. previously this particular fuunction ran correctly. I dont believe I changed anything but anything is possible !! The error I get on screen is as follows: Quote:A PHP Error was encountered and the error in the server logs is Quote:Fatal error: Class 'CI_Model' not found in line 3 Any help would be apprciated.. I dont think its relevant but I will include the function in question for refernece: Code: function cron_check_email_verification($domain, $proxies, $maxProxyArray) |