Hi,出错了!

控制器[App\Controller\user\auth]对应的方法[index]不存在

错误位置

/www/wwwroot/yuanzun1/kuxin/kuxin.php  LINE: 115

105             $actionName = Router::$action;
106             $return     = $controller->middleware();
107             if ($return === null) {
108                 if (is_callable([$controller, $actionName])) {
109                     $controller->init();
110                     if (in_array($actionName, $controller->disableActions)) {
111                         trigger_error('控制器[' . $controllerName . ']对应的方法[' . $actionName . ']不允许访问', E_USER_ERROR);
112                     }
113                     $return = $controller->$actionName();
114                 } else {
115                     trigger_error('控制器[' . $controllerName . ']对应的方法[' . $actionName . ']不存在', E_USER_ERROR);
116                 }
117             }
118             if (Response::isAutoRender()) {
119                 switch (Response::getType()) {
120                     case 'html':
121                         $body = $return;
122                         break;
123                     case 'json':
124                         if(Config::get('template.output_charset', 'utf-8') == 'big5'){
125                             self::recursionHandleValueCharset($return,'big5');
TRACE
#0  include() called at [/www/wwwroot/yuanzun1/kuxin/response.php:331]
#1  Kuxin\Response::error(控制器[App\Controller\user\auth]对应的方法[index]不存在, /www/wwwroot/yuanzun1/kuxin/kuxin.php, 115) called at [/www/wwwroot/yuanzun1/kuxin/kuxin.php:185]
#2  Kuxin\Kuxin::error(256, 控制器[App\Controller\user\auth]对应的方法[index]不存在, /www/wwwroot/yuanzun1/kuxin/kuxin.php, 115, Array ([controllerName] => App\Controller\user\auth,[controller] => App\Controller\User\Auth Object ([*comeurl] => ,[userInfo] => ,[isLogin] => ,[*isMobile] => 0,[disableActions] => Array ()),[actionName] => index,[return] => ))
#3  trigger_error(控制器[App\Controller\user\auth]对应的方法[index]不存在, 256) called at [/www/wwwroot/yuanzun1/kuxin/kuxin.php:115]
#4  Kuxin\Kuxin::start() called at [/www/wwwroot/yuanzun1/kuxin/kuxin.php:217]
#5  include(/www/wwwroot/yuanzun1/kuxin/kuxin.php) called at [/www/wwwroot/yuanzun1/public/index.php:4]
文件加载
/www/wwwroot/yuanzun1/public/index.php
/www/wwwroot/yuanzun1/kuxin/kuxin.php
/www/wwwroot/yuanzun1/kuxin/loader.php
/www/wwwroot/yuanzun1/group/dispatcher.php
/www/wwwroot/yuanzun1/group/commom.php
/www/wwwroot/yuanzun1/group/dldlxs.com.php
/www/wwwroot/yuanzun1/kuxin/config.php
/www/wwwroot/yuanzun1/app/config/const.php
/www/wwwroot/yuanzun1/app/config/kuxin.php
/www/wwwroot/yuanzun1/env.php
/www/wwwroot/yuanzun1/kuxin/helper/arr.php
/www/wwwroot/yuanzun1/kuxin/registry.php
/www/wwwroot/yuanzun1/app/helper.php
/www/wwwroot/yuanzun1/app/version.php
/www/wwwroot/yuanzun1/kuxin/plugin.php
/www/wwwroot/yuanzun1/kuxin/helper/serialize.php
/www/wwwroot/yuanzun1/app/plugin/configcache/configcache.php
/www/wwwroot/yuanzun1/kuxin/di.php
/www/wwwroot/yuanzun1/kuxin/cache.php
/www/wwwroot/yuanzun1/kuxin/cache/memcache.php
/www/wwwroot/yuanzun1/kuxin/db/mysql.php
/www/wwwroot/yuanzun1/kuxin/helper/json.php
/www/wwwroot/yuanzun1/kuxin/router.php
/www/wwwroot/yuanzun1/kuxin/request.php
/www/wwwroot/yuanzun1/kuxin/response.php
/www/wwwroot/yuanzun1/app/controller/user/auth.php
/www/wwwroot/yuanzun1/app/improve/user.php
/www/wwwroot/yuanzun1/app/improve/web.php
/www/wwwroot/yuanzun1/kuxin/controller.php
/www/wwwroot/yuanzun1/app/model/stat/stat.php
/www/wwwroot/yuanzun1/app/improve/model.php
/www/wwwroot/yuanzun1/kuxin/model.php
/www/wwwroot/yuanzun1/app/model/user/user.php
/www/wwwroot/yuanzun1/kuxin/cookie.php
/www/wwwroot/yuanzun1/kuxin/input.php
/www/wwwroot/yuanzun1/kuxin/view.php
/www/wwwroot/yuanzun1/kuxin/tpl/error.php