行:84文件:/epan/v7_user/app/xwync.m.x-y.xin/system/library/App.php

Class '\app\index\controller\Index' not found:Class '\app\index\controller\Index' not found

75:
76:
77:
78:
79:
80:
81:
82:
83:
84:
85:
86:
87:
88:
89:
90:
91:
92:
93:
        //控制器
        if(!is_file($controllerFile))
        {
            trigger_error(Lang::$lang['sys controller not exists'].' ['.$controllerFile.']');
            return false;
        }
        $className = "\\app\\" . $module . "\\controller\\" . $class;
        $controllerClass = new $className();
        //方法不存在
        if (!method_exists($controllerClass, $method))
        {
            trigger_error(Lang::$lang['sys method not exists'].' ['.$method.']');
            return false;
        }
        $returnStr = $controllerClass -> $method(Request::get_to_array());

Call Stack

#0  
file:/epan/v7_user/app/xwync.m.x-y.xin/system/library/Error.php line:48 function:app_error class:xy\Error type::: 0:851:Class '\app\index\controller\Index' not found2:/epan/v7_user/app/xwync.m.x-y.xin/system/library/App.php3:84
#1  
function:app_exception class:xy\Error type:::