[0] HttpException in App.php line 317

模块不存在:shehui

  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 317
  2. at App::module(['shehui', null, null], ['app_namespace' => 'app', 'app_debug' => true, 'app_trace' => false, ...], null) in App.php line 134
  3. at App::run() in start.php line 18
  4. at require('/www/wwwroot/www.hao...') in index.php line 20

Environment Variables

GET Dataempty
POST Dataempty
Filesempty
Cookiesempty
Sessionempty
Server/Request Data
USER www
HOME /home/www
HTTP_REFERER http://www.haoqinhang.com/shehui
HTTP_USER_AGENT claudebot
HTTP_ACCEPT */*
HTTP_HOST www.haoqinhang.com
PATH_INFO /shehui
REDIRECT_STATUS 200
SERVER_NAME www.haoqinhang.com
SERVER_PORT 443
SERVER_ADDR 172.26.9.219
REMOTE_PORT 51376
REMOTE_ADDR 35.173.178.60
SERVER_SOFTWARE nginx/1.16.1
GATEWAY_INTERFACE CGI/1.1
HTTPS on
REQUEST_SCHEME https
SERVER_PROTOCOL HTTP/2.0
DOCUMENT_ROOT /www/wwwroot/www.haoqinhang.com/public
DOCUMENT_URI /index.php
REQUEST_URI /shehui
SCRIPT_NAME /index.php
CONTENT_LENGTH
CONTENT_TYPE
REQUEST_METHOD GET
QUERY_STRING s=/shehui
SCRIPT_FILENAME /www/wwwroot/www.haoqinhang.com/public/index.php
FCGI_ROLE RESPONDER
PHP_SELF /index.php
REQUEST_TIME_FLOAT 1711619935.215
REQUEST_TIME 1711619935
Environment Variablesempty
ThinkPHP Constants
APP_PATH /www/wwwroot/www.haoqinhang.com/public/../application/
THINK_VERSION 5.0.0
THINK_START_TIME 1711619935.2154
THINK_START_MEM 404248
EXT .php
DS /
THINK_PATH /www/wwwroot/www.haoqinhang.com/thinkphp/
LIB_PATH /www/wwwroot/www.haoqinhang.com/thinkphp/library/
CORE_PATH /www/wwwroot/www.haoqinhang.com/thinkphp/library/think/
TRAIT_PATH /www/wwwroot/www.haoqinhang.com/thinkphp/library/traits/
ROOT_PATH /www/wwwroot/www.haoqinhang.com/public/../
EXTEND_PATH /www/wwwroot/www.haoqinhang.com/public/../extend/
VENDOR_PATH /www/wwwroot/www.haoqinhang.com/public/../vendor/
RUNTIME_PATH /www/wwwroot/www.haoqinhang.com/public/../runtime/
LOG_PATH /www/wwwroot/www.haoqinhang.com/public/../runtime/log/
CACHE_PATH /www/wwwroot/www.haoqinhang.com/public/../runtime/cache/
TEMP_PATH /www/wwwroot/www.haoqinhang.com/public/../runtime/temp/
CONF_PATH /www/wwwroot/www.haoqinhang.com/public/../application/
CONF_EXT .php
ENV_PREFIX PHP_
IS_CLI false
IS_WIN false