[0] HttpException in App.php line 606

方法不存在:app\hx\controller\IndexController->usinfo()

  1. $actionName = $suffix ? substr($methodName, 0, -strlen($suffix)) : $methodName;
  2. $request->action($actionName);
  3. } elseif (is_callable([$instance, '_empty'])) {
  4. // 空操作
  5. $call = [$instance, '_empty'];
  6. $vars = [$actionName];
  7. } else {
  8. // 操作不存在
  9. throw new HttpException(404, 'method not exists:' . get_class($instance) . '->' . $action . '()');
  10. }
  11. Hook::listen('action_begin', $call);
  12. return self::invokeMethod($call, $vars);
  13. }
  14. /**
  15. * URL路由检测(根据PATH_INFO)

Call Stack

  1. in App.php line 606
  2. at App::module(['hx', 'index', 'usinfo'], ['app_host' => '', 'app_debug' => true, 'app_trace' => false, ...], true) in App.php line 456
  3. at App::exec(['type' => 'module', 'module' => ['hx', 'index', 'usinfo']], ['app_host' => '', 'app_debug' => true, 'app_trace' => false, ...]) in App.php line 139
  4. at App::run() in index.php line 41

Environment Variables

GET Data
empty
POST Data
empty
Files
empty
Cookies
empty
Session
empty

Server/Request Data

USER
www
HOME
/home/www
HTTP_REFERER
http://www.schxmy.com/hx/index/usinfo.html
HTTP_USER_AGENT
claudebot
HTTP_ACCEPT
*/*
HTTP_HOST
www.schxmy.com
PATH_INFO
hx/index/usinfo.html
REDIRECT_STATUS
200
SERVER_NAME
www.schxmy.com
SERVER_PORT
443
SERVER_ADDR
211.149.136.81
REMOTE_PORT
50530
REMOTE_ADDR
3.92.96.247
SERVER_SOFTWARE
nginx/1.22.1
GATEWAY_INTERFACE
CGI/1.1
HTTPS
on
REQUEST_SCHEME
https
SERVER_PROTOCOL
HTTP/2.0
DOCUMENT_ROOT
/home/wwwroot/www.schxmy.com/public
DOCUMENT_URI
/index.php
REQUEST_URI
/hx/index/usinfo.html
SCRIPT_NAME
/index.php
CONTENT_LENGTH
CONTENT_TYPE
REQUEST_METHOD
GET
QUERY_STRING
s=hx/index/usinfo.html
SCRIPT_FILENAME
/home/wwwroot/www.schxmy.com/public/index.php
FCGI_ROLE
RESPONDER
PHP_SELF
/index.php
REQUEST_TIME_FLOAT
1711638200.4732
REQUEST_TIME
1711638200
Environment Variables
empty

ThinkPHP Constants

APP_DEBUG
false
CMF_ROOT
/home/wwwroot/www.schxmy.com/public/../
APP_PATH
/home/wwwroot/www.schxmy.com/public/../app/
CMF_PATH
/home/wwwroot/www.schxmy.com/public/../simplewind/cmf/
PLUGINS_PATH
/home/wwwroot/www.schxmy.com/public/plugins/
EXTEND_PATH
/home/wwwroot/www.schxmy.com/public/../simplewind/extend/
VENDOR_PATH
/home/wwwroot/www.schxmy.com/public/../simplewind/vendor/
RUNTIME_PATH
/home/wwwroot/www.schxmy.com/public/../data/runtime/
THINKCMF_VERSION
5.0.180901
THINK_VERSION
5.0.24
THINK_START_TIME
1711638200.4738
THINK_START_MEM
411512
EXT
.php
DS
/
THINK_PATH
/home/wwwroot/www.schxmy.com/simplewind/thinkphp/
LIB_PATH
/home/wwwroot/www.schxmy.com/simplewind/thinkphp/library/
CORE_PATH
/home/wwwroot/www.schxmy.com/simplewind/thinkphp/library/think/
TRAIT_PATH
/home/wwwroot/www.schxmy.com/simplewind/thinkphp/library/traits/
ROOT_PATH
/home/wwwroot/www.schxmy.com/
LOG_PATH
/home/wwwroot/www.schxmy.com/public/../data/runtime/log/
CACHE_PATH
/home/wwwroot/www.schxmy.com/public/../data/runtime/cache/
TEMP_PATH
/home/wwwroot/www.schxmy.com/public/../data/runtime/temp/
CONF_PATH
/home/wwwroot/www.schxmy.com/public/../app/
CONF_EXT
.php
ENV_PREFIX
PHP_
IS_CLI
false
IS_WIN
false
HTMLPURIFIER_PREFIX
/home/wwwroot/www.schxmy.com/simplewind/vendor/ezyang/htmlpurifier/library
QINIU_FUNCTIONS_VERSION
7.2.5