[0] HttpException in App.php line 583

控制器不存在:app\home\controller\Components

  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(['Home', 'Components', 'News'], ['app_host' => '', 'app_debug' => true, 'app_trace' => false, ...], true) in App.php line 456
  3. at App::exec(['type' => 'module', 'module' => ['Home', 'Components', 'News']], ['app_host' => '', 'app_debug' => true, 'app_trace' => false, ...]) in App.php line 139
  4. at App::run() in start.php line 19
  5. at require('/www/wwwroot/www.shi...') in index.php line 18

Environment Variables

GET Data

backlist
/county-departments/departments-f-z/information-services-technology
POST Data
empty
Files
empty
Cookies
empty
Session
empty

Server/Request Data

USER
www
HOME
/home/www
HTTP_REFERER
http://strainedness.zsjingxin.net
HTTP_CONNECTION
keep-alive
HTTP_ACCEPT
*/*
HTTP_ACCEPT_ENCODING
gzip, deflate
HTTP_USER_AGENT
Mozilla/5.0 (Windows NT 5.1; rv:21.0) Gecko/20130401 Firefox/21.0
HTTP_HOST
strainedness.zsjingxin.net
PATH_INFO
/Home/Components/News/News/9571/
REDIRECT_STATUS
200
SERVER_NAME
strainedness.zsjingxin.net
SERVER_PORT
443
SERVER_ADDR
172.17.35.0
REMOTE_PORT
49442
REMOTE_ADDR
38.34.175.11
SERVER_SOFTWARE
nginx/1.22.0
GATEWAY_INTERFACE
CGI/1.1
HTTPS
on
REQUEST_SCHEME
http
SERVER_PROTOCOL
HTTP/1.1
DOCUMENT_ROOT
/www/wwwroot/strainedness.zsjingxin.net/public
DOCUMENT_URI
/index.php
REQUEST_URI
/Home/Components/News/News/9571/?backlist=%2Fcounty-departments%2Fdepartments-f-z%2Finformation-services-technology
SCRIPT_NAME
/index.php
CONTENT_LENGTH
CONTENT_TYPE
REQUEST_METHOD
GET
QUERY_STRING
s=/Home/Components/News/News/9571/&backlist=%2Fcounty-departments%2Fdepartments-f-z%2Finformation-services-technology
SCRIPT_FILENAME
/www/wwwroot/strainedness.zsjingxin.net/public/index.php
FCGI_ROLE
RESPONDER
PHP_SELF
/index.php
REQUEST_TIME_FLOAT
1742102161.9748
REQUEST_TIME
1742102161
Environment Variables
empty

ThinkPHP Constants

APP_DEV
false
APP_PATH
/www/wwwroot/strainedness.zsjingxin.net/public/../application/
THINK_VERSION
5.0.24
THINK_START_TIME
1742102161.9753
THINK_START_MEM
404256
EXT
.php
DS
/
THINK_PATH
/www/wwwroot/strainedness.zsjingxin.net/thinkphp/
LIB_PATH
/www/wwwroot/strainedness.zsjingxin.net/thinkphp/library/
CORE_PATH
/www/wwwroot/strainedness.zsjingxin.net/thinkphp/library/think/
TRAIT_PATH
/www/wwwroot/strainedness.zsjingxin.net/thinkphp/library/traits/
ROOT_PATH
/www/wwwroot/strainedness.zsjingxin.net/
EXTEND_PATH
/www/wwwroot/strainedness.zsjingxin.net/extend/
VENDOR_PATH
/www/wwwroot/strainedness.zsjingxin.net/vendor/
RUNTIME_PATH
/www/wwwroot/strainedness.zsjingxin.net/runtime/
LOG_PATH
/www/wwwroot/strainedness.zsjingxin.net/runtime/log/
CACHE_PATH
/www/wwwroot/strainedness.zsjingxin.net/runtime/cache/
TEMP_PATH
/www/wwwroot/strainedness.zsjingxin.net/runtime/temp/
CONF_PATH
/www/wwwroot/strainedness.zsjingxin.net/public/../application/
CONF_EXT
.php
ENV_PREFIX
PHP_
IS_CLI
false
IS_WIN
false