[0] HttpException in App.php line 583

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

  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', 'login', 'index'], ['app_host' => '', 'app_debug' => true, 'app_trace' => false, ...], true) in App.php line 456
  3. at App::exec(['type' => 'module', 'module' => ['index', 'login', '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('/opt/dianli/thinkphp...') in index.php line 16

Environment Variables

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

Server/Request Data

REDIRECT_STATUS
200
HTTP_HOST
127.0.0.1:84
HTTP_X_FORWARD_FOR
172.18.0.1
HTTP_X_FORWARDED_ELB
127.0.0.1:84
HTTP_CONNECTION
close
HTTP_REMOTEIP
3.90.205.166
HTTP_X_FORWARDED_FOR
3.90.205.166, 100.127.131.91
HTTP_ACCEPT
*/*
HTTP_USER_AGENT
claudebot
HTTP_REFERER
http://dianlinet.com/index/login/index.html
HTTP_X_FORWARDED_PROTO
https
HTTP_SLB_ID
alb-lz2b3856codl1th5ee
HTTP_X_FORWARDED_HOST
www.dianlinet.com
HTTP_X_FORWARDED_SERVER
172.19.0.2
PATH
/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
SERVER_SIGNATURE
<address>Apache/2.4.41 (Ubuntu) Server at 127.0.0.1 Port 84</address>
SERVER_SOFTWARE
Apache/2.4.41 (Ubuntu)
SERVER_NAME
127.0.0.1
SERVER_ADDR
172.18.0.11
SERVER_PORT
84
REMOTE_ADDR
172.18.0.13
DOCUMENT_ROOT
/opt/dianli/public/
REQUEST_SCHEME
http
CONTEXT_PREFIX
CONTEXT_DOCUMENT_ROOT
/opt/dianli/public/
SERVER_ADMIN
[no address given]
SCRIPT_FILENAME
/opt/dianli/public/index.php
REMOTE_PORT
53806
REDIRECT_URL
/index/login/index.html
GATEWAY_INTERFACE
CGI/1.1
SERVER_PROTOCOL
HTTP/1.0
REQUEST_METHOD
GET
QUERY_STRING
REQUEST_URI
/index/login/index.html
SCRIPT_NAME
/index.php
PATH_INFO
/index/login/index.html
PATH_TRANSLATED
redirect:/index.php/index/login/index.html/login/index.html
PHP_SELF
/index.php/index/login/index.html
REQUEST_TIME_FLOAT
1711673966.76
REQUEST_TIME
1711673966
Environment Variables
empty

ThinkPHP Constants

APP_PATH
/opt/dianli/public/../application/
THINK_VERSION
5.0.24
THINK_START_TIME
1711673966.7603
THINK_START_MEM
397392
EXT
.php
DS
/
THINK_PATH
/opt/dianli/thinkphp/
LIB_PATH
/opt/dianli/thinkphp/library/
CORE_PATH
/opt/dianli/thinkphp/library/think/
TRAIT_PATH
/opt/dianli/thinkphp/library/traits/
ROOT_PATH
/opt/dianli/
EXTEND_PATH
/opt/dianli/extend/
VENDOR_PATH
/opt/dianli/vendor/
RUNTIME_PATH
/opt/dianli/runtime/
LOG_PATH
/opt/dianli/runtime/log/
CACHE_PATH
/opt/dianli/runtime/cache/
TEMP_PATH
/opt/dianli/runtime/temp/
CONF_PATH
/opt/dianli/public/../application/
CONF_EXT
.php
ENV_PREFIX
PHP_
PUBLIC_PATH
/opt/dianli/public/
IS_CLI
false
IS_WIN
false
U_IDNA_PROHIBITED_ERROR
66560
U_IDNA_ERROR_START
66560
U_IDNA_UNASSIGNED_ERROR
66561
U_IDNA_CHECK_BIDI_ERROR
66562
U_IDNA_STD3_ASCII_RULES_ERROR
66563
U_IDNA_ACE_PREFIX_ERROR
66564
U_IDNA_VERIFICATION_ERROR
66565
U_IDNA_LABEL_TOO_LONG_ERROR
66566
U_IDNA_ZERO_LENGTH_LABEL_ERROR
66567
U_IDNA_DOMAIN_NAME_TOO_LONG_ERROR
66568
U_IDNA_ERROR_LIMIT
66569
U_STRINGPREP_PROHIBITED_ERROR
66560
U_STRINGPREP_UNASSIGNED_ERROR
66561
U_STRINGPREP_CHECK_BIDI_ERROR
66562
IDNA_DEFAULT
0
IDNA_ALLOW_UNASSIGNED
1
IDNA_USE_STD3_RULES
2
IDNA_CHECK_BIDI
4
IDNA_CHECK_CONTEXTJ
8
IDNA_NONTRANSITIONAL_TO_ASCII
16
IDNA_NONTRANSITIONAL_TO_UNICODE
32
INTL_IDNA_VARIANT_2003
0
INTL_IDNA_VARIANT_UTS46
1
IDNA_ERROR_EMPTY_LABEL
1
IDNA_ERROR_LABEL_TOO_LONG
2
IDNA_ERROR_DOMAIN_NAME_TOO_LONG
4
IDNA_ERROR_LEADING_HYPHEN
8
IDNA_ERROR_TRAILING_HYPHEN
16
IDNA_ERROR_HYPHEN_3_4
32
IDNA_ERROR_LEADING_COMBINING_MARK
64
IDNA_ERROR_DISALLOWED
128
IDNA_ERROR_PUNYCODE
256
IDNA_ERROR_LABEL_HAS_DOT
512
IDNA_ERROR_INVALID_ACE_LABEL
1024
IDNA_ERROR_BIDI
2048
IDNA_ERROR_CONTEXTJ
4096
OpenApi\UNDEFINED
@OA\UNDEFINED🙈
OpenApi\Annotations\UNDEFINED
@OA\UNDEFINED🙈
OpenApi\Processors\UNDEFINED
@OA\UNDEFINED🙈