![]() |
Fatal error: Class 'CI_Controller' - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Using CodeIgniter (https://forum.codeigniter.com/forumdisplay.php?fid=5) +--- Forum: Installation & Setup (https://forum.codeigniter.com/forumdisplay.php?fid=9) +--- Thread: Fatal error: Class 'CI_Controller' (/showthread.php?tid=68) |
Fatal error: Class 'CI_Controller' - alexandru - 10-31-2014 Hi there, i'm having some hard time tracking this problem. I have update my codeigniter to 3.0 version and i get this error Fatal error: Class 'CI_Controller' not found system\core\CodeIgniter.php on line 343 RE: Fatal error: Class 'CI_Controller' - tacohajo - 10-31-2014 Hi, Did you follow upgrading instructions in 3.0-dev documentation? Class naming changed in CI3.... RE: Fatal error: Class 'CI_Controller' - Rufnex - 10-31-2014 Have you checked the spelling of your Controller Names? In CI the Controller File must be Start with Uppercase also the Controller Name. RE: Fatal error: Class 'CI_Controller' - Hex - 11-06-2014 Please post your code to see. RE: Fatal error: Class 'CI_Controller' - sv3tli0 - 11-11-2014 If you are upgrading CI it will be good to see this instructions > http://www.codeigniter.com/userguide3/installation/upgrading.html They cover most/all of the cases which you may meet .. RE: Fatal error: Class 'CI_Controller' - Chroma - 11-14-2014 Please be aware, if you test under windows, it is forgiving of the CAPITAL letter requirement. The deployment under a Linux or non-windows system might not be so forgiving. Check the Controllers, Libraries and Models are capitalized correctly. I hope this helps. |