[0] HttpException in App.php line 535

模块不存在:about_4

  1. $config = self::init($module);
  2. // 模块请求缓存检查
  3. $request->cache(
  4. $config['request_cache'],
  5. $config['request_cache_expire'],
  6. $config['request_cache_except']
  7. );
  8. } else {
  9. throw new HttpException(404, 'module not exists:' . $module);
  10. }
  11. } else {
  12. // 单一模块部署
  13. $module = '';
  14. $request->module($module);
  15. }
  16. // 设置默认过滤机制
  17. $request->filter($config['default_filter']);

Call Stack

  1. in App.php line 535
  2. at App::module(['about_4', null, null], ['app_host' => '', 'app_debug' => true, 'app_trace' => false, ...], null) in App.php line 457
  3. at App::exec(['type' => 'module', 'module' => ['about_4', null, null]], ['app_host' => '', 'app_debug' => true, 'app_trace' => false, ...]) in App.php line 139
  4. at App::run() in start.php line 19
  5. at require('/home/wwwroot/star/t...') 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
FCGI_ROLE
RESPONDER
SCRIPT_FILENAME
/home/wwwroot/star/index.php
QUERY_STRING
s=//about_4.html
REQUEST_METHOD
GET
CONTENT_TYPE
CONTENT_LENGTH
SCRIPT_NAME
/index.php
REQUEST_URI
/about_4.html
DOCUMENT_URI
/index.php
DOCUMENT_ROOT
/home/wwwroot/star
SERVER_PROTOCOL
HTTP/1.1
REQUEST_SCHEME
https
HTTPS
on
GATEWAY_INTERFACE
CGI/1.1
SERVER_SOFTWARE
nginx/1.16.0
REMOTE_ADDR
44.222.149.13
REMOTE_PORT
41788
SERVER_ADDR
172.16.226.104
SERVER_PORT
443
SERVER_NAME
www.landzo.com.cn
REDIRECT_STATUS
200
PATH_INFO
//about_4.html
HTTP_ACCEPT
*/*
HTTP_USER_AGENT
claudebot
HTTP_REFERER
http://www.landzo.com.cn/about_4.html
HTTP_HOST
www.landzo.com.cn
PHP_SELF
REQUEST_TIME_FLOAT
1710822476.1515
REQUEST_TIME
1710822476
Environment Variables
empty

ThinkPHP Constants

ENV
APP_PATH
/home/wwwroot/star/application/
THINK_VERSION
5.0.24
THINK_START_TIME
1710822476.1521
THINK_START_MEM
260480
EXT
.php
DS
/
THINK_PATH
/home/wwwroot/star/thinkphp/
LIB_PATH
/home/wwwroot/star/thinkphp/library/
CORE_PATH
/home/wwwroot/star/thinkphp/library/think/
TRAIT_PATH
/home/wwwroot/star/thinkphp/library/traits/
ROOT_PATH
/home/wwwroot/star/
EXTEND_PATH
/home/wwwroot/star/extend/
VENDOR_PATH
/home/wwwroot/star/vendor/
RUNTIME_PATH
/home/wwwroot/star/runtime/
LOG_PATH
/home/wwwroot/star/runtime/log/
CACHE_PATH
/home/wwwroot/star/runtime/cache/
TEMP_PATH
/home/wwwroot/star/runtime/temp/
CONF_PATH
/home/wwwroot/star/application/
CONF_EXT
.php
ENV_PREFIX
PHP_
IS_CLI
false
IS_WIN
false