[0] HttpException in App.php line 606

方法不存在:app\index\controller\Index->reg()

  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(['index', 'index', 'reg'], ['app_host' => '', 'app_debug' => true, 'app_trace' => false, ...], true) in App.php line 456
  3. at App::exec(['type' => 'module', 'module' => ['index', 'index', 'reg']], ['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/data/www/ihwrm_...') in index.php line 7

Environment Variables

GET Data
empty
POST Data
empty
Files
empty
Cookies
empty

Session

module
{ "admin_id": "" }

Server/Request Data

USER
www
HOME
/home/www
HTTP_HOST
www.ihwrm.com
HTTP_REFERER
http://www.cuepa.cn/reg.php?model=hospital
HTTP_USER_AGENT
claudebot
HTTP_ACCEPT
*/*
PATH_INFO
/index/index/reg.html
REDIRECT_STATUS
200
SERVER_NAME
www.ihwrm.com
SERVER_PORT
80
SERVER_ADDR
220.248.165.19
REMOTE_PORT
48592
REMOTE_ADDR
44.206.248.122
SERVER_SOFTWARE
nginx/1.21.4
GATEWAY_INTERFACE
CGI/1.1
REQUEST_SCHEME
http
SERVER_PROTOCOL
HTTP/1.1
DOCUMENT_ROOT
/mnt/data/www/ihwrm_a_zong/html
DOCUMENT_URI
/index.php
REQUEST_URI
/index/index/reg.html
SCRIPT_NAME
/index.php
CONTENT_LENGTH
CONTENT_TYPE
REQUEST_METHOD
GET
QUERY_STRING
s=/index/index/reg.html
SCRIPT_FILENAME
/mnt/data/www/ihwrm_a_zong/html/index.php
FCGI_ROLE
RESPONDER
PHP_SELF
/index.php
REQUEST_TIME_FLOAT
1710837341.3114
REQUEST_TIME
1710837341
Environment Variables
empty

ThinkPHP Constants

APP_PATH
/mnt/data/www/ihwrm_a_zong/html/../app/
THINK_VERSION
5.0.24
THINK_START_TIME
1710837341.3118
THINK_START_MEM
398736
EXT
.php
DS
/
THINK_PATH
/mnt/data/www/ihwrm_a_zong/system/
LIB_PATH
/mnt/data/www/ihwrm_a_zong/system/library/
CORE_PATH
/mnt/data/www/ihwrm_a_zong/system/library/think/
TRAIT_PATH
/mnt/data/www/ihwrm_a_zong/system/library/traits/
ROOT_PATH
/mnt/data/www/ihwrm_a_zong/
EXTEND_PATH
/mnt/data/www/ihwrm_a_zong/extend/
VENDOR_PATH
/mnt/data/www/ihwrm_a_zong/vendor/
RUNTIME_PATH
/mnt/data/www/ihwrm_a_zong/runtime/
LOG_PATH
/mnt/data/www/ihwrm_a_zong/runtime/log/
CACHE_PATH
/mnt/data/www/ihwrm_a_zong/runtime/cache/
TEMP_PATH
/mnt/data/www/ihwrm_a_zong/runtime/temp/
CONF_PATH
/mnt/data/www/ihwrm_a_zong/html/../app/
CONF_EXT
.php
ENV_PREFIX
PHP_
IS_CLI
false
IS_WIN
false