[0] HttpException in App.php line 349

模块不存在:messages

  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(['Messages', 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('/data/user/htdocs/th...') in index.php line 33

Environment Variables

GET Dataempty
POST Dataempty
Filesempty
Cookiesempty
Sessionempty
Server/Request Data
USER nobody
HOME /
HTTP_HOST www.jirfine.com
HTTP_REFERER http://www.jirfine.com/Messages.html
HTTP_USER_AGENT claudebot
HTTP_ACCEPT */*
REDIRECT_STATUS 200
SERVER_NAME www.jirfine.com
SERVER_PORT 443
SERVER_ADDR 10.29.127.85
REMOTE_PORT 57066
REMOTE_ADDR 44.213.80.174
SERVER_SOFTWARE nginx/1.18.0
GATEWAY_INTERFACE CGI/1.1
HTTPS on
REQUEST_SCHEME https
SERVER_PROTOCOL HTTP/1.1
DOCUMENT_ROOT /data/user/htdocs
DOCUMENT_URI /index.php
REQUEST_URI /Messages.html
SCRIPT_NAME /index.php
CONTENT_LENGTH
CONTENT_TYPE
REQUEST_METHOD GET
QUERY_STRING s=//Messages.html
PATH_INFO //Messages.html
SCRIPT_FILENAME /data/user/htdocs/index.php
FCGI_ROLE RESPONDER
PHP_SELF /index.php
REQUEST_TIME_FLOAT 1710816113.3804
REQUEST_TIME 1710816113
Environment Variablesempty
ThinkPHP Constants
APP_PATH /data/user/htdocs/wstmart/
CONF_PATH /data/user/htdocs/wstmart/common/conf/
WST_COMM /data/user/htdocs/wstmart/common/common/
WST_HOME_COMM /data/user/htdocs/wstmart/home/common/
WST_ADMIN_COMM /data/user/htdocs/wstmart/admin/common/
APP_HOOK true
WST_WECHAT_COMM /data/user/htdocs/wstmart/wechat/common/
THINK_VERSION 5.0.3
THINK_START_TIME 1710816113.3806
THINK_START_MEM 348288
EXT .php
DS /
THINK_PATH /data/user/htdocs/thinkphp/
LIB_PATH /data/user/htdocs/thinkphp/library/
CORE_PATH /data/user/htdocs/thinkphp/library/think/
TRAIT_PATH /data/user/htdocs/thinkphp/library/traits/
ROOT_PATH /data/user/htdocs/
EXTEND_PATH /data/user/htdocs/extend/
VENDOR_PATH /data/user/htdocs/vendor/
RUNTIME_PATH /data/user/htdocs/runtime/
LOG_PATH /data/user/htdocs/runtime/log/
CACHE_PATH /data/user/htdocs/runtime/cache/
TEMP_PATH /data/user/htdocs/runtime/temp/
CONF_EXT .php
ENV_PREFIX PHP_
IS_CLI false
IS_WIN false
ADDON_PATH /data/user/htdocs/addons/
WST_ADDON_PATH ./addons/
LANGFOR en