[0] HttpException in App.php line 341

模块不存在:article

  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'], $config['request_cache_except']);
  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 341
  2. at App::module() in App.php line 130
  3. at App::run() in start.php line 18
  4. at require('/www/wwwroot/htdc/th...') in index.php line 3

Environment Variables

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

Server/Request Data

USER
www
HOME
/home/www
HTTP_HOST
www.hljjt.com
HTTP_USER_AGENT
claudebot
HTTP_ACCEPT
*/*
PATH_INFO
/article/cf10/index.html
REDIRECT_STATUS
200
SERVER_NAME
htdc.ltd
SERVER_PORT
80
SERVER_ADDR
172.29.195.231
REMOTE_PORT
43400
REMOTE_ADDR
3.237.186.170
SERVER_SOFTWARE
nginx/1.18.0
GATEWAY_INTERFACE
CGI/1.1
REQUEST_SCHEME
http
SERVER_PROTOCOL
HTTP/1.1
DOCUMENT_ROOT
/www/wwwroot/htdc
DOCUMENT_URI
/index.php
REQUEST_URI
/article/cf10/index.html
SCRIPT_NAME
/index.php
CONTENT_LENGTH
CONTENT_TYPE
REQUEST_METHOD
GET
QUERY_STRING
s=/article/cf10/index.html
SCRIPT_FILENAME
/www/wwwroot/htdc/index.php
FCGI_ROLE
RESPONDER
PHP_SELF
/index.php
REQUEST_TIME_FLOAT
1711616752.2156
REQUEST_TIME
1711616752
Environment Variables
empty

ThinkPHP Constants

APP_PATH
/www/wwwroot/htdc/application/
THINK_VERSION
5.0.7
THINK_START_TIME
1711616752.216
THINK_START_MEM
408080
EXT
.php
DS
/
THINK_PATH
/www/wwwroot/htdc/thinkphp/
LIB_PATH
/www/wwwroot/htdc/thinkphp/library/
CORE_PATH
/www/wwwroot/htdc/thinkphp/library/think/
TRAIT_PATH
/www/wwwroot/htdc/thinkphp/library/traits/
ROOT_PATH
/www/wwwroot/htdc/
EXTEND_PATH
/www/wwwroot/htdc/extend/
VENDOR_PATH
/www/wwwroot/htdc/vendor/
RUNTIME_PATH
/www/wwwroot/htdc/runtime/
LOG_PATH
/www/wwwroot/htdc/runtime/log/
CACHE_PATH
/www/wwwroot/htdc/runtime/cache/
TEMP_PATH
/www/wwwroot/htdc/runtime/temp/
CONF_PATH
/www/wwwroot/htdc/application/
CONF_EXT
.php
ENV_PREFIX
PHP_
IS_CLI
false
IS_WIN
false
Tinify\VERSION
1.5.2