[0] HttpException in App.php line 349

模块不存在:yxwd

  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 349
  2. at App::module(['yxwd', null, null], ['app_namespace' => 'wstmart', 'app_debug' => true, 'app_trace' => false, ...], null) in App.php line 140
  3. at App::run() in start.php line 18
  4. at require('/home/wwwroot/jufeng...') in index.php line 28

Environment Variables

GET Dataempty
POST Dataempty
Filesempty
Cookiesempty
Sessionempty
Server/Request Data
USER www
HOME /home/www
HTTP_REFERER http://www.beacon-display.cn/yxwd.html
HTTP_USER_AGENT claudebot
HTTP_ACCEPT */*
HTTP_HOST www.beacon-display.cn
PATH_INFO //yxwd.html
REDIRECT_STATUS 200
SERVER_NAME beacon-display.cn
SERVER_PORT 443
SERVER_ADDR 60.247.155.129
REMOTE_PORT 35636
REMOTE_ADDR 18.208.203.36
SERVER_SOFTWARE nginx/1.20.2
GATEWAY_INTERFACE CGI/1.1
HTTPS on
REQUEST_SCHEME https
SERVER_PROTOCOL HTTP/2.0
DOCUMENT_ROOT /home/wwwroot/jufeng
DOCUMENT_URI /index.php//yxwd.html
REQUEST_URI /yxwd.html
SCRIPT_NAME /index.php
CONTENT_LENGTH
CONTENT_TYPE
REQUEST_METHOD GET
QUERY_STRING
SCRIPT_FILENAME /home/wwwroot/jufeng/index.php
FCGI_ROLE RESPONDER
PHP_SELF /index.php//yxwd.html
REQUEST_TIME_FLOAT 1710824223.3214
REQUEST_TIME 1710824223
Environment Variables
USER www
HOME /home/www
HTTP_REFERER http://www.beacon-display.cn/yxwd.html
HTTP_USER_AGENT claudebot
HTTP_ACCEPT */*
HTTP_HOST www.beacon-display.cn
PATH_INFO //yxwd.html
REDIRECT_STATUS 200
SERVER_NAME beacon-display.cn
SERVER_PORT 443
SERVER_ADDR 60.247.155.129
REMOTE_PORT 35636
REMOTE_ADDR 18.208.203.36
SERVER_SOFTWARE nginx/1.20.2
GATEWAY_INTERFACE CGI/1.1
HTTPS on
REQUEST_SCHEME https
SERVER_PROTOCOL HTTP/2.0
DOCUMENT_ROOT /home/wwwroot/jufeng
DOCUMENT_URI /index.php//yxwd.html
REQUEST_URI /yxwd.html
SCRIPT_NAME /index.php
CONTENT_LENGTH
CONTENT_TYPE
REQUEST_METHOD GET
QUERY_STRING
SCRIPT_FILENAME /home/wwwroot/jufeng/index.php
FCGI_ROLE RESPONDER
PHP_SELF /index.php//yxwd.html
REQUEST_TIME_FLOAT 1710824223.3214
REQUEST_TIME 1710824223
ThinkPHP Constants
APP_PATH /home/wwwroot/jufeng/wstmart/
CONF_PATH /home/wwwroot/jufeng/wstmart/common/conf/
WST_COMM /home/wwwroot/jufeng/wstmart/common/common/
WST_HOME_COMM /home/wwwroot/jufeng/wstmart/home/common/
WST_ADMIN_COMM /home/wwwroot/jufeng/wstmart/admin/common/
APP_HOOK true
WST_WECHAT_COMM /home/wwwroot/jufeng/wstmart/wechat/common/
THINK_VERSION 5.0.3
THINK_START_TIME 1710824223.322
THINK_START_MEM 381232
EXT .php
DS /
THINK_PATH /home/wwwroot/jufeng/thinkphp/
LIB_PATH /home/wwwroot/jufeng/thinkphp/library/
CORE_PATH /home/wwwroot/jufeng/thinkphp/library/think/
TRAIT_PATH /home/wwwroot/jufeng/thinkphp/library/traits/
ROOT_PATH /home/wwwroot/jufeng/
EXTEND_PATH /home/wwwroot/jufeng/extend/
VENDOR_PATH /home/wwwroot/jufeng/vendor/
RUNTIME_PATH /home/wwwroot/jufeng/runtime/
LOG_PATH /home/wwwroot/jufeng/runtime/log/
CACHE_PATH /home/wwwroot/jufeng/runtime/cache/
TEMP_PATH /home/wwwroot/jufeng/runtime/temp/
CONF_EXT .php
ENV_PREFIX PHP_
IS_CLI false
IS_WIN false
ADDON_PATH /home/wwwroot/jufeng/addons/
WST_ADDON_PATH ./addons/