Hi,出错了!

控制器[App\Controller\index.html]不存在

错误位置

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

093                 $controller->$actionName();
094             } else {
095                 trigger_error('控制器[' . $controllerName . ']对应的方法[' . $actionName . ']不存在', E_USER_ERROR);
096             }
097         } else {
098             Router::dispatcher();
099             $controllerName = 'App\\Controller\\' . Router::$controller;
100             /** @var \Kuxin\Controller $controller */
101             $controller = Loader::instance($controllerName);
102             if (!$controller) {
103                 trigger_error('控制器[' . $controllerName . ']不存在', E_USER_ERROR);
104             }
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();
TRACE
#0  include() called at [/www/wwwroot/yuanzun1/kuxin/response.php:331]
#1  Kuxin\Response::error(控制器[App\Controller\index.html]不存在, /www/wwwroot/yuanzun1/kuxin/kuxin.php, 103) called at [/www/wwwroot/yuanzun1/kuxin/kuxin.php:185]
#2  Kuxin\Kuxin::error(256, 控制器[App\Controller\index.html]不存在, /www/wwwroot/yuanzun1/kuxin/kuxin.php, 103, Array ([controllerName] => App\Controller\index.html,[controller] => ))
#3  trigger_error(控制器[App\Controller\index.html]不存在, 256) called at [/www/wwwroot/yuanzun1/kuxin/kuxin.php:103]
#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/response.php
/www/wwwroot/yuanzun1/kuxin/tpl/error.php