CodeIgniter Forums
Class "CI_Controller" not found - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Using CodeIgniter (https://forum.codeigniter.com/forumdisplay.php?fid=5)
+--- Forum: General Help (https://forum.codeigniter.com/forumdisplay.php?fid=24)
+--- Thread: Class "CI_Controller" not found (/showthread.php?tid=79953)



Class "CI_Controller" not found - vshahi07 - 08-23-2021

An uncaught Exception was encountered
Type: Error
Message: Class "CI_Controller" not found
Filename: /home/indrapr1/public_html/system/core/CodeIgniter.php
Line Number: 369
Backtrace:
File: /home/indrapr1/public_html/application/config/routes.php
Line: 179
Function: get
File: /home/indrapr1/public_html/index.php
Line: 282
Function: require_once


===============================
please help me regarding this error, because when I go to these files and lines, there is everything fine, but this error is always showing.


RE: Class "CI_Controller" not found - InsiteFX - 08-24-2021

1) Did you move the application or system folders to another folder?
2) Did you setup your base_url in application/config/config.php?
3) Did you create your .htaccess file?

Just a few things to check for.