[eluser]dmorin[/eluser]
A couple of things.
In MY_Controller, I think it should be
Code:
parent::Controller();
Not
Code:
parent::__construct();
because the constructor in the CI controller lib is called Controller.
Second, your file should be named "MY_Controller" with a Capital "MY_C".
Let us know if that fixes it.