Missing Method in UsersController

You are seeing this error because the action category is not defined in controller UsersController

If you want to customize this error message, create app/views/errors/missing_action.thtml.

Fatal: Confirm you have created the UsersController::category() in file : app/controllers/users_controller.php

<?php
class UsersController extends AppController {
   function category() {
   }

}
?>

Controller dump:

			AppController Object
(
    [name] => App
    [here] => 
    [webroot] => /
    [action] => 
    [uses] => 
    [helpers] => Array
        (
            [0] => Html
        )

    [params] => Array
        (
        )

    [data] => Array
        (
        )

    [viewPath] => errors
    [viewVars] => Array
        (
            [controller] => UsersController
            [action] => category
        )

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

    [base] => 
    [layout] => default
    [autoRender] => 
    [autoLayout] => 1
    [components] => Array
        (
            [0] => Session
        )

    [view] => View
    [ext] => .thtml
    [__viewClass] => View Object
        (
            [name] => App
            [here] => 
            [action] => 
            [helpers] => Array
                (
                    [0] => Html
                )

            [viewPath] => errors
            [_viewVars] => Array
                (
                    [controller] => UsersController
                    [action] => category
                )

            [viewVars] => Array
                (
                    [controller] => UsersController
                    [action] => category
                )

            [pageTitle] => Missing Method in Controller
            [base] => 
            [layout] => default
            [autoRender] => 1
            [autoLayout] => 1
            [params] => Array
                (
                )

            [_hasRendered] => 
            [controller] => AppController Object
 *RECURSION*
            [loaded] => Array
                (
                    [html] => HtmlHelper Object
                        (
                            [base] => 
                            [here] => 
                            [params] => Array
                                (
                                )

                            [action] => 
                            [data] => Array
                                (
                                )

                            [model] => 
                            [field] => 
                            [_crumbs] => Array
                                (
                                )

                            [tags] => Array
                                (
                                    [link] => %s
                                    [mailto] => %s
                                    [form] => 
[input] => [textarea] => [hidden] => [checkbox] => [radio] => %s [selectstart] => [selectempty] => [selectoption] => [selectend] => [password] => [file] => [file_no_model] => [submit] => [image] => [tableheader] => %s [tableheaderrow] => %s [tablecell] => %s [tablerow] => %s [block] => %s
[blockstart] => [blockend] => [css] => [style] => [charset] => [javascriptblock] => [javascriptlink] => ) [_log] => [view] => View Object *RECURSION* [webroot] => / [themeWeb] => [plugin] => ) [session] => SessionHelper Object ( [helpers] => [__active] => 1 [valid] => [error] => [_userAgent] => dc9e586010a78aa48b50058743b65b01 [path] => / [lastError] => [security] => [time] => 1714853028 [sessionTime] => [watchKeys] => Array ( ) [id] => [_log] => [view] => View Object *RECURSION* [tags] => Array ( [link] => %s [mailto] => %s [form] => [input] => [textarea] => [hidden] => [checkbox] => [radio] => %s [selectstart] => [selectempty] => [selectoption] => [selectend] => [password] => [file] => [file_no_model] => [submit] => [image] => [tableheader] => %s [tableheaderrow] => %s [tablecell] => %s [tablerow] => %s [block] => %s [blockstart] => [blockend] => [css] => [style] => [charset] => [javascriptblock] => [javascriptlink] => ) [base] => [webroot] => / [here] => [params] => Array ( ) [action] => [data] => Array ( ) [themeWeb] => [plugin] => ) ) [ext] => .thtml [subDir] => [themeWeb] => [plugin] => [pluginPath] => [pluginPaths] => Array ( ) [_passedVars] => Array ( [0] => viewVars [1] => action [2] => autoLayout [3] => autoRender [4] => ext [5] => base [6] => webroot [7] => helpers [8] => here [9] => layout [10] => modelNames [11] => name [12] => pageTitle [13] => viewPath [14] => params [15] => data [16] => webservices [17] => plugin ) [_log] => [webroot] => / [modelNames] => Array ( ) [data] => Array ( ) [webservices] => ) [output] => [plugin] => [cacheAction] => [persistModel] => [beforeFilter] => [webservices] => [_log] => [modelClass] => App [modelKey] => app [Session] => SessionComponent Object ( [__active] => 1 [__started] => 1 [__bare] => 0 [valid] => [error] => [_userAgent] => dc9e586010a78aa48b50058743b65b01 [path] => / [lastError] => [security] => low [time] => 1714853028 [sessionTime] => 1714889028 [watchKeys] => Array ( ) [id] => [_log] => [host] => www.umag.jp [cookieLifeTime] => 788940000 ) )
0 query took ms
NrQueryErrorAffectedNum. rowsTook (ms)