System Error

[0] HttpException in App.php line 605

方法不存在:app\index\controller\Index->ckfinder()

  1. $actionName = $suffix ? substr($methodName, 0, -strlen($suffix)) : $methodName;
  2. $request->action($actionName);
  3. } elseif (is_callable([$instance, '_empty'])) {
  4. // 空操作
  5. $call = [$instance, '_empty'];
  6. $vars = [$actionName];
  7. } else {
  8. // 操作不存在
  9. throw new HttpException(404, 'method not exists:' . get_class($instance) . '->' . $action . '()');
  10. }
  11. Hook::listen('action_begin', $call);
  12. return self::invokeMethod($call, $vars);
  13. }
  14. /**
  15. * URL路由检测(根据PATH_INFO)

Call Stack

  1. in App.php line 605
  2. at App::module(['index', 'index', 'ckfinder'], ['app_host' => '', 'app_debug' => true, 'app_trace' => false, ...], true) in App.php line 456
  3. at App::exec(['type' => 'module', 'module' => ['index', 'index', 'ckfinder']], ['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('E:\phpstudy_pro\WWW\...') in index.php line 7

Environment Variables

GET Data

/ckfinder/userfiles/images/1(10)_png
POST Data
empty
Files
empty

Cookies

laikanxia_google_v
1
fikker-61vm-nk2N
MgPGRI6oXLV7DSLWJk4y6wNi63F1ZE0E
laikanxia_cookie_id
240921092546409
Session
empty

Server/Request Data

PATH
C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\
SYSTEMROOT
C:\Windows
COMSPEC
C:\Windows\system32\cmd.exe
PATHEXT
.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC
WINDIR
C:\Windows
PHPRC
E:/phpstudy_pro/Extensions/php/php7.0.9nts
_FCGI_SHUTDOWN_EVENT_
16884
HTTP_CONNECTION
close
SCRIPT_NAME
/index.php
REQUEST_URI
/ckfinder/userfiles/images/1(10).png
QUERY_STRING
/ckfinder/userfiles/images/1(10).png
REQUEST_METHOD
GET
SERVER_PROTOCOL
HTTP/1.1
GATEWAY_INTERFACE
CGI/1.1
REDIRECT_QUERY_STRING
/ckfinder/userfiles/images/1(10).png
REDIRECT_URL
/ckfinder/userfiles/images/1(10).png
REMOTE_PORT
65209
SCRIPT_FILENAME
E:/phpstudy_pro/WWW/jsqcedu.com/index.php
SERVER_ADMIN
admin@example.com
CONTEXT_DOCUMENT_ROOT
E:/phpstudy_pro/WWW/jsqcedu.com
CONTEXT_PREFIX
REQUEST_SCHEME
http
DOCUMENT_ROOT
E:/phpstudy_pro/WWW/jsqcedu.com
REMOTE_ADDR
3.15.29.119
SERVER_PORT
80
SERVER_ADDR
101.201.147.71
SERVER_NAME
www.jsqcedu.com
SERVER_SOFTWARE
Apache/2.4.39 (Win64) OpenSSL/1.1.1b mod_fcgid/2.3.9a mod_log_rotate/1.02
SERVER_SIGNATURE
SystemRoot
C:\Windows
HTTP_HOST
www.jsqcedu.com
HTTP_ACCEPT_ENCODING
gzip, br, zstd, deflate
HTTP_COOKIE
laikanxia_google_v=1; fikker-61vm-nk2N=MgPGRI6oXLV7DSLWJk4y6wNi63F1ZE0E; laikanxia_cookie_id=240921092546409
HTTP_USER_AGENT
Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)
HTTP_ACCEPT
*/*
REDIRECT_STATUS
200
FCGI_ROLE
RESPONDER
PHP_SELF
/index.php
REQUEST_TIME_FLOAT
1726881954.3052
REQUEST_TIME
1726881954
PATH_INFO
/ckfinder/userfiles/images/1(10).png
Environment Variables
empty

ThinkPHP Constants

APP_PATH
E:\phpstudy_pro\WWW\jsqcedu.com/application/
BIND_MODULE
index/index
THINK_VERSION
5.0.20
THINK_START_TIME
1726881954.3052
THINK_START_MEM
393712
EXT
.php
DS
\
THINK_PATH
E:\phpstudy_pro\WWW\jsqcedu.com\thinkphp\
LIB_PATH
E:\phpstudy_pro\WWW\jsqcedu.com\thinkphp\library\
CORE_PATH
E:\phpstudy_pro\WWW\jsqcedu.com\thinkphp\library\think\
TRAIT_PATH
E:\phpstudy_pro\WWW\jsqcedu.com\thinkphp\library\traits\
ROOT_PATH
E:\phpstudy_pro\WWW\jsqcedu.com\
EXTEND_PATH
E:\phpstudy_pro\WWW\jsqcedu.com\extend\
VENDOR_PATH
E:\phpstudy_pro\WWW\jsqcedu.com\vendor\
RUNTIME_PATH
E:\phpstudy_pro\WWW\jsqcedu.com\runtime\
LOG_PATH
E:\phpstudy_pro\WWW\jsqcedu.com\runtime\log\
CACHE_PATH
E:\phpstudy_pro\WWW\jsqcedu.com\runtime\cache\
TEMP_PATH
E:\phpstudy_pro\WWW\jsqcedu.com\runtime\temp\
CONF_PATH
E:\phpstudy_pro\WWW\jsqcedu.com/application/
CONF_EXT
.php
ENV_PREFIX
PHP_
IS_CLI
false
IS_WIN
true