[0] HttpException in App.php line 583

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

  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(['index', 'cases_42', '160'], ['app_host' => '', 'app_debug' => true, 'app_trace' => false, ...], null) in App.php line 457
  3. at App::exec(['type' => 'module', 'module' => ['index', 'cases_42', '160']], ['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('/home/wwwroot/dgcssc...') in index.php line 12

Environment Variables

GET Data
empty
POST Data
empty
Files
empty
Cookies
empty
Session
empty

Server/Request Data

USER
dgcssclcom
HOME
/home/wwwroot/dgcssclcom
FCGI_ROLE
RESPONDER
REDIRECT_STATUS
200
proxy-nokeepalive
1
HTTP_X_REAL_IP
211.149.140.180
HTTP_HOST
dgcsscl.com
HTTP_CONNECTION
close
HTTP_ACCEPT_ENCODING
gzip
HTTP_X_FORWARDED_PROTO
http
HTTP_ACCEPT
*/*
HTTP_USER_AGENT
claudebot
PATH
/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
SERVER_SIGNATURE
SERVER_SOFTWARE
Apache
SERVER_NAME
dgcsscl.com
SERVER_ADDR
127.0.0.1
SERVER_PORT
80
REMOTE_ADDR
34.205.246.61
DOCUMENT_ROOT
/home/wwwroot/dgcssclcom/wwwroot
REQUEST_SCHEME
http
CONTEXT_PREFIX
CONTEXT_DOCUMENT_ROOT
/home/wwwroot/dgcssclcom/wwwroot
SERVER_ADMIN
[no address given]
SCRIPT_FILENAME
/home/wwwroot/dgcssclcom/wwwroot/index.php
REMOTE_PORT
49530
REDIRECT_URL
/cases_42/160.html
GATEWAY_INTERFACE
CGI/1.1
SERVER_PROTOCOL
HTTP/1.0
REQUEST_METHOD
GET
QUERY_STRING
REQUEST_URI
/cases_42/160.html
SCRIPT_NAME
/index.php
PATH_INFO
/index/cases_42/160.html
PATH_TRANSLATED
redirect:/index.php/index/index/cases_42/160.html/cases_42/160.html
PHP_SELF
/index.php/index/cases_42/160.html
REQUEST_TIME_FLOAT
1711643323.2602
REQUEST_TIME
1711643323
Environment Variables
empty

ThinkPHP Constants

APP_PATH
/home/wwwroot/dgcssclcom/wwwroot/home/
RUNTIME_PATH
/home/wwwroot/dgcssclcom/wwwroot/runtime/
THINK_VERSION
5.0.24
THINK_START_TIME
1711643323.2605
THINK_START_MEM
240048
EXT
.php
DS
/
THINK_PATH
/home/wwwroot/dgcssclcom/wwwroot/thinkphp/
LIB_PATH
/home/wwwroot/dgcssclcom/wwwroot/thinkphp/library/
CORE_PATH
/home/wwwroot/dgcssclcom/wwwroot/thinkphp/library/think/
TRAIT_PATH
/home/wwwroot/dgcssclcom/wwwroot/thinkphp/library/traits/
ROOT_PATH
/home/wwwroot/dgcssclcom/wwwroot/
EXTEND_PATH
/home/wwwroot/dgcssclcom/wwwroot/extend/
VENDOR_PATH
/home/wwwroot/dgcssclcom/wwwroot/vendor/
LOG_PATH
/home/wwwroot/dgcssclcom/wwwroot/runtime/log/
CACHE_PATH
/home/wwwroot/dgcssclcom/wwwroot/runtime/cache/
TEMP_PATH
/home/wwwroot/dgcssclcom/wwwroot/runtime/temp/
CONF_PATH
/home/wwwroot/dgcssclcom/wwwroot/home/
CONF_EXT
.php
ENV_PREFIX
PHP_
IS_CLI
false
IS_WIN
false