[0] HttpException in App.php line 290

模块不存在 :contact

  1. $available = true;
  2. }
  3. // 模块初始化
  4. if ($module && $available) {
  5. // 初始化模块
  6. $request->module($module);
  7. $config = self::init($module);
  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 290
  2. at App::module(['contact', 'index', null], ['app_namespace' => 'app', 'app_debug' => true, 'app_trace' => false, ...], null) in App.php line 115
  3. at App::run() in index.php line 33

Environment Variables

GET Dataempty
POST Dataempty
Filesempty
Cookiesempty
Sessionempty
Server/Request Data
USER www
HOME /home/www
HTTP_USER_AGENT claudebot
HTTP_ACCEPT */*
HTTP_HOST www.chuanghehui.cn
PATH_INFO //contact/index.html
REDIRECT_STATUS 200
SERVER_NAME chuanghehui.cn
SERVER_PORT 443
SERVER_ADDR 172.19.147.187
REMOTE_PORT 44044
REMOTE_ADDR 3.87.209.162
SERVER_SOFTWARE nginx/1.14.1
GATEWAY_INTERFACE CGI/1.1
HTTPS on
REQUEST_SCHEME https
SERVER_PROTOCOL HTTP/2.0
DOCUMENT_ROOT /home/wwwroot/www.chuanghehui.cn
DOCUMENT_URI /index.php
REQUEST_URI /contact/index.html
SCRIPT_NAME /index.php
CONTENT_LENGTH
CONTENT_TYPE
REQUEST_METHOD GET
QUERY_STRING s=//contact/index.html
SCRIPT_FILENAME /home/wwwroot/www.chuanghehui.cn/index.php
FCGI_ROLE RESPONDER
PHP_SELF /index.php
REQUEST_TIME_FLOAT 1711619177.5235
REQUEST_TIME 1711619177
Environment Variablesempty
ThinkPHP Constants
APP_PATH /home/wwwroot/www.chuanghehui.cn/application/
THINK_VERSION 5.0.0 RC4
THINK_START_TIME 1711619177.52393293
THINK_START_MEM 412528
EXT .php
DS /
THINK_PATH /home/wwwroot/www.chuanghehui.cn/thinkphp/
LIB_PATH /home/wwwroot/www.chuanghehui.cn/thinkphp/library/
CORE_PATH /home/wwwroot/www.chuanghehui.cn/thinkphp/library/think/
TRAIT_PATH /home/wwwroot/www.chuanghehui.cn/thinkphp/library/traits/
ROOT_PATH /home/wwwroot/www.chuanghehui.cn/
EXTEND_PATH /home/wwwroot/www.chuanghehui.cn/extend/
VENDOR_PATH /home/wwwroot/www.chuanghehui.cn/vendor/
RUNTIME_PATH /home/wwwroot/www.chuanghehui.cn/runtime/
LOG_PATH /home/wwwroot/www.chuanghehui.cn/runtime/log/
CACHE_PATH /home/wwwroot/www.chuanghehui.cn/runtime/cache/
TEMP_PATH /home/wwwroot/www.chuanghehui.cn/runtime/temp/
CONF_PATH /home/wwwroot/www.chuanghehui.cn/application/
CONF_EXT .php
ENV_PREFIX PHP_
IS_CLI false
IS_WIN false