[0] HttpException in App.php line 353

模块不存在:jtyw

  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']);
  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 353
  2. at App::module(['jtyw', 'industrial', null], ['app_namespace' => 'app', 'app_debug' => true, 'app_trace' => false, ...], null) in App.php line 140
  3. at App::run() in start.php line 18
  4. at require('/www/wwwroot/sxjx.wa...') in index.php line 17

Environment Variables

GET Dataempty
POST Dataempty
Filesempty
Cookiesempty
Sessionempty
Server/Request Data
USER www
HOME /home/www
HTTP_HOST www.sxjx.wang
HTTP_REFERER http://sxjx.wang/jtyw/industrial.html
HTTP_USER_AGENT claudebot
HTTP_ACCEPT */*
PATH_INFO /jtyw/industrial.html
REDIRECT_STATUS 200
SERVER_NAME sxjx.wang
SERVER_PORT 80
SERVER_ADDR 172.25.58.67
REMOTE_PORT 57248
REMOTE_ADDR 54.81.61.14
SERVER_SOFTWARE nginx/1.18.0
GATEWAY_INTERFACE CGI/1.1
REQUEST_SCHEME http
SERVER_PROTOCOL HTTP/1.1
DOCUMENT_ROOT /www/wwwroot/sxjx.wang/public
DOCUMENT_URI /index.php
REQUEST_URI /jtyw/industrial.html
SCRIPT_NAME /index.php
CONTENT_LENGTH
CONTENT_TYPE
REQUEST_METHOD GET
QUERY_STRING s=/jtyw/industrial.html
SCRIPT_FILENAME /www/wwwroot/sxjx.wang/public/index.php
FCGI_ROLE RESPONDER
PHP_SELF /index.php
REQUEST_TIME_FLOAT 1711694394.3771
REQUEST_TIME 1711694394
Environment Variablesempty
ThinkPHP Constants
APP_PATH /www/wwwroot/sxjx.wang/public/../application/
THINK_VERSION 5.0.4
THINK_START_TIME 1711694394.3778
THINK_START_MEM 378768
EXT .php
DS /
THINK_PATH /www/wwwroot/sxjx.wang/thinkphp/
LIB_PATH /www/wwwroot/sxjx.wang/thinkphp/library/
CORE_PATH /www/wwwroot/sxjx.wang/thinkphp/library/think/
TRAIT_PATH /www/wwwroot/sxjx.wang/thinkphp/library/traits/
ROOT_PATH /www/wwwroot/sxjx.wang/
EXTEND_PATH /www/wwwroot/sxjx.wang/extend/
VENDOR_PATH /www/wwwroot/sxjx.wang/vendor/
RUNTIME_PATH /www/wwwroot/sxjx.wang/runtime/
LOG_PATH /www/wwwroot/sxjx.wang/runtime/log/
CACHE_PATH /www/wwwroot/sxjx.wang/runtime/cache/
TEMP_PATH /www/wwwroot/sxjx.wang/runtime/temp/
CONF_PATH /www/wwwroot/sxjx.wang/public/../application/
CONF_EXT .php
ENV_PREFIX PHP_
IS_CLI false
IS_WIN false