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