[0] HttpException in App.php line 347

模块不存在:home

  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 347
  2. at App::module(['Home', 'Index', 'other'], ['app_namespace' => 'app', 'app_debug' => true, 'app_trace' => false, ...], null) in App.php line 138
  3. at App::run() in start.php line 18
  4. at require('/www/wwwroot/www.wit...') in index.php line 28

Environment Variables

GET Dataempty
POST Dataempty
Filesempty
Cookiesempty
Sessionempty
Server/Request Data
USER www
HOME /home/www
FCGI_ROLE RESPONDER
proxy-nokeepalive 1
HTTP_ACCEPT */*
HTTP_USER_AGENT claudebot
HTTP_HOST www.with-you.xyz
PATH /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin
LD_LIBRARY_PATH /www/server/apache/lib
SERVER_SIGNATURE <address>Apache Server at www.with-you.xyz Port 80</address>
SERVER_SOFTWARE Apache
SERVER_NAME www.with-you.xyz
SERVER_ADDR 172.105.239.195
SERVER_PORT 80
REMOTE_ADDR 3.235.130.73
DOCUMENT_ROOT /www/wwwroot/www.with-you.xyz/public
REQUEST_SCHEME http
CONTEXT_PREFIX
CONTEXT_DOCUMENT_ROOT /www/wwwroot/www.with-you.xyz/public
SERVER_ADMIN webmaster@example.com
SCRIPT_FILENAME /www/wwwroot/www.with-you.xyz/public/index.php
REMOTE_PORT 38558
GATEWAY_INTERFACE CGI/1.1
SERVER_PROTOCOL HTTP/1.1
REQUEST_METHOD GET
QUERY_STRING
REQUEST_URI /index.php/Home/Index/other/id/3.html
SCRIPT_NAME /index.php
PATH_INFO /Home/Index/other/id/3.html
PATH_TRANSLATED redirect:/index.php/Index/other/id/3.html
PHP_SELF /index.php/Home/Index/other/id/3.html
REQUEST_TIME_FLOAT 1711669701.9678
REQUEST_TIME 1711669701
Environment Variablesempty
ThinkPHP Constants
APP_DEBUG true
ROOT_DOMAIN *.q.bendi-jp.com
VERSION 1.2.0 beta(20160927)
APP_PATH /www/wwwroot/www.with-you.xyz/public/../application/
THINK_VERSION 5.0.2
THINK_START_TIME 1711669701.9686
THINK_START_MEM 266040
EXT .php
DS /
THINK_PATH /www/wwwroot/www.with-you.xyz/thinkphp/
LIB_PATH /www/wwwroot/www.with-you.xyz/thinkphp/library/
CORE_PATH /www/wwwroot/www.with-you.xyz/thinkphp/library/think/
TRAIT_PATH /www/wwwroot/www.with-you.xyz/thinkphp/library/traits/
ROOT_PATH /www/wwwroot/www.with-you.xyz/
EXTEND_PATH /www/wwwroot/www.with-you.xyz/extend/
VENDOR_PATH /www/wwwroot/www.with-you.xyz/vendor/
RUNTIME_PATH /www/wwwroot/www.with-you.xyz/runtime/
LOG_PATH /www/wwwroot/www.with-you.xyz/runtime/log/
CACHE_PATH /www/wwwroot/www.with-you.xyz/runtime/cache/
TEMP_PATH /www/wwwroot/www.with-you.xyz/runtime/temp/
CONF_PATH /www/wwwroot/www.with-you.xyz/public/../application/
CONF_EXT .php
ENV_PREFIX PHP_
IS_CLI false
IS_WIN false