[0] HttpException in App.php line 341

模块不存在:index.php

  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 341
  2. at App::module(['index.php', 'home', 'index'], ['app_namespace' => 'app', 'app_debug' => true, 'app_trace' => false, ...], null) in App.php line 130
  3. at App::run() in start.php line 18
  4. at require('/home/wwwroot/zlmng....') in index.php line 17

Environment Variables

GET Dataempty
POST Dataempty
Filesempty
Cookiesempty
Sessionempty
Server/Request Data
USER www
HOME /home/www
FCGI_ROLE RESPONDER
SCRIPT_FILENAME /home/wwwroot/zlmng.jiekui.net/index.php
QUERY_STRING s=//index.php/home/index/index.html
REQUEST_METHOD GET
CONTENT_TYPE
CONTENT_LENGTH
SCRIPT_NAME /index.php
REQUEST_URI /index.php/home/index/index.html
DOCUMENT_URI /index.php
DOCUMENT_ROOT /home/wwwroot/zlmng.jiekui.net
SERVER_PROTOCOL HTTP/1.1
REQUEST_SCHEME http
GATEWAY_INTERFACE CGI/1.1
SERVER_SOFTWARE nginx/1.16.1
REMOTE_ADDR 3.238.228.191
REMOTE_PORT 52270
SERVER_ADDR 172.18.98.185
SERVER_PORT 80
SERVER_NAME cantonrehacare.com
REDIRECT_STATUS 200
PHP_ADMIN_VALUE open_basedir=/home/wwwroot/zlmng.jiekui.net/:/tmp/:/proc/:/home/wwwroot/
HTTP_ACCEPT */*
HTTP_USER_AGENT claudebot
HTTP_HOST www.cantonrehacare.com
PHP_SELF /index.php
REQUEST_TIME_FLOAT 1711661005.6501
REQUEST_TIME 1711661005
PATH_INFO //index.php/home/index/index.html
Environment Variablesempty
ThinkPHP Constants
APP_PATH /home/wwwroot/zlmng.jiekui.net/application/
THINK_VERSION 5.0.5
THINK_START_TIME 1711661005.6506
THINK_START_MEM 259528
EXT .php
DS /
THINK_PATH /home/wwwroot/zlmng.jiekui.net/thinkphp/
LIB_PATH /home/wwwroot/zlmng.jiekui.net/thinkphp/library/
CORE_PATH /home/wwwroot/zlmng.jiekui.net/thinkphp/library/think/
TRAIT_PATH /home/wwwroot/zlmng.jiekui.net/thinkphp/library/traits/
ROOT_PATH /home/wwwroot/zlmng.jiekui.net/
EXTEND_PATH /home/wwwroot/zlmng.jiekui.net/extend/
VENDOR_PATH /home/wwwroot/zlmng.jiekui.net/vendor/
RUNTIME_PATH /home/wwwroot/zlmng.jiekui.net/runtime/
LOG_PATH /home/wwwroot/zlmng.jiekui.net/runtime/log/
CACHE_PATH /home/wwwroot/zlmng.jiekui.net/runtime/cache/
TEMP_PATH /home/wwwroot/zlmng.jiekui.net/runtime/temp/
CONF_PATH /home/wwwroot/zlmng.jiekui.net/application/
CONF_EXT .php
ENV_PREFIX PHP_
IS_CLI false
IS_WIN false