User talk:Cdemko
From Joomla! Documentation
Hey, your tutorial around part 10: http://docs.joomla.org/Developing_a_Model-View-Controller_%28MVC%29_Component_for_Joomla!1.6_-_Part_10 is breaking.
Most notably some files such as admin/controllers/helloworldlist.php are extending HelloWorldController but they can not find the class. A simple fix which is working for me is to let them extend JController but I'm unsure of what your intentions were/are with this as the archive source doesn't reflect this idea (although it did in an earlier page).