[0] HttpException in App.php line 535

模块不存在:we-have-renewed-our-website

  1. $config = self::init($module);
  2. // 模块请求缓存检查
  3. $request->cache(
  4. $config['request_cache'],
  5. $config['request_cache_expire'],
  6. $config['request_cache_except']
  7. );
  8. } else {
  9. throw new HttpException(404, 'module not exists:' . $module);
  10. }
  11. } else {
  12. // 单一模块部署
  13. $module = '';
  14. $request->module($module);
  15. }
  16. // 设置默认过滤机制
  17. $request->filter($config['default_filter']);

Call Stack

  1. in App.php line 535
  2. at App::module(['we-have-renewed-our-...', null, null], ['app_host' => '', 'app_debug' => 'true', 'app_trace' => false, ...], null) in App.php line 456
  3. at App::exec(['type' => 'module', 'module' => ['we-have-renewed-our-...', null, null]], ['app_host' => '', 'app_debug' => 'true', 'app_trace' => false, ...]) in App.php line 139
  4. at App::run() in start.php line 19
  5. at require('/data/user/htdocs/th...') in index.php line 18

Environment Variables

GET Data
empty
POST Data
empty
Files
empty
Cookies
empty
Session
empty

Server/Request Data

USER
nobody
HOME
/
HTTP_HOST
npi-sh.com
HTTP_REFERER
http://npi-sh.com/we-have-renewed-our-website/
HTTP_USER_AGENT
claudebot
HTTP_ACCEPT
*/*
REDIRECT_STATUS
200
SERVER_NAME
npi-sh.com
SERVER_PORT
443
SERVER_ADDR
172.19.7.250
REMOTE_PORT
50348
REMOTE_ADDR
54.225.1.66
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
/we-have-renewed-our-website/
SCRIPT_NAME
/index.php
CONTENT_LENGTH
CONTENT_TYPE
REQUEST_METHOD
GET
QUERY_STRING
s=/we-have-renewed-our-website/
PATH_INFO
/we-have-renewed-our-website/
SCRIPT_FILENAME
/data/user/htdocs/index.php
FCGI_ROLE
RESPONDER
PHP_SELF
/index.php
REQUEST_TIME_FLOAT
1710835375.8908
REQUEST_TIME
1710835375
Environment Variables
empty

ThinkPHP Constants

APP_PATH
/data/user/htdocs/app/
RUNTIME_PATH
/data/user/htdocs/data/runtime/
THINK_VERSION
5.0.24
THINK_START_TIME
1710835375.8909
THINK_START_MEM
348216
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/
LOG_PATH
/data/user/htdocs/data/runtime/log/
CACHE_PATH
/data/user/htdocs/data/runtime/cache/
TEMP_PATH
/data/user/htdocs/data/runtime/temp/
CONF_PATH
/data/user/htdocs/app/
CONF_EXT
.php
ENV_PREFIX
PHP_
IS_CLI
false
IS_WIN
false
QINIU_FUNCTIONS_VERSION
7.2.0
ADDON_PATH
/data/user/htdocs/addons/