if you changed the file names, you also need to change the class names:
A file named my_class.php needs to have: class My_class extends CI_Controller {
so, if you took a working controller, copied it, and renamed the file. Then you also need to rename the class.