[0] HttpException in App.php line 347

模块不存在:2022

  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 347
  2. at App::module(['2022', 'Staff_0718', '72'], ['app_namespace' => 'app', 'app_debug' => true, 'app_trace' => false, ...], null) in App.php line 138
  3. at App::run() in start.php line 18
  4. at require('/www/wwwroot/sh2883-...') in index.php line 28

Environment Variables

GET Dataempty
POST Dataempty
Filesempty
Cookiesempty
Sessionempty
Server/Request Data
USER www
HOME /home/www
FCGI_ROLE RESPONDER
SCRIPT_FILENAME /www/wwwroot/sh2883-hfml13.xyz/public/index.php
QUERY_STRING s=/2022/Staff_0718/72.html
REQUEST_METHOD GET
CONTENT_TYPE
CONTENT_LENGTH
SCRIPT_NAME /index.php
REQUEST_URI /2022/Staff_0718/72.html
DOCUMENT_URI /index.php
DOCUMENT_ROOT /www/wwwroot/sh2883-hfml13.xyz/public
SERVER_PROTOCOL HTTP/1.1
REQUEST_SCHEME http
GATEWAY_INTERFACE CGI/1.1
SERVER_SOFTWARE nginx/1.20.2
REMOTE_ADDR 18.212.102.174
REMOTE_PORT 33478
SERVER_ADDR 172.105.238.107
SERVER_PORT 80
SERVER_NAME sh2883-hfml13.xyz
REDIRECT_STATUS 200
PATH_INFO /2022/Staff_0718/72.html
HTTP_ACCEPT */*
HTTP_USER_AGENT claudebot
HTTP_HOST www.hfml13.xyz
PHP_SELF /index.php
REQUEST_TIME_FLOAT 1711647219.9721
REQUEST_TIME 1711647219
Environment Variablesempty
ThinkPHP Constants
APP_DEBUG true
ROOT_DOMAIN *.q.bendi-jp.com
VERSION 1.2.0 beta(20160927)
APP_PATH /www/wwwroot/sh2883-hfml13.xyz/public/../application/
THINK_VERSION 5.0.2
THINK_START_TIME 1711647219.973
THINK_START_MEM 263816
EXT .php
DS /
THINK_PATH /www/wwwroot/sh2883-hfml13.xyz/thinkphp/
LIB_PATH /www/wwwroot/sh2883-hfml13.xyz/thinkphp/library/
CORE_PATH /www/wwwroot/sh2883-hfml13.xyz/thinkphp/library/think/
TRAIT_PATH /www/wwwroot/sh2883-hfml13.xyz/thinkphp/library/traits/
ROOT_PATH /www/wwwroot/sh2883-hfml13.xyz/
EXTEND_PATH /www/wwwroot/sh2883-hfml13.xyz/extend/
VENDOR_PATH /www/wwwroot/sh2883-hfml13.xyz/vendor/
RUNTIME_PATH /www/wwwroot/sh2883-hfml13.xyz/runtime/
LOG_PATH /www/wwwroot/sh2883-hfml13.xyz/runtime/log/
CACHE_PATH /www/wwwroot/sh2883-hfml13.xyz/runtime/cache/
TEMP_PATH /www/wwwroot/sh2883-hfml13.xyz/runtime/temp/
CONF_PATH /www/wwwroot/sh2883-hfml13.xyz/public/../application/
CONF_EXT .php
ENV_PREFIX PHP_
IS_CLI false
IS_WIN false