[0] HttpException in App.php line 391

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

  1. if (is_callable([$instance, $action])) {
  2. // 执行操作方法
  3. $call = [$instance, $action];
  4. } elseif (is_callable([$instance, '_empty'])) {
  5. // 空操作
  6. $call = [$instance, '_empty'];
  7. $vars = [$actionName];
  8. } else {
  9. // 操作不存在
  10. throw new HttpException(404, 'method not exists:' . get_class($instance) . '->' . $action . '()');
  11. }
  12. Hook::listen('action_begin', $call);
  13. return self::invokeMethod($call, $vars);
  14. }
  15. /**
  16. * 初始化应用

Call Stack

  1. in App.php line 391
  2. at App::module(['index', 'index', 'zyxuanorg'], ['app_namespace' => 'app', 'app_debug' => true, 'app_trace' => true, ...], null) in App.php line 130
  3. at App::run() in start.php line 18
  4. at require('/vdb/wwwroot/www.zyx...') in index.php line 17

Environment Variables

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

Server/Request Data

USER
www
HOME
/home/www
FCGI_ROLE
RESPONDER
REDIRECT_HTTPS
on
REDIRECT_SSL_TLS_SNI
www.zyxqc.com
REDIRECT_HTTP2
on
REDIRECT_H2PUSH
off
REDIRECT_H2_PUSH
off
REDIRECT_H2_PUSHED
REDIRECT_H2_PUSHED_ON
REDIRECT_H2_STREAM_ID
3
REDIRECT_H2_STREAM_TAG
3170-32-3
REDIRECT_STATUS
200
HTTPS
on
SSL_TLS_SNI
www.zyxqc.com
HTTP2
on
H2PUSH
off
H2_PUSH
off
H2_PUSHED
H2_PUSHED_ON
H2_STREAM_ID
3
H2_STREAM_TAG
3170-32-3
proxy-nokeepalive
1
HTTP_ACCEPT
*/*
HTTP_USER_AGENT
claudebot
HTTP_REFERER
http://www.zyxqc.com/index/index/zyxuanorg.html
HTTP_HOST
www.zyxqc.com
PATH
/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin
LD_LIBRARY_PATH
/www/server/apache/lib
SERVER_SIGNATURE
<address>Apache Server at www.zyxqc.com Port 443</address>
SERVER_SOFTWARE
Apache
SERVER_NAME
www.zyxqc.com
SERVER_ADDR
172.25.231.26
SERVER_PORT
443
REMOTE_ADDR
54.242.75.224
DOCUMENT_ROOT
/vdb/wwwroot/www.zyxqc.com/
REQUEST_SCHEME
https
CONTEXT_PREFIX
CONTEXT_DOCUMENT_ROOT
/vdb/wwwroot/www.zyxqc.com/
SERVER_ADMIN
webmaster@example.com
SCRIPT_FILENAME
/vdb/wwwroot/www.zyxqc.com/index.php
REMOTE_PORT
46142
REDIRECT_URL
/index/index/zyxuanorg.html
GATEWAY_INTERFACE
CGI/1.1
SERVER_PROTOCOL
HTTP/2.0
REQUEST_METHOD
GET
QUERY_STRING
REQUEST_URI
/index/index/zyxuanorg.html
SCRIPT_NAME
/index.php
PATH_INFO
/index/index/zyxuanorg.html
PATH_TRANSLATED
redirect:/index.php/index/index/zyxuanorg.html/index/zyxuanorg.html
PHP_SELF
/index.php/index/index/zyxuanorg.html
REQUEST_TIME_FLOAT
1710840403.4879
REQUEST_TIME
1710840403
Environment Variables
empty

ThinkPHP Constants

APP_PATH
/vdb/wwwroot/www.zyxqc.com/application/
THINK_VERSION
5.0.7
THINK_START_TIME
1710840403.4886
THINK_START_MEM
272704
EXT
.php
DS
/
THINK_PATH
/vdb/wwwroot/www.zyxqc.com/thinkphp/
LIB_PATH
/vdb/wwwroot/www.zyxqc.com/thinkphp/library/
CORE_PATH
/vdb/wwwroot/www.zyxqc.com/thinkphp/library/think/
TRAIT_PATH
/vdb/wwwroot/www.zyxqc.com/thinkphp/library/traits/
ROOT_PATH
/vdb/wwwroot/www.zyxqc.com/
EXTEND_PATH
/vdb/wwwroot/www.zyxqc.com/extend/
VENDOR_PATH
/vdb/wwwroot/www.zyxqc.com/vendor/
RUNTIME_PATH
/vdb/wwwroot/www.zyxqc.com/runtime/
LOG_PATH
/vdb/wwwroot/www.zyxqc.com/runtime/log/
CACHE_PATH
/vdb/wwwroot/www.zyxqc.com/runtime/cache/
TEMP_PATH
/vdb/wwwroot/www.zyxqc.com/runtime/temp/
CONF_PATH
/vdb/wwwroot/www.zyxqc.com/application/
CONF_EXT
.php
ENV_PREFIX
PHP_
IS_CLI
false
IS_WIN
false
0.033055s