[0] HttpException in Module.php line 100

控制器不存在:app\manage\controller\Kindeditor

  1. $instance = $this->app->controller($this->controller,
  2. $this->rule->getConfig('url_controller_layer'),
  3. $this->rule->getConfig('controller_suffix'),
  4. $this->rule->getConfig('empty_controller'));
  5. if ($instance instanceof Controller) {
  6. $instance->registerMiddleware();
  7. }
  8. } catch (ClassNotFoundException $e) {
  9. throw new HttpException(404, 'controller not exists:' . $e->getClass());
  10. }
  11. $this->app['middleware']->controller(function (Request $request, $next) use ($instance) {
  12. // 获取当前操作名
  13. $action = $this->actionName . $this->rule->getConfig('action_suffix');
  14. if (is_callable([$instance, $action])) {
  15. // 执行操作方法
  16. $call = [$instance, $action];

Call Stack

  1. in Module.php line 100
  2. at Module->exec() in Dispatch.php line 168
  3. at Dispatch->run() in App.php line 432
  4. at App->think\{closure}(object(Request), object(Closure), null)
  5. at call_user_func_array(object(Closure), [object(Request), object(Closure), null]) in Middleware.php line 185
  6. at Middleware->think\{closure}(object(Request)) in Auth.php line 38
  7. at Auth->handle(object(Request), object(Closure), null)
  8. at call_user_func_array([object(Auth), 'handle'], [object(Request), object(Closure), null]) in Middleware.php line 185
  9. at Middleware->think\{closure}(object(Request))
  10. at call_user_func(object(Closure), object(Request)) in Middleware.php line 130
  11. at Middleware->dispatch(object(Request)) in App.php line 435
  12. at App->run() in index.php line 12

Environment Variables

GET Dataempty
POST Dataempty
Filesempty
Cookiesempty
Sessionempty
Server/Request Data
_FCGI_X_PIPE_ \\.\pipe\IISFCGI-2efdc9ca-040e-4921-a0b5-f6c417f27ca8
PHP_FCGI_MAX_REQUESTS 10000
ALLUSERSPROFILE C:\ProgramData
APPDATA C:\Windows\system32\config\systemprofile\AppData\Roaming
APP_POOL_CONFIG C:\inetpub\temp\apppools\hdzxyy\hdzxyy.config
APP_POOL_ID hdzxyy
CommonProgramFiles C:\Program Files\Common Files
CommonProgramFiles(x86) C:\Program Files (x86)\Common Files
CommonProgramW6432 C:\Program Files\Common Files
COMPUTERNAME iZ0g3g39442jotZ
ComSpec C:\Windows\system32\cmd.exe
FP_NO_HOST_CHECK NO
LOCALAPPDATA C:\Windows\system32\config\systemprofile\AppData\Local
NUMBER_OF_PROCESSORS 4
OS Windows_NT
Path C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files\Microsoft\Web Platform Installer\;
PATHEXT .COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC
PROCESSOR_ARCHITECTURE AMD64
PROCESSOR_IDENTIFIER Intel64 Family 6 Model 85 Stepping 4, GenuineIntel
PROCESSOR_LEVEL 6
PROCESSOR_REVISION 5504
ProgramData C:\ProgramData
ProgramFiles C:\Program Files
ProgramFiles(x86) C:\Program Files (x86)
ProgramW6432 C:\Program Files
PSModulePath C:\Program Files\WindowsPowerShell\Modules;C:\Windows\system32\WindowsPowerShell\v1.0\Modules
PUBLIC C:\Users\Public
SystemDrive C:
SystemRoot C:\Windows
TEMP C:\Windows\TEMP
TMP C:\Windows\TEMP
USERDOMAIN WORKGROUP
USERNAME iZ0g3g39442jotZ$
USERPROFILE C:\Windows\system32\config\systemprofile
windir C:\Windows
ORIG_PATH_INFO /index.php/manage/kindeditor/attached/file/20181021/20181021072274867486.html
URL /index.php
SERVER_SOFTWARE Microsoft-IIS/8.5
SERVER_PROTOCOL HTTP/1.1
SERVER_PORT_SECURE 0
SERVER_PORT 80
SERVER_NAME www.hdzxyy.com
SCRIPT_NAME /index.php
SCRIPT_FILENAME D:\wwwroot2018\hdzxyy_22fqiz\web2\index.php
REQUEST_URI /manage/kindeditor/attached/file/20181021/20181021072274867486.html
REQUEST_METHOD GET
REMOTE_USER
REMOTE_PORT 44864
REMOTE_HOST 116.211.138.198
REMOTE_ADDR 116.211.138.198
QUERY_STRING
PATH_TRANSLATED D:\wwwroot2018\hdzxyy_22fqiz\web2\index.php\manage\kindeditor\attached\file\20181021\20181021072274867486.html
PATH_INFO /manage/kindeditor/attached/file/20181021/20181021072274867486.html
LOGON_USER
LOCAL_ADDR 172.17.79.240
INSTANCE_META_PATH /LM/W3SVC/6040
INSTANCE_NAME
INSTANCE_ID 6040
HTTPS_SERVER_SUBJECT
HTTPS_SERVER_ISSUER
HTTPS_SECRETKEYSIZE
HTTPS_KEYSIZE
HTTPS off
GATEWAY_INTERFACE CGI/1.1
DOCUMENT_ROOT D:\wwwroot2018\hdzxyy_22fqiz\web2
CONTENT_TYPE
CONTENT_LENGTH 0
CERT_SUBJECT
CERT_SERIALNUMBER
CERT_ISSUER
CERT_FLAGS
CERT_COOKIE
AUTH_USER
AUTH_PASSWORD
AUTH_TYPE
APPL_PHYSICAL_PATH D:\wwwroot2018\hdzxyy_22fqiz\web2\
APPL_MD_PATH /LM/W3SVC/6040/ROOT
IIS_UrlRewriteModule 7.1.0871.0
UNENCODED_URL /manage/kindeditor/attached/file/20181021/20181021072274867486.html
IIS_WasUrlRewritten 1
HTTP_X_ORIGINAL_URL /manage/kindeditor/attached/file/20181021/20181021072274867486.html
HTTP_X_FORWARDED_FOR 44.223.31.148
HTTP_USER_AGENT claudebot
HTTP_HOST www.hdzxyy.com
HTTP_ACCEPT */*
HTTP_CONTENT_LENGTH 0
FCGI_ROLE RESPONDER
PHP_SELF /index.php/manage/kindeditor/attached/file/20181021/20181021072274867486.html
REQUEST_TIME_FLOAT 1711635596.1875
REQUEST_TIME 1711635596
Environment Variablesempty
ThinkPHP Constantsempty