[0] HttpException in App.php line 606

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

  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() in App.php line 456
  3. at App::exec() in App.php line 139
  4. at App::run() in start.php line 19
  5. at require('/www/wwwroot/www.hxs...') in index.php line 22

Environment Variables

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

Server/Request Data

USER
www
HOME
/home/www
HTTP_USER_AGENT
claudebot
HTTP_ACCEPT
*/*
HTTP_HOST
www.hxshw.com.cn
PATH_INFO
/index/index/second/id/69.html
REDIRECT_STATUS
200
SERVER_NAME
www.hxshw.com.cn
SERVER_PORT
443
SERVER_ADDR
192.168.0.125
REMOTE_PORT
56660
REMOTE_ADDR
3.83.87.94
SERVER_SOFTWARE
nginx/1.21.4
GATEWAY_INTERFACE
CGI/1.1
HTTPS
on
REQUEST_SCHEME
https
SERVER_PROTOCOL
HTTP/2.0
DOCUMENT_ROOT
/www/wwwroot/www.hxshw.com.cn/public
DOCUMENT_URI
/index.php
REQUEST_URI
/index/index/second/id/69.html
SCRIPT_NAME
/index.php
CONTENT_LENGTH
CONTENT_TYPE
REQUEST_METHOD
GET
QUERY_STRING
s=/index/index/second/id/69.html
SCRIPT_FILENAME
/www/wwwroot/www.hxshw.com.cn/public/index.php
FCGI_ROLE
RESPONDER
PHP_SELF
/index.php
REQUEST_TIME_FLOAT
1711666674.163
REQUEST_TIME
1711666674
Environment Variables
empty

ThinkPHP Constants

APP_PATH
/www/wwwroot/www.hxshw.com.cn/public/../application/
THINK_VERSION
5.0.24
THINK_START_TIME
1711666674.1634
THINK_START_MEM
409032
EXT
.php
DS
/
THINK_PATH
/www/wwwroot/www.hxshw.com.cn/thinkphp/
LIB_PATH
/www/wwwroot/www.hxshw.com.cn/thinkphp/library/
CORE_PATH
/www/wwwroot/www.hxshw.com.cn/thinkphp/library/think/
TRAIT_PATH
/www/wwwroot/www.hxshw.com.cn/thinkphp/library/traits/
ROOT_PATH
/www/wwwroot/www.hxshw.com.cn/
EXTEND_PATH
/www/wwwroot/www.hxshw.com.cn/extend/
VENDOR_PATH
/www/wwwroot/www.hxshw.com.cn/vendor/
RUNTIME_PATH
/www/wwwroot/www.hxshw.com.cn/runtime/
LOG_PATH
/www/wwwroot/www.hxshw.com.cn/runtime/log/
CACHE_PATH
/www/wwwroot/www.hxshw.com.cn/runtime/cache/
TEMP_PATH
/www/wwwroot/www.hxshw.com.cn/runtime/temp/
CONF_PATH
/www/wwwroot/www.hxshw.com.cn/public/../application/
CONF_EXT
.php
ENV_PREFIX
PHP_
IS_CLI
false
IS_WIN
false
FILTER_VALIDATE_BOOL
258
ADDON_PATH
/www/wwwroot/www.hxshw.com.cn/addons/