Calipus Software's Blogs

Talking all about software

CodeIgniter

MY_Controller not found - CodeIgniter

If you are using CodeIganiter 2.x, you must have encountered an issue like one given below

"Class 'MY_Controller' not found in application/controllers/welcome.php on line 3"

To resolve this issue , copy the MY_Controller.php file in application/core folder. Try again and here you go.