Missing Controller
Error:
TeamList.htmController could not be found.
Error:
Create the class TeamList.htmController below in file: app/controllers/team_list.htm_controller.php
<?php
class TeamList.htmController extends AppController {
var $name = 'TeamList.htm';
}
?>
Notice:
If you want to customize this error message, create app/views/errors/missing_controller.ctp |