[0] HttpException in App.php line 584

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

  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 584
  2. at App::module(['index', 'content', 'index'], ['app_host' => '', 'app_debug' => true, 'app_trace' => false, ...], true) in App.php line 461
  3. at App::exec(['type' => 'module', 'module' => ['index', 'content', 'index']], ['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.zha...') in index.php line 29

Environment Variables

GET Data
empty
POST Data
empty
Files
empty

Cookies

user_sid
fe626c321c
Session
empty

Server/Request Data

USER
www
HOME
/home/www
HTTP_USER_AGENT
claudebot
HTTP_ACCEPT
*/*
HTTP_HOST
www.zhaijiaban.cn
PATH_INFO
/index/content/index/fid/23.html
REDIRECT_STATUS
200
SERVER_NAME
www.zhaijiaban.cn
SERVER_PORT
443
SERVER_ADDR
172.18.196.221
REMOTE_PORT
54594
REMOTE_ADDR
18.209.209.28
SERVER_SOFTWARE
nginx/1.20.1
GATEWAY_INTERFACE
CGI/1.1
HTTPS
on
REQUEST_SCHEME
https
SERVER_PROTOCOL
HTTP/2.0
DOCUMENT_ROOT
/www/wwwroot/www.zhaijiaban.cn
DOCUMENT_URI
/index.php/index/content/index/fid/23.html
REQUEST_URI
/index.php/index/content/index/fid/23.html
SCRIPT_NAME
/index.php
CONTENT_LENGTH
CONTENT_TYPE
REQUEST_METHOD
GET
QUERY_STRING
SCRIPT_FILENAME
/www/wwwroot/www.zhaijiaban.cn/index.php
FCGI_ROLE
RESPONDER
PHP_SELF
/index.php/index/content/index/fid/23.html
REQUEST_TIME_FLOAT
1711654896.5226
REQUEST_TIME
1711654896
Environment Variables
empty

ThinkPHP Constants

APP_PATH
/www/wwwroot/www.zhaijiaban.cn/application/
ENTRANCE
index
THINK_VERSION
5.0.18
THINK_START_TIME
1711654896.5228
THINK_START_MEM
356432
EXT
.php
DS
/
THINK_PATH
/www/wwwroot/www.zhaijiaban.cn/thinkphp/
LIB_PATH
/www/wwwroot/www.zhaijiaban.cn/thinkphp/library/
CORE_PATH
/www/wwwroot/www.zhaijiaban.cn/thinkphp/library/think/
TRAIT_PATH
/www/wwwroot/www.zhaijiaban.cn/thinkphp/library/traits/
ROOT_PATH
/www/wwwroot/www.zhaijiaban.cn/
EXTEND_PATH
/www/wwwroot/www.zhaijiaban.cn/extend/
VENDOR_PATH
/www/wwwroot/www.zhaijiaban.cn/vendor/
RUNTIME_PATH
/www/wwwroot/www.zhaijiaban.cn/runtime/
LOG_PATH
/www/wwwroot/www.zhaijiaban.cn/runtime/log/
CACHE_PATH
/www/wwwroot/www.zhaijiaban.cn/runtime/cache/
TEMP_PATH
/www/wwwroot/www.zhaijiaban.cn/runtime/temp/
CONF_PATH
/www/wwwroot/www.zhaijiaban.cn/application/
CONF_EXT
.php
ENV_PREFIX
PHP_
IS_CLI
false
IS_WIN
false
HTMLPURIFIER_PREFIX
/www/wwwroot/www.zhaijiaban.cn/vendor/ezyang/htmlpurifier/library
FIRST_LOAD
true
TEMPLATE_PATH
/www/wwwroot/www.zhaijiaban.cn/template/
IS_POST
false
PUBLIC_URL
/public/
PUBLIC_PATH
/www/wwwroot/www.zhaijiaban.cn/public/
UPLOAD_URL
/public/uploads/
UPLOAD_PATH
/www/wwwroot/www.zhaijiaban.cn/public/uploads/
STATIC_URL
/public/static/
STATIC_PATH
/www/wwwroot/www.zhaijiaban.cn/public/static/
PLUGINS_PATH
/www/wwwroot/www.zhaijiaban.cn/plugins/
CACHE_DIR
/www/wwwroot/www.zhaijiaban.cn/runtime/
QUN
Resource
ADMIN_FILENAME
admin.php