Missing Controller

Error: Cabins.htmlController could not be found.

Error: Create the class Cabins.htmlController below in file: app/controllers/cabins.html_controller.php

<?php
class Cabins.htmlController extends AppController {

	var $name = 'Cabins.html';
}
?>

Notice: If you want to customize this error message, create app/views/errors/missing_controller.ctp

Controller dump:

		CakeErrorController Object
(
    [name] => CakeError
    [uses] => Array
        (
        )

    [here] => 
    [webroot] => /
    [action] => 
    [helpers] => Array
        (
            [0] => Html
            [1] => Form
        )

    [params] => Array
        (
            [plugin] => 
            [controller] => cabins.html
            [action] => index
            [pass] => Array
                (
                )

            [named] => Array
                (
                )

            [form] => Array
                (
                )

            [url] => Array
                (
                    [url] => cabins.html
                )

            [models] => Array
                (
                )

        )

    [data] => Array
        (
        )

    [paginate] => Array
        (
            [limit] => 20
            [page] => 1
        )

    [viewPath] => errors
    [layoutPath] => 
    [viewVars] => Array
        (
            [controller] => Cabins.htmlController
            [controllerName] => Cabins.html
            [cakeDebug] => CakeErrorController Object
 *RECURSION*
        )

    [pageTitle] => Missing Controller
    [modelNames] => Array
        (
        )

    [base] => 
    [layout] => default
    [autoRender] => 
    [autoLayout] => 1
    [Component] => Component Object
        (
            [__controllerVars] => Array
                (
                    [plugin] => 
                    [name] => CakeError
                    [base] => 
                )

            [_loaded] => Array
                (
                    [Session] => SessionComponent Object
                        (
                            [__active] => 1
                            [__started] => 
                            [__bare] => 0
                            [valid] => 
                            [error] => 
                            [_userAgent] => b260d25dcd9c138e5e653c28eaa88044
                            [path] => /
                            [lastError] => 
                            [security] => high
                            [time] => 1337328513
                            [sessionTime] => 1337329713
                            [watchKeys] => Array
                                (
                                )

                            [id] => 
                            [_log] => 
                            [host] => www.pineshadowsmotel.com
                            [enabled] => 1
                        )

                )

            [_primary] => Array
                (
                    [0] => Session
                )

            [__settings] => Array
                (
                )

            [_log] => 
        )

    [components] => Array
        (
            [0] => Session
        )

    [view] => View
    [ext] => .ctp
    [output] => 
    [plugin] => 
    [cacheAction] => 
    [persistModel] => 
    [passedArgs] => Array
        (
        )

    [scaffold] => 
    [methods] => Array
        (
        )

    [_log] => 
    [modelClass] => CakeError
    [modelKey] => cake_error
    [Session] => SessionComponent Object
        (
            [__active] => 1
            [__started] => 
            [__bare] => 0
            [valid] => 
            [error] => 
            [_userAgent] => b260d25dcd9c138e5e653c28eaa88044
            [path] => /
            [lastError] => 
            [security] => high
            [time] => 1337328513
            [sessionTime] => 1337329713
            [watchKeys] => Array
                (
                )

            [id] => 
            [_log] => 
            [host] => www.pineshadowsmotel.com
            [enabled] => 1
        )

)