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

