[0] HttpException in App.php line 583

控制器不存在:app\admin\controller\Art

  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(['admin', 'art', 'detail'], ['app_host' => '', 'app_debug' => true, 'app_trace' => false, ...], true) in App.php line 456
  3. at App::exec(['type' => 'module', 'module' => ['admin', 'art', 'detail']], ['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('D:\wwwroot\6he-3\thi...') in index.php line 19

Environment Variables

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

Server/Request Data

PATH
C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Windows\System32\WindowsPowerShell\v1.0\;;C:\Program Files\python;C:\Program Files\python\Scripts;;D:\BtSoft\panel\script;
SYSTEMROOT
C:\Windows
COMSPEC
C:\Windows\system32\cmd.exe
PATHEXT
.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC
WINDIR
C:\Windows
_FCGI_SHUTDOWN_EVENT_
27724
HTTP_CONNECTION
close
SCRIPT_NAME
/index.php
REQUEST_URI
/art/detail/id/22449.html
QUERY_STRING
s=/art/detail/id/22449.html
REQUEST_METHOD
GET
SERVER_PROTOCOL
HTTP/2.0
GATEWAY_INTERFACE
CGI/1.1
REDIRECT_QUERY_STRING
s=/art/detail/id/22449.html
REDIRECT_URL
/art/detail/id/22449.html
REMOTE_PORT
44756
SCRIPT_FILENAME
D:/wwwroot/6he-3/public/index.php
SERVER_ADMIN
webmaster@example.com
CONTEXT_DOCUMENT_ROOT
D:/wwwroot/6he-3/public
CONTEXT_PREFIX
REQUEST_SCHEME
https
DOCUMENT_ROOT
D:/wwwroot/6he-3/public
REMOTE_ADDR
44.204.34.64
SERVER_PORT
443
SERVER_ADDR
103.97.128.68
SERVER_NAME
www.kk2788.com
SERVER_SOFTWARE
Apache/2.4.55 (Win64) OpenSSL/1.1.1s mod_fcgid/2.3.9a
SERVER_SIGNATURE
SystemRoot
C:\Windows
HTTP_HOST
www.kk2788.com
HTTP_REFERER
http://www.kk2788.com/art/detail/id/22449.html
HTTP_USER_AGENT
claudebot
HTTP_ACCEPT
*/*
SSL_TLS_SNI
www.kk2788.com
HTTPS
on
H2_STREAM_TAG
20832-729-3
H2_STREAM_ID
3
H2_PUSHED_ON
H2_PUSHED
H2_PUSH
off
H2PUSH
off
HTTP2
on
REDIRECT_STATUS
200
REDIRECT_SSL_TLS_SNI
www.kk2788.com
REDIRECT_HTTPS
on
REDIRECT_H2_STREAM_TAG
20832-729-3
REDIRECT_H2_STREAM_ID
3
REDIRECT_H2_PUSHED_ON
REDIRECT_H2_PUSHED
REDIRECT_H2_PUSH
off
REDIRECT_H2PUSH
off
REDIRECT_HTTP2
on
FCGI_ROLE
RESPONDER
PHP_SELF
/index.php
REQUEST_TIME_FLOAT
1711646127.7749
REQUEST_TIME
1711646127
PATH_INFO
/art/detail/id/22449.html
Environment Variables
empty

ThinkPHP Constants

APP_PATH
D:\wwwroot\6he-3\public/../application/
IMG_UPLOADS
D:\wwwroot\6he-3\public/../public/static/uploads/
BIND_MODULE
admin
THINK_VERSION
5.0.24
THINK_START_TIME
1711646127.7768
THINK_START_MEM
419168
EXT
.php
DS
\
THINK_PATH
D:\wwwroot\6he-3\thinkphp\
LIB_PATH
D:\wwwroot\6he-3\thinkphp\library\
CORE_PATH
D:\wwwroot\6he-3\thinkphp\library\think\
TRAIT_PATH
D:\wwwroot\6he-3\thinkphp\library\traits\
ROOT_PATH
D:\wwwroot\6he-3\
EXTEND_PATH
D:\wwwroot\6he-3\extend\
VENDOR_PATH
D:\wwwroot\6he-3\vendor\
RUNTIME_PATH
D:\wwwroot\6he-3\runtime\
LOG_PATH
D:\wwwroot\6he-3\runtime\log\
CACHE_PATH
D:\wwwroot\6he-3\runtime\cache\
TEMP_PATH
D:\wwwroot\6he-3\runtime\temp\
CONF_PATH
D:\wwwroot\6he-3\public/../application/
CONF_EXT
.php
ENV_PREFIX
PHP_
IS_CLI
false
IS_WIN
true