Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Got Fatal error CodeIgniter CI_Controller not found

I got following error on every controller

Fatal error: Class 'CI_Controller' not found in /<path>/system/core/CodeIgniter.php on line 233

The root folder has also its same separate codeigniter system (all ci structure) folder. the site in root in working but when i copy the another ci structure in sub folder i got mentioned fatal error. please help me.

like image 902
Himanshu Pandey Avatar asked Dec 03 '25 04:12

Himanshu Pandey


1 Answers

Check your database config in application/config/database.php it's one of the major time consuming error message I faced with CI. Because the error message was simply misleading. So, check the DB config first.

like image 92
Sadi Avatar answered Dec 04 '25 16:12

Sadi