[0] HttpException in App.php line 583

控制器不存在:Home\index\controller\Filespath

  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', 'filespath', 'files'], ['app_host' => '', 'app_debug' => true, 'app_trace' => false, ...], false) in App.php line 456
  3. at App::exec(['type' => 'module', 'module' => ['index', 'filespath', 'files']], ['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/liheli...') in index.php line 30

Environment Variables

GET Data

/filespath/files/20200807144710_jpg
POST Data
empty
Files
empty
Cookies
empty
Session
empty

Server/Request Data

USER
lihelingxian
HOME
/home/wwwroot/lihelingxian
SCRIPT_NAME
/index.php
REQUEST_URI
/filespath/files/20200807144710.jpg
QUERY_STRING
/filespath/files/20200807144710.jpg
REQUEST_METHOD
GET
SERVER_PROTOCOL
HTTP/1.1
GATEWAY_INTERFACE
CGI/1.1
REDIRECT_QUERY_STRING
/filespath/files/20200807144710.jpg
REDIRECT_URL
/filespath/files/20200807144710.jpg
REMOTE_PORT
33614
SCRIPT_FILENAME
/home/wwwroot/lihelingxian/wwwroot/index.php
SERVER_ADMIN
[no address given]
CONTEXT_DOCUMENT_ROOT
/home/wwwroot/lihelingxian/wwwroot
CONTEXT_PREFIX
REQUEST_SCHEME
http
DOCUMENT_ROOT
/home/wwwroot/lihelingxian/wwwroot
REMOTE_ADDR
3.133.12.172
SERVER_PORT
80
SERVER_ADDR
127.0.0.1
SERVER_NAME
powerunity.com.cn
SERVER_SOFTWARE
Apache
SERVER_SIGNATURE
PATH
/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
HTTP_USER_AGENT
claudebot
HTTP_ACCEPT
*/*
HTTP_CONNECTION
close
HTTP_HOST
powerunity.com.cn
HTTP_X_REAL_IP
3.133.12.172
proxy-nokeepalive
1
REDIRECT_STATUS
200
FCGI_ROLE
RESPONDER
PHP_SELF
/index.php
REQUEST_TIME_FLOAT
1713457843.3358
REQUEST_TIME
1713457843
PATH_INFO
/filespath/files/20200807144710.jpg
Environment Variables
empty

ThinkPHP Constants

APP_PATH
/home/wwwroot/lihelingxian/wwwroot/Home/
CONF_PATH
/home/wwwroot/lihelingxian/wwwroot/Common/
APP_DEBUG
true
RUNTIME_PATH
./Home/Temp/
APP_NAMESPACE
Home
BIND_MODULE
index
EXTEND_PATH
./extend/
THINK_VERSION
5.0.20
THINK_START_TIME
1713457843.3365
THINK_START_MEM
361288
EXT
.php
DS
/
THINK_PATH
/home/wwwroot/lihelingxian/wwwroot/thinkphp/
LIB_PATH
/home/wwwroot/lihelingxian/wwwroot/thinkphp/library/
CORE_PATH
/home/wwwroot/lihelingxian/wwwroot/thinkphp/library/think/
TRAIT_PATH
/home/wwwroot/lihelingxian/wwwroot/thinkphp/library/traits/
ROOT_PATH
/home/wwwroot/lihelingxian/wwwroot/
VENDOR_PATH
/home/wwwroot/lihelingxian/wwwroot/vendor/
LOG_PATH
./Home/Temp/log/
CACHE_PATH
./Home/Temp/cache/
TEMP_PATH
./Home/Temp/temp/
CONF_EXT
.php
ENV_PREFIX
PHP_
IS_CLI
false
IS_WIN
false