请稍等 ...
×

采纳答案成功!

向帮助你的同学说点啥吧!感谢那些助人为乐的人

[0] HttpException in App.php line 341

[0] HttpException in App.php line 341
模块不存在:index

        // 模块初始化
        if ($module && $available) {
            // 初始化模块
            $request->module($module);
            $config = self::init($module);
            // 模块请求缓存检查
            $request->cache($config['request_cache'], $config['request_cache_expire'], $config['request_cache_except']);
        } else {
            throw new HttpException(404, 'module not exists:' . $module);
        }
    } else {
        // 单一模块部署
        $module = '';
        $request->module($module);
    }
    // 当前模块路径
    App::$modulePath = APP_PATH . ($module ? $module . DS : '');

Call Stack
in App.php line 341
at App::module([’’, null, null], [‘app_namespace’ => ‘app’, ‘app_debug’ => true, ‘app_trace’ => false, …], null) in App.php line 130
at App::run() in start.php line 18
at require(‘C:\xampp\htdocs\zerg…’) in index.php line 18
at require(‘C:\xampp\htdocs\zerg…’) in router.php line 16

上面是页面提示。

正在回答 回答被采纳积分+3

2回答

俺就是兔子 2019-08-22 15:58:57

我就过来看看!这代码写的不错

1 回复 有任何疑惑可以回复我~
7七月 2019-08-23 09:33:31

stack信息提供详细一些呀

0 回复 有任何疑惑可以回复我~
问题已解决,确定采纳
还有疑问,暂不采纳
意见反馈 帮助中心 APP下载
官方微信