[0] HttpException in App.php line 607

方法不存在:app\index\controller\Reg->38()

  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 607
  2. at App::module(['index', 'reg', '38'], ['app_host' => '', 'app_debug' => true, 'app_trace' => false, ...], null) in App.php line 462
  3. at App::exec(['type' => 'module', 'module' => ['index', 'reg', '38']], ['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/taiwanm...') in index.php line 29

Environment Variables

GET Data
empty
POST Data
empty
Files
empty

Cookies

user_sid
91df38bbb1
Session
empty

Server/Request Data

USER
www
HOME
/home/www
FCGI_ROLE
RESPONDER
SCRIPT_FILENAME
/www/wwwroot/taiwanmaoyi.com/index.php
QUERY_STRING
REQUEST_METHOD
GET
CONTENT_TYPE
CONTENT_LENGTH
SCRIPT_NAME
/index.php
REQUEST_URI
/index.php/index/reg/38
DOCUMENT_URI
/index.php/index/reg/38
DOCUMENT_ROOT
/www/wwwroot/taiwanmaoyi.com
SERVER_PROTOCOL
HTTP/1.1
REQUEST_SCHEME
http
GATEWAY_INTERFACE
CGI/1.1
SERVER_SOFTWARE
nginx/1.18.0
REMOTE_ADDR
54.196.27.122
REMOTE_PORT
52266
SERVER_ADDR
172.17.60.61
SERVER_PORT
80
SERVER_NAME
taiwanmaoyi.com
REDIRECT_STATUS
200
PATH_INFO
/index/reg/38
HTTP_ACCEPT
*/*
HTTP_USER_AGENT
claudebot
HTTP_HOST
taiwanmaoyi.com
PHP_SELF
/index.php/index/reg/38
REQUEST_TIME_FLOAT
1711637171.6155
REQUEST_TIME
1711637171
Environment Variables
empty

ThinkPHP Constants

APP_PATH
/www/wwwroot/taiwanmaoyi.com/application/
ENTRANCE
index
THINK_VERSION
5.0.18
THINK_START_TIME
1711637171.616
THINK_START_MEM
260640
EXT
.php
DS
/
THINK_PATH
/www/wwwroot/taiwanmaoyi.com/thinkphp/
LIB_PATH
/www/wwwroot/taiwanmaoyi.com/thinkphp/library/
CORE_PATH
/www/wwwroot/taiwanmaoyi.com/thinkphp/library/think/
TRAIT_PATH
/www/wwwroot/taiwanmaoyi.com/thinkphp/library/traits/
ROOT_PATH
/www/wwwroot/taiwanmaoyi.com/
EXTEND_PATH
/www/wwwroot/taiwanmaoyi.com/extend/
VENDOR_PATH
/www/wwwroot/taiwanmaoyi.com/vendor/
RUNTIME_PATH
/www/wwwroot/taiwanmaoyi.com/runtime/
LOG_PATH
/www/wwwroot/taiwanmaoyi.com/runtime/log/
CACHE_PATH
/www/wwwroot/taiwanmaoyi.com/runtime/cache/
TEMP_PATH
/www/wwwroot/taiwanmaoyi.com/runtime/temp/
CONF_PATH
/www/wwwroot/taiwanmaoyi.com/application/
CONF_EXT
.php
ENV_PREFIX
PHP_
IS_CLI
false
IS_WIN
false
HTMLPURIFIER_PREFIX
/www/wwwroot/taiwanmaoyi.com/vendor/ezyang/htmlpurifier/library
FIRST_LOAD
true
TEMPLATE_PATH
/www/wwwroot/taiwanmaoyi.com/template/
IS_POST
false
PUBLIC_URL
/public/
PUBLIC_PATH
/www/wwwroot/taiwanmaoyi.com/public/
UPLOAD_URL
/public/uploads/
UPLOAD_PATH
/www/wwwroot/taiwanmaoyi.com/public/uploads/
STATIC_URL
/public/static/
STATIC_PATH
/www/wwwroot/taiwanmaoyi.com/public/static/
PLUGINS_PATH
/www/wwwroot/taiwanmaoyi.com/plugins/
CACHE_DIR
/www/wwwroot/taiwanmaoyi.com/runtime/
QUN
商圈
ADMIN_FILENAME
laobibi.php
LOAD_INDEXBASE
true