You are seeing this error because the action dealer.htm is not defined in controller DealersController
If you want to customize this error message, create app/views/errors/missing_action.thtml.
Fatal: Confirm you have created the DealersController::dealer.htm() in file : app/controllers/dealers_controller.php
<?php
class DealersController extends AppController {
function dealer.htm() {
}
}
?>