[0] HttpException in App.php line 606

方法不存在:app\index\controller\About->t510()

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

Environment Variables

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

Server/Request Data

USER
www
HOME
/home/www
SCRIPT_NAME
/index.php
REQUEST_URI
/about/t510/index.htm
QUERY_STRING
REQUEST_METHOD
GET
SERVER_PROTOCOL
HTTP/2.0
GATEWAY_INTERFACE
CGI/1.1
REDIRECT_URL
/about/t510/index.htm
REMOTE_PORT
55404
SCRIPT_FILENAME
/www/wwwroot/dexiang.ocean-ad.vip/public/index.php
SERVER_ADMIN
webmaster@example.com
CONTEXT_DOCUMENT_ROOT
/www/wwwroot/dexiang.ocean-ad.vip/public
CONTEXT_PREFIX
REQUEST_SCHEME
https
DOCUMENT_ROOT
/www/wwwroot/dexiang.ocean-ad.vip/public
REMOTE_ADDR
3.239.59.193
SERVER_PORT
443
SERVER_ADDR
172.17.192.23
SERVER_NAME
www.tegent.com.cn
SERVER_SOFTWARE
Apache
SERVER_SIGNATURE
<address>Apache Server at www.tegent.com.cn Port 443</address>
LD_LIBRARY_PATH
/www/server/apache/lib
PATH
/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin
HTTP_HOST
www.tegent.com.cn
HTTP_REFERER
http://www.tegent.com.cn/about/t510/index.htm
HTTP_USER_AGENT
claudebot
HTTP_ACCEPT
*/*
proxy-nokeepalive
1
H2_STREAM_TAG
145-3
H2_STREAM_ID
3
H2_PUSHED_ON
H2_PUSHED
H2_PUSH
off
H2PUSH
off
HTTP2
on
SSL_TLS_SNI
www.tegent.com.cn
HTTPS
on
REDIRECT_STATUS
200
REDIRECT_H2_STREAM_TAG
145-3
REDIRECT_H2_STREAM_ID
3
REDIRECT_H2_PUSHED_ON
REDIRECT_H2_PUSHED
REDIRECT_H2_PUSH
off
REDIRECT_H2PUSH
off
REDIRECT_HTTP2
on
REDIRECT_SSL_TLS_SNI
www.tegent.com.cn
REDIRECT_HTTPS
on
REDIRECT_PATH_INFO
about/t510/index.htm
FCGI_ROLE
RESPONDER
PHP_SELF
/index.php
REQUEST_TIME_FLOAT
1710818369.9671
REQUEST_TIME
1710818369
PATH_INFO
about/t510/index.htm
Environment Variables
empty

ThinkPHP Constants

APP_PATH
/www/wwwroot/dexiang.ocean-ad.vip/public/../application/
THINK_VERSION
5.0.24
THINK_START_TIME
1710818369.9676
THINK_START_MEM
385232
EXT
.php
DS
/
THINK_PATH
/www/wwwroot/dexiang.ocean-ad.vip/thinkphp/
LIB_PATH
/www/wwwroot/dexiang.ocean-ad.vip/thinkphp/library/
CORE_PATH
/www/wwwroot/dexiang.ocean-ad.vip/thinkphp/library/think/
TRAIT_PATH
/www/wwwroot/dexiang.ocean-ad.vip/thinkphp/library/traits/
ROOT_PATH
/www/wwwroot/dexiang.ocean-ad.vip/
EXTEND_PATH
/www/wwwroot/dexiang.ocean-ad.vip/extend/
VENDOR_PATH
/www/wwwroot/dexiang.ocean-ad.vip/vendor/
RUNTIME_PATH
/www/wwwroot/dexiang.ocean-ad.vip/runtime/
LOG_PATH
/www/wwwroot/dexiang.ocean-ad.vip/runtime/log/
CACHE_PATH
/www/wwwroot/dexiang.ocean-ad.vip/runtime/cache/
TEMP_PATH
/www/wwwroot/dexiang.ocean-ad.vip/runtime/temp/
CONF_PATH
/www/wwwroot/dexiang.ocean-ad.vip/public/../application/
CONF_EXT
.php
ENV_PREFIX
PHP_
IS_CLI
false
IS_WIN
false
ADDON_PATH
/www/wwwroot/dexiang.ocean-ad.vip/addons/