[0] HttpException in Route.php line 73

插件控制器方法未找到

  1. if (is_callable([$instance, $action])) {
  2. // 执行操作方法
  3. $call = [$instance, $action];
  4. } elseif (is_callable([$instance, '_empty'])) {
  5. // 空操作
  6. $call = [$instance, '_empty'];
  7. $vars = [$action];
  8. } else {
  9. // 操作不存在
  10. throw new HttpException(404, __('addon action %s not found', get_class($instance) . '->' . $action . '()'));
  11. }
  12. Hook::listen('addon_action_begin', $call);
  13. return call_user_func_array($call, $vars);
  14. } else {
  15. abort(500, lang('addon can not be empty'));
  16. }
  17. }

Call Stack

  1. in Route.php line 73
  2. at Route->execute()
  3. at ReflectionMethod->invokeArgs() in App.php line 343
  4. at App::invokeMethod() in App.php line 470
  5. at App::exec() in App.php line 139
  6. at App::run() in start.php line 19
  7. at require('/www/wwwroot/chezhan...') in index.php line 23

Environment Variables

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

Server/Request Data

USER
www
HOME
/home/www
HTTP_REFERER
http://www.chezhanri.com/content-16-4651-1.html
HTTP_USER_AGENT
claudebot
HTTP_ACCEPT
*/*
HTTP_HOST
www.chezhanri.com
PATH_INFO
/content-16-4651-1.html
REDIRECT_STATUS
200
SERVER_NAME
chezhanri.com
SERVER_PORT
443
SERVER_ADDR
172.16.191.106
REMOTE_PORT
53052
REMOTE_ADDR
35.153.156.108
SERVER_SOFTWARE
nginx/1.24.0
GATEWAY_INTERFACE
CGI/1.1
HTTPS
on
REQUEST_SCHEME
https
SERVER_PROTOCOL
HTTP/2.0
DOCUMENT_ROOT
/www/wwwroot/chezhanri.com/public
DOCUMENT_URI
/index.php
REQUEST_URI
/content-16-4651-1.html
SCRIPT_NAME
/index.php
CONTENT_LENGTH
CONTENT_TYPE
REQUEST_METHOD
GET
QUERY_STRING
s=/content-16-4651-1.html
SCRIPT_FILENAME
/www/wwwroot/chezhanri.com/public/index.php
FCGI_ROLE
RESPONDER
PHP_SELF
/index.php
REQUEST_TIME_FLOAT
1711700948.632
REQUEST_TIME
1711700948
Environment Variables
empty

ThinkPHP Constants

APP_PATH
/www/wwwroot/chezhanri.com/public/../application/
THINK_VERSION
5.0.26
THINK_START_TIME
1711700948.6323
THINK_START_MEM
355384
EXT
.php
DS
/
THINK_PATH
/www/wwwroot/chezhanri.com/thinkphp/
LIB_PATH
/www/wwwroot/chezhanri.com/thinkphp/library/
CORE_PATH
/www/wwwroot/chezhanri.com/thinkphp/library/think/
TRAIT_PATH
/www/wwwroot/chezhanri.com/thinkphp/library/traits/
ROOT_PATH
/www/wwwroot/chezhanri.com/
EXTEND_PATH
/www/wwwroot/chezhanri.com/extend/
VENDOR_PATH
/www/wwwroot/chezhanri.com/vendor/
RUNTIME_PATH
/www/wwwroot/chezhanri.com/runtime/
LOG_PATH
/www/wwwroot/chezhanri.com/runtime/log/
CACHE_PATH
/www/wwwroot/chezhanri.com/runtime/cache/
TEMP_PATH
/www/wwwroot/chezhanri.com/runtime/temp/
CONF_PATH
/www/wwwroot/chezhanri.com/public/../application/
CONF_EXT
.php
ENV_PREFIX
PHP_
IS_CLI
false
IS_WIN
false
FILTER_VALIDATE_BOOL
258
HTMLPURIFIER_PREFIX
/www/wwwroot/chezhanri.com/vendor/ezyang/htmlpurifier/library
ADDON_PATH
/www/wwwroot/chezhanri.com/addons/