[0] HttpException in App.php line 392

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

  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. return self::invokeMethod($call, $vars);
  14. }
  15. /**
  16. * 初始化应用

Call Stack

  1. in App.php line 392
  2. at App::module(['index', 'index', 'channel'], ['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/www.tou...') in index.php line 18

Environment Variables

GET Dataempty
POST Dataempty
Filesempty
Cookiesempty
Sessionempty
Server/Request Data
USER www
HOME /home/www
SCRIPT_NAME /index.php
REQUEST_URI /index/channel/index/id/17.html
QUERY_STRING
REQUEST_METHOD GET
SERVER_PROTOCOL HTTP/1.1
GATEWAY_INTERFACE CGI/1.1
REDIRECT_URL /index/channel/index/id/17.html
REMOTE_PORT 35564
SCRIPT_FILENAME /www/wwwroot/www.touchhr.com/public/index.php
SERVER_ADMIN webmaster@example.com
CONTEXT_DOCUMENT_ROOT /www/wwwroot/www.touchhr.com/public
CONTEXT_PREFIX
REQUEST_SCHEME http
DOCUMENT_ROOT /www/wwwroot/www.touchhr.com/public
REMOTE_ADDR 44.222.146.114
SERVER_PORT 80
SERVER_ADDR 172.16.62.105
SERVER_NAME www.touchhr.com
SERVER_SOFTWARE Apache
SERVER_SIGNATURE <address>Apache Server at www.touchhr.com Port 80</address>
LD_LIBRARY_PATH /www/server/apache/lib
PATH /bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin:/root/bin
HTTP_HOST www.touchhr.com
HTTP_USER_AGENT claudebot
HTTP_ACCEPT */*
proxy-nokeepalive 1
REDIRECT_STATUS 200
REDIRECT_PATH_INFO index/channel/index/id/17.html
FCGI_ROLE RESPONDER
PHP_SELF /index.php
REQUEST_TIME_FLOAT 1711657762.7701
REQUEST_TIME 1711657762
PATH_INFO index/channel/index/id/17.html
Environment Variablesempty
ThinkPHP Constants
APP_PATH /www/wwwroot/www.touchhr.com/public/../application/
BIND_MODULE index
THINK_VERSION 5.0.3
THINK_START_TIME 1711657762.7705
THINK_START_MEM 380296
EXT .php
DS /
THINK_PATH /www/wwwroot/www.touchhr.com/thinkphp/
LIB_PATH /www/wwwroot/www.touchhr.com/thinkphp/library/
CORE_PATH /www/wwwroot/www.touchhr.com/thinkphp/library/think/
TRAIT_PATH /www/wwwroot/www.touchhr.com/thinkphp/library/traits/
ROOT_PATH /www/wwwroot/www.touchhr.com/
EXTEND_PATH /www/wwwroot/www.touchhr.com/extend/
VENDOR_PATH /www/wwwroot/www.touchhr.com/vendor/
RUNTIME_PATH /www/wwwroot/www.touchhr.com/runtime/
LOG_PATH /www/wwwroot/www.touchhr.com/runtime/log/
CACHE_PATH /www/wwwroot/www.touchhr.com/runtime/cache/
TEMP_PATH /www/wwwroot/www.touchhr.com/runtime/temp/
CONF_PATH /www/wwwroot/www.touchhr.com/public/../application/
CONF_EXT .php
ENV_PREFIX PHP_
IS_CLI false
IS_WIN false
__ROOT__