[0] HttpException in App.php line 360

模块不存在:dist

  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 360
  2. at App::module(['dist', 'aboutUs', null], ['app_host' => '', 'app_debug' => true, 'app_trace' => false, ...], null) in App.php line 295
  3. at App::exec(['type' => 'module', 'module' => ['dist', 'aboutUs', null]], ['app_host' => '', 'app_debug' => true, 'app_trace' => false, ...]) in App.php line 123
  4. at App::run() in start.php line 18
  5. at require('/www/wwwroot/www.dot...') in index.php line 18

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.dotconnector.com.cn
HTTP_USER_AGENT
claudebot
HTTP_ACCEPT
*/*
PATH_INFO
/dist/aboutUs.html
REDIRECT_STATUS
200
SERVER_NAME
www.dotconnector.com.cn
SERVER_PORT
80
SERVER_ADDR
172.19.173.45
REMOTE_PORT
52224
REMOTE_ADDR
3.239.214.173
SERVER_SOFTWARE
nginx/1.15.10
GATEWAY_INTERFACE
CGI/1.1
REQUEST_SCHEME
http
SERVER_PROTOCOL
HTTP/1.1
DOCUMENT_ROOT
/www/wwwroot/www.dotconnector.com.cn/public
DOCUMENT_URI
/index.php
REQUEST_URI
/dist/aboutUs.html
SCRIPT_NAME
/index.php
CONTENT_LENGTH
CONTENT_TYPE
REQUEST_METHOD
GET
QUERY_STRING
s=/dist/aboutUs.html
SCRIPT_FILENAME
/www/wwwroot/www.dotconnector.com.cn/public/index.php
FCGI_ROLE
RESPONDER
PHP_SELF
/index.php
REQUEST_TIME_FLOAT
1710814374.9476
REQUEST_TIME
1710814374
Environment Variables
empty

ThinkPHP Constants

APP_PATH
/www/wwwroot/www.dotconnector.com.cn/public/../application/
THINK_VERSION
5.0.10
THINK_START_TIME
1710814374.948
THINK_START_MEM
366968
EXT
.php
DS
/
THINK_PATH
/www/wwwroot/www.dotconnector.com.cn/thinkphp/
LIB_PATH
/www/wwwroot/www.dotconnector.com.cn/thinkphp/library/
CORE_PATH
/www/wwwroot/www.dotconnector.com.cn/thinkphp/library/think/
TRAIT_PATH
/www/wwwroot/www.dotconnector.com.cn/thinkphp/library/traits/
ROOT_PATH
/www/wwwroot/www.dotconnector.com.cn/
EXTEND_PATH
/www/wwwroot/www.dotconnector.com.cn/extend/
VENDOR_PATH
/www/wwwroot/www.dotconnector.com.cn/vendor/
RUNTIME_PATH
/www/wwwroot/www.dotconnector.com.cn/runtime/
LOG_PATH
/www/wwwroot/www.dotconnector.com.cn/runtime/log/
CACHE_PATH
/www/wwwroot/www.dotconnector.com.cn/runtime/cache/
TEMP_PATH
/www/wwwroot/www.dotconnector.com.cn/runtime/temp/
CONF_PATH
/www/wwwroot/www.dotconnector.com.cn/public/../application/
CONF_EXT
.php
ENV_PREFIX
PHP_
IS_CLI
false
IS_WIN
false