- 0
- 0
- 约5.35千字
- 约 6页
- 2019-05-03 发布于天津
- 举报
[0]?HttpException in App.php line 578
控制器不存在:app\index\controller\Uploads
try {
$instance = Loader::controller(
$controller,
$config[url_controller_layer],
$config[controller_suffix],
$config[empty_controller]
);
} catch (ClassNotFoundException $e) {
throw new HttpException(404, controller not exists: . $e-getClass());
}
// 获取当前操作名
$action = $actionName . $config[action_suffix];
$vars = [];
if (is_callable([$instance, $action])) {
原创力文档

文档评论(0)