[0] HttpException in App.php line 392

方法不存在:app\index\controller\News->show-929()

  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, 'method not exists:' . get_class($instance) . '->' . $action . '()');
  11. }
  12. Hook::listen('action_begin', $call);
  13. if (!preg_match('/^[A-Za-z](\w|\.)*$/', $controller)) {
  14. throw new HttpException(404, 'controller not exists:' . $controller);
  15. }
  16. return self::invokeMethod($call, $vars);
  17. }

Call Stack

  1. in App.php line 392
  2. at App::module(['index', 'news', 'show-929'], ['app_namespace' => 'app', 'app_debug' => true, 'app_trace' => true, ...], true) in App.php line 140
  3. at App::run() in start.php line 18
  4. at require('/www/wwwroot/sxrj.id...') in index.php line 7

Environment Variables

GET Dataempty
POST Dataempty
Filesempty
Cookiesempty
Sessionempty
Server/Request Data
USER www
HOME /home/www
HTTP_HOST www.sanxiarenjia.com
HTTP_USER_AGENT claudebot
HTTP_ACCEPT */*
PATH_INFO /news/show-929.html
REDIRECT_STATUS 200
SERVER_NAME sxrj.idaorui.com
SERVER_PORT 80
SERVER_ADDR 172.26.201.92
REMOTE_PORT 39654
REMOTE_ADDR 3.227.252.87
SERVER_SOFTWARE nginx/1.15.10
GATEWAY_INTERFACE CGI/1.1
REQUEST_SCHEME http
SERVER_PROTOCOL HTTP/1.1
DOCUMENT_ROOT /www/wwwroot/sxrj.idaorui.com
DOCUMENT_URI /index.php
REQUEST_URI /news/show-929.html
SCRIPT_NAME /index.php
CONTENT_LENGTH
CONTENT_TYPE
REQUEST_METHOD GET
QUERY_STRING s=/news/show-929.html
SCRIPT_FILENAME /www/wwwroot/sxrj.idaorui.com/index.php
FCGI_ROLE RESPONDER
PHP_SELF /index.php
REQUEST_TIME_FLOAT 1711650669.4475
REQUEST_TIME 1711650669
Environment Variablesempty
ThinkPHP Constants
BIND_MODULE index
APP_PATH /www/wwwroot/sxrj.idaorui.com/application/
THINK_VERSION 5.0.3
THINK_START_TIME 1711650669.448
THINK_START_MEM 404688
EXT .php
DS /
THINK_PATH /www/wwwroot/sxrj.idaorui.com/core/thinkphp/
LIB_PATH /www/wwwroot/sxrj.idaorui.com/core/thinkphp/library/
CORE_PATH /www/wwwroot/sxrj.idaorui.com/core/thinkphp/library/think/
TRAIT_PATH /www/wwwroot/sxrj.idaorui.com/core/thinkphp/library/traits/
ROOT_PATH /www/wwwroot/sxrj.idaorui.com/
EXTEND_PATH /www/wwwroot/sxrj.idaorui.com/extend/
VENDOR_PATH /www/wwwroot/sxrj.idaorui.com/vendor/
RUNTIME_PATH /www/wwwroot/sxrj.idaorui.com/runtime/
LOG_PATH /www/wwwroot/sxrj.idaorui.com/runtime/log/
CACHE_PATH /www/wwwroot/sxrj.idaorui.com/runtime/cache/
TEMP_PATH /www/wwwroot/sxrj.idaorui.com/runtime/temp/
CONF_PATH /www/wwwroot/sxrj.idaorui.com/application/
CONF_EXT .php
ENV_PREFIX PHP_
IS_CLI false
IS_WIN false