[0] HttpException in App.php line 534

模块不存在:xs

  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 534
  2. at App::module() in App.php line 455
  3. at App::exec() in App.php line 139
  4. at App::run() in start.php line 19
  5. at require('/home/wwwroot/www.ud...') in index.php line 17

Environment Variables

GET Data

id
6710
POST Data
empty
Files
empty
Cookies
empty
Session
empty

Server/Request Data

USER
www
HOME
/home/www
HTTP_HOST
udalu.com
HTTP_USER_AGENT
claudebot
HTTP_ACCEPT
*/*
PATH_INFO
//xs/index.asp
REDIRECT_STATUS
200
SERVER_NAME
www.udalu.com
SERVER_PORT
80
SERVER_ADDR
192.168.0.188
REMOTE_PORT
45334
REMOTE_ADDR
34.204.181.19
SERVER_SOFTWARE
nginx/1.22.0
GATEWAY_INTERFACE
CGI/1.1
REQUEST_SCHEME
http
SERVER_PROTOCOL
HTTP/1.1
DOCUMENT_ROOT
/home/wwwroot/www.udalu.com/public
DOCUMENT_URI
/index.php
REQUEST_URI
/xs/index.asp?id=6710
SCRIPT_NAME
/index.php
CONTENT_LENGTH
CONTENT_TYPE
REQUEST_METHOD
GET
QUERY_STRING
s=//xs/index.asp&id=6710
SCRIPT_FILENAME
/home/wwwroot/www.udalu.com/public/index.php
FCGI_ROLE
RESPONDER
PHP_SELF
REQUEST_TIME_FLOAT
1710827712.1009
REQUEST_TIME
1710827712
Environment Variables
empty

ThinkPHP Constants

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