很抱歉...

[0] HttpException in App.php line 361

模块不存在:space-uid-7026

  1. // 模块初始化
  2. if ($module && $available) {
  3. // 初始化模块
  4. $request->module($module);
  5. $config = self::init($module);
  6. // 模块请求缓存检查
  7. $request->cache($config['request_cache'], $config['request_cache_expire'], $config['request_cache_except']);
  8. } else {
  9. throw new HttpException(404, 'module not exists:' . $module);
  10. }
  11. } else {
  12. // 单一模块部署
  13. $module = '';
  14. $request->module($module);
  15. }
  16. // 当前模块路径
  17. App::$modulePath = APP_PATH . ($module ? $module . DS : '');

Call Stack

  1. in App.php line 361
  2. at App::module(['space-uid-7026', null, null], ['app_host' => '', 'app_debug' => true, 'app_trace' => true, ...], null) in App.php line 296
  3. at App::exec(['type' => 'module', 'module' => ['space-uid-7026', null, null]], ['app_host' => '', 'app_debug' => true, 'app_trace' => true, ...]) in App.php line 124
  4. at App::run() in start.php line 18
  5. at require('/data/wwwroot/wechat...') in index.php line 30
0.020884s