[0] HttpException in App.php line 535

模块不存在:show.asp

  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(['show.asp', null, null], ['app_host' => '', 'app_debug' => true, 'app_trace' => false, ...], null) in App.php line 457
  3. at App::exec(['type' => 'module', 'module' => ['show.asp', 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('/www/wwwroot/www.hft...') in index.php line 22

Environment Variables

GET Data

id
530
POST Data
empty
Files
empty
Cookies
empty
Session
empty

Server/Request Data

USER
www
HOME
/home/www
FCGI_ROLE
RESPONDER
SCRIPT_FILENAME
/www/wwwroot/www.hfte.org/public/index.php
QUERY_STRING
s=/show.asp&id=530
REQUEST_METHOD
GET
CONTENT_TYPE
CONTENT_LENGTH
SCRIPT_NAME
/index.php
REQUEST_URI
/show.asp?id=530
DOCUMENT_URI
/index.php
DOCUMENT_ROOT
/www/wwwroot/www.hfte.org/public
SERVER_PROTOCOL
HTTP/1.1
REQUEST_SCHEME
http
GATEWAY_INTERFACE
CGI/1.1
SERVER_SOFTWARE
nginx/1.16.1
REMOTE_ADDR
3.231.3.140
REMOTE_PORT
52490
SERVER_ADDR
172.26.115.32
SERVER_PORT
80
SERVER_NAME
baln.zxbao.com.cn
REDIRECT_STATUS
200
PATH_INFO
/show.asp
HTTP_ACCEPT
*/*
HTTP_USER_AGENT
claudebot
HTTP_HOST
www.baln.com.cn
PHP_SELF
/index.php
REQUEST_TIME_FLOAT
1711720239.1864
REQUEST_TIME
1711720239
Environment Variables
empty

ThinkPHP Constants

APP_PATH
/www/wwwroot/www.hfte.org/public/../application/
PAY_PATH
/www/wwwroot/www.hfte.org/public/../extend/pay/
ACCESS_TOKEN
123456
THINK_VERSION
5.0.14
THINK_START_TIME
1711720239.1867
THINK_START_MEM
261064
EXT
.php
DS
/
THINK_PATH
/www/wwwroot/www.hfte.org/thinkphp/
LIB_PATH
/www/wwwroot/www.hfte.org/thinkphp/library/
CORE_PATH
/www/wwwroot/www.hfte.org/thinkphp/library/think/
TRAIT_PATH
/www/wwwroot/www.hfte.org/thinkphp/library/traits/
ROOT_PATH
/www/wwwroot/www.hfte.org/
EXTEND_PATH
/www/wwwroot/www.hfte.org/extend/
VENDOR_PATH
/www/wwwroot/www.hfte.org/vendor/
RUNTIME_PATH
/www/wwwroot/www.hfte.org/runtime/
LOG_PATH
/www/wwwroot/www.hfte.org/runtime/log/
CACHE_PATH
/www/wwwroot/www.hfte.org/runtime/cache/
TEMP_PATH
/www/wwwroot/www.hfte.org/runtime/temp/
CONF_PATH
/www/wwwroot/www.hfte.org/public/../application/
CONF_EXT
.php
ENV_PREFIX
PHP_
IS_CLI
false
IS_WIN
false