[0] HttpException in App.php line 583

控制器不存在:app\index\controller\Column

  1. try {
  2. $instance = Loader::controller(
  3. $controller,
  4. $config['url_controller_layer'],
  5. $config['controller_suffix'],
  6. $config['empty_controller']
  7. );
  8. } catch (ClassNotFoundException $e) {
  9. throw new HttpException(404, 'controller not exists:' . $e->getClass());
  10. }
  11. // 获取当前操作名
  12. $action = $actionName . $config['action_suffix'];
  13. $vars = [];
  14. if (is_callable([$instance, $action])) {
  15. // 执行操作方法
  16. $call = [$instance, $action];

Call Stack

  1. in App.php line 583
  2. at App::module() in App.php line 456
  3. at App::exec() in App.php line 139
  4. at App::run() in start.php line 19
  5. at require('/data/wwwroot/www.yu...') in index.php line 18

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://yuncentry.com/index.php/index/column/news
HTTP_USER_AGENT
claudebot
HTTP_ACCEPT
*/*
HTTP_HOST
www.yuncentry.com
PATH_INFO
/index/column/news
PHP_ADMIN_VALUE
open_basedir=/data/wwwroot/www.yuncentry.com/public/:/tmp/:/proc/:/data/wwwroot/www.yuncentry.com/public/../
REDIRECT_STATUS
200
SERVER_NAME
douhuomall.com
SERVER_PORT
443
SERVER_ADDR
172.16.117.63
REMOTE_PORT
43110
REMOTE_ADDR
34.236.152.203
SERVER_SOFTWARE
nginx/1.20.1
GATEWAY_INTERFACE
CGI/1.1
HTTPS
on
REQUEST_SCHEME
https
SERVER_PROTOCOL
HTTP/2.0
DOCUMENT_ROOT
/data/wwwroot/www.yuncentry.com/public
DOCUMENT_URI
/index.php
REQUEST_URI
/index.php/index/column/news
SCRIPT_NAME
/index.php
CONTENT_LENGTH
CONTENT_TYPE
REQUEST_METHOD
GET
QUERY_STRING
SCRIPT_FILENAME
/data/wwwroot/www.yuncentry.com/public/index.php
FCGI_ROLE
RESPONDER
PHP_SELF
/index/column/news
REQUEST_TIME_FLOAT
1710841305.5878
REQUEST_TIME
1710841305
Environment Variables
empty

ThinkPHP Constants

APP_PATH
/data/wwwroot/www.yuncentry.com/public/../application/
SITE_URL
http://www.yuncentry.com
THINK_VERSION
5.0.24
THINK_START_TIME
1710841305.5883
THINK_START_MEM
414720
EXT
.php
DS
/
THINK_PATH
/data/wwwroot/www.yuncentry.com/thinkphp/
LIB_PATH
/data/wwwroot/www.yuncentry.com/thinkphp/library/
CORE_PATH
/data/wwwroot/www.yuncentry.com/thinkphp/library/think/
TRAIT_PATH
/data/wwwroot/www.yuncentry.com/thinkphp/library/traits/
ROOT_PATH
/data/wwwroot/www.yuncentry.com/
EXTEND_PATH
/data/wwwroot/www.yuncentry.com/extend/
VENDOR_PATH
/data/wwwroot/www.yuncentry.com/vendor/
RUNTIME_PATH
/data/wwwroot/www.yuncentry.com/runtime/
LOG_PATH
/data/wwwroot/www.yuncentry.com/runtime/log/
CACHE_PATH
/data/wwwroot/www.yuncentry.com/runtime/cache/
TEMP_PATH
/data/wwwroot/www.yuncentry.com/runtime/temp/
CONF_PATH
/data/wwwroot/www.yuncentry.com/public/../application/
CONF_EXT
.php
ENV_PREFIX
PHP_
IS_CLI
false
IS_WIN
false