[0] HttpException in App.php line 353

模块不存在:h-col-104

  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(['h-col-104', null, 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/121.41....') in index.php line 22

Environment Variables

GET Data
m1687pageno 12
POST Dataempty
Filesempty
Cookiesempty
Sessionempty
Server/Request Data
USER www
HOME /home/www
HTTP_HOST www.hippiy.com
HTTP_USER_AGENT claudebot
HTTP_ACCEPT */*
PATH_INFO /h-col-104.html
REDIRECT_STATUS 200
SERVER_NAME www.hippiy.com
SERVER_PORT 80
SERVER_ADDR 172.16.99.241
REMOTE_PORT 58512
REMOTE_ADDR 35.175.212.5
SERVER_SOFTWARE nginx/1.22.1
GATEWAY_INTERFACE CGI/1.1
REQUEST_SCHEME http
SERVER_PROTOCOL HTTP/1.1
DOCUMENT_ROOT /www/wwwroot/121.41.179.144
DOCUMENT_URI /index.php
REQUEST_URI /h-col-104.html?m1687pageno=12
SCRIPT_NAME /index.php
CONTENT_LENGTH
CONTENT_TYPE
REQUEST_METHOD GET
QUERY_STRING s=/h-col-104.html&m1687pageno=12
SCRIPT_FILENAME /www/wwwroot/121.41.179.144/index.php
FCGI_ROLE RESPONDER
PHP_SELF /index.php
REQUEST_TIME_FLOAT 1711619464.861
REQUEST_TIME 1711619464
Environment Variablesempty
ThinkPHP Constants
APP_PATH /www/wwwroot/121.41.179.144/application/
ARTICLE_TYPE [ "\u4f01\u4e1a\u65b0\u95fb", "\u884c\u4e1a\u8d44\u8baf" ]
THINK_VERSION 5.0.4
THINK_START_TIME 1711619464.8613
THINK_START_MEM 380304
EXT .php
DS /
THINK_PATH /www/wwwroot/121.41.179.144/thinkphp/
LIB_PATH /www/wwwroot/121.41.179.144/thinkphp/library/
CORE_PATH /www/wwwroot/121.41.179.144/thinkphp/library/think/
TRAIT_PATH /www/wwwroot/121.41.179.144/thinkphp/library/traits/
ROOT_PATH /www/wwwroot/121.41.179.144/
EXTEND_PATH /www/wwwroot/121.41.179.144/extend/
VENDOR_PATH /www/wwwroot/121.41.179.144/vendor/
RUNTIME_PATH /www/wwwroot/121.41.179.144/runtime/
LOG_PATH /www/wwwroot/121.41.179.144/runtime/log/
CACHE_PATH /www/wwwroot/121.41.179.144/runtime/cache/
TEMP_PATH /www/wwwroot/121.41.179.144/runtime/temp/
CONF_PATH /www/wwwroot/121.41.179.144/application/
CONF_EXT .php
ENV_PREFIX PHP_
IS_CLI false
IS_WIN false