[0] HttpException in App.php line 535

模块不存在:pdlc.aspx

  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(['pdlc.aspx', null, null], ['app_host' => '', 'app_debug' => true, 'app_trace' => false, ...], null) in App.php line 456
  3. at App::exec(['type' => 'module', 'module' => ['pdlc.aspx', 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('/mnt/www/web/thinkph...') in index.php line 5

Environment Variables

GET Data

qtype
tree
ta
SS
tb
S03
POST Data
empty
Files
empty
Cookies
empty
Session
empty

Server/Request Data

USER
www
HOME
/home/www
HTTP_HOST
www.archie.com.cn
HTTP_USER_AGENT
claudebot
HTTP_ACCEPT
*/*
PHP_ADMIN_VALUE
open_basedir=NULL
REDIRECT_STATUS
200
SERVER_NAME
yj.archie.com.cn
SERVER_PORT
80
SERVER_ADDR
172.18.0.97
REMOTE_PORT
60846
REMOTE_ADDR
3.237.186.170
SERVER_SOFTWARE
nginx/1.14.1
GATEWAY_INTERFACE
CGI/1.1
REQUEST_SCHEME
http
SERVER_PROTOCOL
HTTP/1.1
DOCUMENT_ROOT
/mnt/www/web/public
DOCUMENT_URI
/index.php
REQUEST_URI
/pdlc.aspx?qtype=tree&ta=SS&tb=S03
SCRIPT_NAME
/index.php
CONTENT_LENGTH
CONTENT_TYPE
REQUEST_METHOD
GET
QUERY_STRING
s=/pdlc.aspx&qtype=tree&ta=SS&tb=S03
SCRIPT_FILENAME
/mnt/www/web/public/index.php
FCGI_ROLE
RESPONDER
PHP_SELF
/index.php
REQUEST_TIME_FLOAT
1711659388.7901
REQUEST_TIME
1711659388
PATH_INFO
/pdlc.aspx
Environment Variables
empty

ThinkPHP Constants

APP_PATH
/mnt/www/web/public/../application/
THINK_VERSION
5.0.19
THINK_START_TIME
1711659388.7903
THINK_START_MEM
403968
EXT
.php
DS
/
THINK_PATH
/mnt/www/web/thinkphp/
LIB_PATH
/mnt/www/web/thinkphp/library/
CORE_PATH
/mnt/www/web/thinkphp/library/think/
TRAIT_PATH
/mnt/www/web/thinkphp/library/traits/
ROOT_PATH
/mnt/www/web/
EXTEND_PATH
/mnt/www/web/extend/
VENDOR_PATH
/mnt/www/web/vendor/
RUNTIME_PATH
/mnt/www/web/runtime/
LOG_PATH
/mnt/www/web/runtime/log/
CACHE_PATH
/mnt/www/web/runtime/cache/
TEMP_PATH
/mnt/www/web/runtime/temp/
CONF_PATH
/mnt/www/web/public/../application/
CONF_EXT
.php
ENV_PREFIX
PHP_
IS_CLI
false
IS_WIN
false